Home
last modified time | relevance | path

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

/linux-4.4.14/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()
117 const ptrdiff_t off = attr - power_supply_attrs; in power_supply_store_property()
136 static struct device_attribute power_supply_attrs[] = { variable
207 __power_supply_attrs[ARRAY_SIZE(power_supply_attrs) + 1];
252 for (i = 0; i < ARRAY_SIZE(power_supply_attrs); i++) in power_supply_init_attrs()
253 __power_supply_attrs[i] = &power_supply_attrs[i].attr; in power_supply_init_attrs()
301 attr = &power_supply_attrs[psy->desc->properties[j]]; in power_supply_uevent()