Searched refs:property_is_writeable (Results 1 – 21 of 21) sorted by relevance
/Linux-v4.19/drivers/power/supply/ |
D | axp20x_usb_power.c | 289 .property_is_writeable = axp20x_usb_power_prop_writeable, 299 .property_is_writeable = axp20x_usb_power_prop_writeable,
|
D | power_supply_sysfs.c | 330 if (psy->desc->property_is_writeable && in power_supply_attr_is_visible() 331 psy->desc->property_is_writeable(psy, property) > 0) in power_supply_attr_is_visible()
|
D | lego_ev3_battery.c | 151 .property_is_writeable = lego_ev3_battery_property_is_writeable,
|
D | qcom_smbb.c | 773 .property_is_writeable = smbb_battery_writable_property, 783 .property_is_writeable = smbb_charger_writable_property, 793 .property_is_writeable = smbb_charger_writable_property,
|
D | sbs-manager.c | 314 .property_is_writeable = &sbsm_prop_is_writeable,
|
D | power_supply_core.c | 653 !psy->desc->property_is_writeable) in power_supply_property_is_writeable() 656 return psy->desc->property_is_writeable(psy, psp); in power_supply_property_is_writeable()
|
D | twl4030_charger.c | 939 .property_is_writeable = twl4030_bci_property_is_writeable, 949 .property_is_writeable = twl4030_bci_property_is_writeable,
|
D | bq24735-charger.c | 398 supply_desc->property_is_writeable = in bq24735_charger_probe()
|
D | axp20x_battery.c | 505 .property_is_writeable = axp20x_battery_prop_writeable,
|
D | max17042_battery.c | 996 .property_is_writeable = max17042_property_is_writeable, 1007 .property_is_writeable = max17042_property_is_writeable,
|
D | adp5061.c | 690 .property_is_writeable = adp5061_prop_writeable,
|
D | ltc2941-battery-gauge.c | 543 info->supply_desc.property_is_writeable = ltc294x_property_is_writeable; in ltc294x_i2c_probe()
|
D | ds2760_battery.c | 701 di->bat_desc.property_is_writeable = in w1_ds2760_add_slave()
|
D | axp288_charger.c | 493 .property_is_writeable = axp288_charger_property_is_writeable,
|
D | axp288_fuel_gauge.c | 652 .property_is_writeable = fuel_gauge_property_is_writeable,
|
D | bq24190_charger.c | 1270 .property_is_writeable = bq24190_charger_property_is_writeable, 1527 .property_is_writeable = bq24190_battery_property_is_writeable,
|
D | bq24257_charger.c | 769 .property_is_writeable = bq24257_power_supply_property_is_writeable,
|
/Linux-v4.19/drivers/staging/greybus/ |
D | power_supply.c | 810 static int property_is_writeable(struct power_supply *b, in property_is_writeable() function 831 gbpsy->desc.property_is_writeable = property_is_writeable; in gb_power_supply_register()
|
/Linux-v4.19/include/linux/ |
D | power_supply.h | 237 int (*property_is_writeable)(struct power_supply *psy, member
|
/Linux-v4.19/drivers/platform/x86/ |
D | compal-laptop.c | 918 .property_is_writeable = bat_writeable_property,
|
/Linux-v4.19/drivers/usb/typec/ |
D | tcpm.c | 4690 port->psy_desc.property_is_writeable = tcpm_psy_prop_writeable, in devm_tcpm_psy_register()
|