Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/power/
Dpower_supply_sysfs.c225 if (psy->desc->property_is_writeable && in power_supply_attr_is_visible()
226 psy->desc->property_is_writeable(psy, property) > 0) in power_supply_attr_is_visible()
Dqcom_smbb.c758 .property_is_writeable = smbb_battery_writable_property,
768 .property_is_writeable = smbb_charger_writable_property,
778 .property_is_writeable = smbb_charger_writable_property,
Dpower_supply_core.c516 !psy->desc->property_is_writeable) in power_supply_property_is_writeable()
519 return psy->desc->property_is_writeable(psy, psp); in power_supply_property_is_writeable()
Dmax17042_battery.c842 .property_is_writeable = max17042_property_is_writeable,
852 .property_is_writeable = max17042_property_is_writeable,
Dltc2941-battery-gauge.c440 info->supply_desc.property_is_writeable = ltc294x_property_is_writeable; in ltc294x_i2c_probe()
Dds2760_battery.c530 di->bat_desc.property_is_writeable = in ds2760_battery_probe()
Dbq24190_charger.c928 .property_is_writeable = bq24190_charger_property_is_writeable,
1194 .property_is_writeable = bq24190_battery_property_is_writeable,
Daxp288_charger.c517 .property_is_writeable = axp288_charger_property_is_writeable,
Dbq24257_charger.c769 .property_is_writeable = bq24257_power_supply_property_is_writeable,
Daxp288_fuel_gauge.c863 .property_is_writeable = fuel_gauge_property_is_writeable,
/linux-4.4.14/include/linux/
Dpower_supply.h214 int (*property_is_writeable)(struct power_supply *psy, member
/linux-4.4.14/drivers/platform/x86/
Dcompal-laptop.c924 .property_is_writeable = bat_writeable_property,