Searched refs:property_is_writeable (Results 1 - 25 of 49) sorted by relevance

12

/linux-master/drivers/power/supply/
H A Dwilco-charger.c164 .property_is_writeable = wilco_charge_property_is_writeable,
H A Dlego_ev3_battery.c151 .property_is_writeable = lego_ev3_battery_property_is_writeable,
H A Drn5t618_power.c668 .property_is_writeable = rn5t618_battery_property_is_writeable,
678 .property_is_writeable = rn5t618_adp_property_is_writeable,
690 .property_is_writeable = rn5t618_usb_property_is_writeable,
H A Daxp20x_usb_power.c427 .property_is_writeable = axp20x_usb_power_prop_writeable,
437 .property_is_writeable = axp20x_usb_power_prop_writeable,
447 .property_is_writeable = axp20x_usb_power_prop_writeable,
H A Dip5xxx_power.c496 .property_is_writeable = ip5xxx_battery_property_is_writeable,
580 .property_is_writeable = ip5xxx_boost_property_is_writeable,
H A Dpower_supply_sysfs.c398 if (psy->desc->property_is_writeable &&
399 psy->desc->property_is_writeable(psy, property) > 0)
H A Dmp2629_charger.c496 .property_is_writeable = mp2629_charger_usb_prop_writeable,
506 .property_is_writeable = mp2629_charger_battery_prop_writeable,
H A Dgpio-charger.c312 charger_desc->property_is_writeable =
H A Dmax77976_charger.c385 .property_is_writeable = max77976_property_is_writeable,
H A Dsbs-manager.c309 .property_is_writeable = &sbsm_prop_is_writeable,
H A Dpm8916_lbc.c249 .property_is_writeable = pm8916_lbc_charger_property_is_writeable,
H A Daxp20x_ac_power.c242 .property_is_writeable = axp813_ac_power_prop_writeable,
H A Dqcom_smbb.c765 .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 Dbq24735-charger.c400 supply_desc->property_is_writeable =
H A Daxp20x_battery.c516 .property_is_writeable = axp20x_battery_prop_writeable,
H A Ducs1002_power.c435 .property_is_writeable = ucs1002_property_is_writeable,
H A Dsc2731_charger.c320 .property_is_writeable = sc2731_charger_property_is_writeable,
H A Dmax17042_battery.c1013 .property_is_writeable = max17042_property_is_writeable,
1024 .property_is_writeable = max17042_property_is_writeable,
H A Dbq2515x_charger.c920 .property_is_writeable = bq2515x_power_supply_property_is_writeable,
929 .property_is_writeable = bq2515x_power_supply_property_is_writeable,
H A Dtwl4030_charger.c962 .property_is_writeable = twl4030_bci_property_is_writeable,
972 .property_is_writeable = twl4030_bci_property_is_writeable,
H A Dcros_usbpd-charger.c626 psy_desc->property_is_writeable =
H A Dadp5061.c692 .property_is_writeable = adp5061_prop_writeable,
/linux-master/drivers/usb/misc/
H A Dapple-mfi-fastcharge.c165 .property_is_writeable = apple_mfi_fc_property_is_writeable
/linux-master/include/linux/
H A Dpower_supply.h264 * property_is_writeable() will be called during registration
268 int (*property_is_writeable)(struct power_supply *psy, member in struct:power_supply_desc
/linux-master/drivers/staging/greybus/
H A Dpower_supply.c809 static int property_is_writeable(struct power_supply *b, function
830 gbpsy->desc.property_is_writeable = property_is_writeable;

Completed in 229 milliseconds

12