Searched refs:property_is_writeable (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/power/ |
D | power_supply_sysfs.c | 225 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()
|
D | qcom_smbb.c | 758 .property_is_writeable = smbb_battery_writable_property, 768 .property_is_writeable = smbb_charger_writable_property, 778 .property_is_writeable = smbb_charger_writable_property,
|
D | power_supply_core.c | 516 !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()
|
D | max17042_battery.c | 842 .property_is_writeable = max17042_property_is_writeable, 852 .property_is_writeable = max17042_property_is_writeable,
|
D | ltc2941-battery-gauge.c | 440 info->supply_desc.property_is_writeable = ltc294x_property_is_writeable; in ltc294x_i2c_probe()
|
D | ds2760_battery.c | 530 di->bat_desc.property_is_writeable = in ds2760_battery_probe()
|
D | bq24190_charger.c | 928 .property_is_writeable = bq24190_charger_property_is_writeable, 1194 .property_is_writeable = bq24190_battery_property_is_writeable,
|
D | axp288_charger.c | 517 .property_is_writeable = axp288_charger_property_is_writeable,
|
D | bq24257_charger.c | 769 .property_is_writeable = bq24257_power_supply_property_is_writeable,
|
D | axp288_fuel_gauge.c | 863 .property_is_writeable = fuel_gauge_property_is_writeable,
|
/linux-4.4.14/include/linux/ |
D | power_supply.h | 214 int (*property_is_writeable)(struct power_supply *psy, member
|
/linux-4.4.14/drivers/platform/x86/ |
D | compal-laptop.c | 924 .property_is_writeable = bat_writeable_property,
|