Home
last modified time | relevance | path

Searched refs:property_is_writeable (Results 1 – 21 of 21) sorted by relevance

/Linux-v4.19/drivers/power/supply/
Daxp20x_usb_power.c289 .property_is_writeable = axp20x_usb_power_prop_writeable,
299 .property_is_writeable = axp20x_usb_power_prop_writeable,
Dpower_supply_sysfs.c330 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()
Dlego_ev3_battery.c151 .property_is_writeable = lego_ev3_battery_property_is_writeable,
Dqcom_smbb.c773 .property_is_writeable = smbb_battery_writable_property,
783 .property_is_writeable = smbb_charger_writable_property,
793 .property_is_writeable = smbb_charger_writable_property,
Dsbs-manager.c314 .property_is_writeable = &sbsm_prop_is_writeable,
Dpower_supply_core.c653 !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()
Dtwl4030_charger.c939 .property_is_writeable = twl4030_bci_property_is_writeable,
949 .property_is_writeable = twl4030_bci_property_is_writeable,
Dbq24735-charger.c398 supply_desc->property_is_writeable = in bq24735_charger_probe()
Daxp20x_battery.c505 .property_is_writeable = axp20x_battery_prop_writeable,
Dmax17042_battery.c996 .property_is_writeable = max17042_property_is_writeable,
1007 .property_is_writeable = max17042_property_is_writeable,
Dadp5061.c690 .property_is_writeable = adp5061_prop_writeable,
Dltc2941-battery-gauge.c543 info->supply_desc.property_is_writeable = ltc294x_property_is_writeable; in ltc294x_i2c_probe()
Dds2760_battery.c701 di->bat_desc.property_is_writeable = in w1_ds2760_add_slave()
Daxp288_charger.c493 .property_is_writeable = axp288_charger_property_is_writeable,
Daxp288_fuel_gauge.c652 .property_is_writeable = fuel_gauge_property_is_writeable,
Dbq24190_charger.c1270 .property_is_writeable = bq24190_charger_property_is_writeable,
1527 .property_is_writeable = bq24190_battery_property_is_writeable,
Dbq24257_charger.c769 .property_is_writeable = bq24257_power_supply_property_is_writeable,
/Linux-v4.19/drivers/staging/greybus/
Dpower_supply.c810 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/
Dpower_supply.h237 int (*property_is_writeable)(struct power_supply *psy, member
/Linux-v4.19/drivers/platform/x86/
Dcompal-laptop.c918 .property_is_writeable = bat_writeable_property,
/Linux-v4.19/drivers/usb/typec/
Dtcpm.c4690 port->psy_desc.property_is_writeable = tcpm_psy_prop_writeable, in devm_tcpm_psy_register()