Searched defs:nlimit (Results 1 - 1 of 1) sorted by relevance

/drivers/hwmon/pmbus/
H A Dpmbus_core.c1002 int nlimit; /* # of limit registers */ member in struct:pmbus_sensor_attr
1017 int nlimit = attr->nlimit; local
1021 for (i = 0; i < nlimit; i++) {
1192 .nlimit = ARRAY_SIZE(vin_limit_attrs),
1208 .nlimit = ARRAY_SIZE(vout_limit_attrs),
1286 .nlimit = ARRAY_SIZE(iin_limit_attrs),
1297 .nlimit = ARRAY_SIZE(iout_limit_attrs),
1362 .nlimit = ARRAY_SIZE(pin_limit_attrs),
1372 .nlimit
[all...]

Completed in 21 milliseconds