Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/hwmon/pmbus/
Dpmbus_core.c90 int max_attributes; member
992 if (data->num_attributes >= data->max_attributes - 1) { in pmbus_add_attribute()
993 int new_max_attrs = data->max_attributes + PMBUS_ATTR_ALLOC_SIZE; in pmbus_add_attribute()
1000 data->max_attributes = new_max_attrs; in pmbus_add_attribute()