Searched refs:property_is_writeable (Results 1 – 25 of 33) sorted by relevance
12
| /linux/drivers/power/supply/ |
| H A D | wilco-charger.c | 164 .property_is_writeable = wilco_charge_property_is_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 | mp2629_charger.c | 491 .property_is_writeable = mp2629_charger_usb_prop_writeable, 501 .property_is_writeable = mp2629_charger_battery_prop_writeable,
|
| H A D | test_power.c | 228 .property_is_writeable = test_power_battery_property_is_writeable, 322 .property_is_writeable = test_power_battery_extproperty_is_writeable,
|
| H A D | power_supply_core.c | 1365 if (reg->ext->property_is_writeable) in power_supply_property_is_writeable() 1366 return reg->ext->property_is_writeable(psy, reg->ext, in power_supply_property_is_writeable() 1373 if (!psy->desc->property_is_writeable) in power_supply_property_is_writeable() 1376 return psy->desc->property_is_writeable(psy, psp); in power_supply_property_is_writeable()
|
| H A D | cros_charge-control.c | 203 .property_is_writeable = cros_chctl_psy_prop_is_writeable, \
|
| H A D | axp20x_battery.c | 893 .property_is_writeable = axp20x_battery_prop_writeable, 903 .property_is_writeable = axp717_battery_prop_writeable,
|
| H A D | twl4030_charger.c | 961 .property_is_writeable = twl4030_bci_property_is_writeable, 971 .property_is_writeable = twl4030_bci_property_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 | ltc2941-battery-gauge.c | 525 info->supply_desc.property_is_writeable = ltc294x_property_is_writeable; in ltc294x_i2c_probe()
|
| H A D | adp5061.c | 692 .property_is_writeable = adp5061_prop_writeable,
|
| H A D | huawei-gaokun-battery.c | 431 .property_is_writeable = gaokun_psy_is_bat_property_writeable,
|
| H A D | cros_usbpd-charger.c | 616 psy_desc->property_is_writeable = in cros_usbpd_charger_probe()
|
| H A D | axp288_fuel_gauge.c | 520 .property_is_writeable = fuel_gauge_property_is_writeable,
|
| H A D | max8971_charger.c | 379 .property_is_writeable = max8971_property_is_writeable,
|
| H A D | ds2760_battery.c | 648 di->bat_desc.property_is_writeable = in w1_ds2760_add_slave()
|
| H A D | bq256xx_charger.c | 1256 .property_is_writeable = bq256xx_property_is_writeable, 1265 .property_is_writeable = bq256xx_property_is_writeable,
|
| H A D | cpcap-charger.c | 864 .property_is_writeable = cpcap_charger_property_is_writeable,
|
| H A D | axp288_charger.c | 504 .property_is_writeable = axp288_charger_property_is_writeable,
|
| H A D | rt9471.c | 744 desc->property_is_writeable = rt9471_charger_property_is_writeable; in rt9471_register_psy()
|
| /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()
|
| /linux/drivers/platform/x86/ |
| H A D | ayaneo-ec.c | 349 .property_is_writeable = ayaneo_psy_prop_is_writeable,
|
| H A D | oxpec.c | 582 .property_is_writeable = oxp_psy_prop_is_writeable,
|
12