| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | wilco-charger.c | 164 .property_is_writeable = wilco_charge_property_is_writeable,
|
| H A D | power_supply_sysfs.c | 405 if (psy->desc->property_is_writeable && in power_supply_attr_is_visible() 406 psy->desc->property_is_writeable(psy, property) > 0) in power_supply_attr_is_visible()
|
| H A D | axp20x_usb_power.c | 436 .property_is_writeable = axp20x_usb_power_prop_writeable, 446 .property_is_writeable = axp20x_usb_power_prop_writeable,
|
| H A D | lego_ev3_battery.c | 151 .property_is_writeable = lego_ev3_battery_property_is_writeable,
|
| H A D | qcom_smbb.c | 765 .property_is_writeable = smbb_battery_writable_property, 775 .property_is_writeable = smbb_charger_writable_property, 785 .property_is_writeable = smbb_charger_writable_property,
|
| H A D | mp2629_charger.c | 496 .property_is_writeable = mp2629_charger_usb_prop_writeable, 506 .property_is_writeable = mp2629_charger_battery_prop_writeable,
|
| H A D | bq2515x_charger.c | 915 .property_is_writeable = bq2515x_power_supply_property_is_writeable, 924 .property_is_writeable = bq2515x_power_supply_property_is_writeable,
|
| H A D | axp20x_ac_power.c | 243 .property_is_writeable = axp813_ac_power_prop_writeable,
|
| H A D | gpio-charger.c | 312 charger_desc->property_is_writeable = in gpio_charger_probe()
|
| H A D | sbs-manager.c | 311 .property_is_writeable = &sbsm_prop_is_writeable,
|
| H A D | twl4030_charger.c | 963 .property_is_writeable = twl4030_bci_property_is_writeable, 973 .property_is_writeable = twl4030_bci_property_is_writeable,
|
| H A D | bq24735-charger.c | 398 supply_desc->property_is_writeable = in bq24735_charger_probe()
|
| H A D | sc2731_charger.c | 320 .property_is_writeable = sc2731_charger_property_is_writeable,
|
| H A D | axp20x_battery.c | 504 .property_is_writeable = axp20x_battery_prop_writeable,
|
| H A D | bq25980_charger.c | 903 .property_is_writeable = bq25980_property_is_writeable, 912 .property_is_writeable = bq25980_property_is_writeable,
|
| H A D | bd70528-charger.c | 665 .property_is_writeable = bd70528_prop_is_writable,
|
| H A D | ucs1002_power.c | 434 .property_is_writeable = ucs1002_property_is_writeable,
|
| H A D | power_supply_core.c | 979 !psy->desc->property_is_writeable) in power_supply_property_is_writeable() 982 return psy->desc->property_is_writeable(psy, psp); in power_supply_property_is_writeable()
|
| H A D | max17042_battery.c | 1012 .property_is_writeable = max17042_property_is_writeable, 1023 .property_is_writeable = max17042_property_is_writeable,
|
| H A D | max17040_battery.c | 460 .property_is_writeable = max17040_prop_writeable,
|
| H A D | adp5061.c | 689 .property_is_writeable = adp5061_prop_writeable,
|
| H A D | ltc2941-battery-gauge.c | 545 info->supply_desc.property_is_writeable = ltc294x_property_is_writeable; in ltc294x_i2c_probe()
|
| /OK3568_Linux_fs/kernel/drivers/usb/misc/ |
| H A D | apple-mfi-fastcharge.c | 165 .property_is_writeable = apple_mfi_fc_property_is_writeable
|
| /OK3568_Linux_fs/kernel/drivers/staging/greybus/ |
| H A D | power_supply.c | 809 static int property_is_writeable(struct power_supply *b, in property_is_writeable() function 830 gbpsy->desc.property_is_writeable = property_is_writeable; in gb_power_supply_register()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | power_supply.h | 305 int (*property_is_writeable)(struct power_supply *psy, member
|