Searched refs:max_attributes (Results 1 – 1 of 1) sorted by relevance
93 int max_attributes; member1193 if (data->num_attributes >= data->max_attributes - 1) { in pmbus_add_attribute()1194 int new_max_attrs = data->max_attributes + PMBUS_ATTR_ALLOC_SIZE; in pmbus_add_attribute()1201 data->max_attributes = new_max_attrs; in pmbus_add_attribute()