Searched refs:max_attributes (Results 1 – 1 of 1) sorted by relevance
99 int max_attributes; member1265 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()