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()
119 const ptrdiff_t off = attr - power_supply_attrs; in power_supply_store_property()
138 static struct device_attribute power_supply_attrs[] = { variable
208 __power_supply_attrs[ARRAY_SIZE(power_supply_attrs) + 1];
253 for (i = 0; i < ARRAY_SIZE(power_supply_attrs); i++) in power_supply_init_attrs()
254 __power_supply_attrs[i] = &power_supply_attrs[i].attr; in power_supply_init_attrs()
302 attr = &power_supply_attrs[psy->properties[j]]; in power_supply_uevent()