/linux/drivers/power/supply/ |
H A D | axp20x_usb_power.c | 670 .property_is_writeable = axp20x_usb_power_prop_writeable, 680 .property_is_writeable = axp20x_usb_power_prop_writeable, 690 .property_is_writeable = axp717_usb_power_prop_writeable, 704 .property_is_writeable = axp20x_usb_power_prop_writeable,
|
H A D | rn5t618_power.c | 661 .property_is_writeable = rn5t618_battery_property_is_writeable, 671 .property_is_writeable = rn5t618_adp_property_is_writeable, 685 .property_is_writeable = rn5t618_usb_property_is_writeable,
|
H A D | wilco-charger.c | 164 .property_is_writeable = wilco_charge_property_is_writeable,
|
H A D | ip5xxx_power.c | 601 .property_is_writeable = ip5xxx_battery_property_is_writeable, in ip5xxx_power_probe() 683 .property_is_writeable = ip5xxx_boost_property_is_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 | 491 .property_is_writeable = mp2629_charger_usb_prop_writeable, 501 .property_is_writeable = mp2629_charger_battery_prop_writeable,
|
H A D | power_supply_core.c | 1314 if (reg->ext->property_is_writeable) in power_supply_property_is_writeable() 1315 return reg->ext->property_is_writeable(psy, reg->ext, in power_supply_property_is_writeable() 1322 if (!psy->desc->property_is_writeable) in power_supply_property_is_writeable() 1325 return psy->desc->property_is_writeable(psy, psp); in power_supply_property_is_writeable()
|
H A D | cros_charge-control.c | 212 .property_is_writeable = cros_chctl_psy_prop_is_writeable, \
|
H A D | axp20x_battery.c | 890 .property_is_writeable = axp20x_battery_prop_writeable, 900 .property_is_writeable = axp717_battery_prop_writeable,
|
H A D | axp20x_ac_power.c | 242 .property_is_writeable = axp813_ac_power_prop_writeable,
|
H A D | gpio-charger.c | 333 charger_desc->property_is_writeable = in gpio_charger_probe()
|
H A D | bq2515x_charger.c | 920 .property_is_writeable = bq2515x_power_supply_property_is_writeable, 929 .property_is_writeable = bq2515x_power_supply_property_is_writeable,
|
H A D | pm8916_lbc.c | 249 .property_is_writeable = pm8916_lbc_charger_property_is_writeable,
|
H A D | sbs-manager.c | 309 .property_is_writeable = &sbsm_prop_is_writeable,
|
H A D | max77976_charger.c | 385 .property_is_writeable = max77976_property_is_writeable,
|
H A D | twl4030_charger.c | 962 .property_is_writeable = twl4030_bci_property_is_writeable, 972 .property_is_writeable = twl4030_bci_property_is_writeable,
|
H A D | bq24735-charger.c | 400 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 | test_power.c | 214 .property_is_writeable = test_power_battery_property_is_writeable, 301 .property_is_writeable = test_power_battery_extproperty_is_writeable,
|
H A D | twl6030_charger.c | 445 .property_is_writeable = twl6030_charger_usb_property_is_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 | max17040_battery.c | 444 .property_is_writeable = max17040_prop_writeable,
|
/linux/drivers/usb/misc/ |
H A D | apple-mfi-fastcharge.c | 165 .property_is_writeable = apple_mfi_fc_property_is_writeable
|
/linux/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()
|