Home
last modified time | relevance | path

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

/drivers/power/
Dpower_supply_sysfs.c41 static struct device_attribute power_supply_attrs[]; variable
73 const ptrdiff_t off = attr - power_supply_attrs; in power_supply_show_property()
120 const ptrdiff_t off = attr - power_supply_attrs; in power_supply_store_property()
139 static struct device_attribute power_supply_attrs[] = { variable
216 __power_supply_attrs[ARRAY_SIZE(power_supply_attrs) + 1];
261 for (i = 0; i < ARRAY_SIZE(power_supply_attrs); i++) in power_supply_init_attrs()
262 __power_supply_attrs[i] = &power_supply_attrs[i].attr; in power_supply_init_attrs()
306 attr = &power_supply_attrs[psy->desc->properties[j]]; in power_supply_uevent()