Home
last modified time | relevance | path

Searched refs:max_attributes (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/hwmon/pmbus/
H A Dpmbus_core.c99 int max_attributes; member
1265 if (data->num_attributes >= data->max_attributes - 1) { in pmbus_add_attribute()
1266 int new_max_attrs = data->max_attributes + PMBUS_ATTR_ALLOC_SIZE; in pmbus_add_attribute()
1273 data->max_attributes = new_max_attrs; in pmbus_add_attribute()