Searched refs:max_attributes (Results 1 – 1 of 1) sorted by relevance
92 int max_attributes; member1191 if (data->num_attributes >= data->max_attributes - 1) { in pmbus_add_attribute()1192 int new_max_attrs = data->max_attributes + PMBUS_ATTR_ALLOC_SIZE; in pmbus_add_attribute()1199 data->max_attributes = new_max_attrs; in pmbus_add_attribute()