Home
last modified time | relevance | path

Searched refs:new_max_attrs (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
H A Dpmbus_core.c998 int new_max_attrs = data->max_attributes + PMBUS_ATTR_ALLOC_SIZE; in pmbus_add_attribute() local
1000 new_max_attrs * sizeof(void *), in pmbus_add_attribute()
1005 data->max_attributes = new_max_attrs; in pmbus_add_attribute()
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/
H A Dpmbus_core.c1194 int new_max_attrs = data->max_attributes + PMBUS_ATTR_ALLOC_SIZE; in pmbus_add_attribute() local
1196 new_max_attrs, sizeof(void *), in pmbus_add_attribute()
1201 data->max_attributes = new_max_attrs; in pmbus_add_attribute()

Completed in 9 milliseconds