Searched refs:property_is_writeable (Results  1 – 25 of 28) sorted by relevance
12
| /Linux-v5.4/drivers/power/supply/ | 
| D | power_supply_sysfs.c | 334 			if (psy->desc->property_is_writeable &&  in power_supply_attr_is_visible()335 			    psy->desc->property_is_writeable(psy, property) > 0)  in power_supply_attr_is_visible()
 
 | 
| D | wilco-charger.c | 159 	.property_is_writeable	= wilco_charge_property_is_writeable,
 | 
| D | axp20x_usb_power.c | 392 	.property_is_writeable = axp20x_usb_power_prop_writeable,402 	.property_is_writeable = axp20x_usb_power_prop_writeable,
 
 | 
| D | lego_ev3_battery.c | 151 	.property_is_writeable	= lego_ev3_battery_property_is_writeable,
 | 
| 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,
 
 | 
| D | axp20x_ac_power.c | 219 	.property_is_writeable = axp813_ac_power_prop_writeable,
 | 
| D | sbs-manager.c | 311 	.property_is_writeable = &sbsm_prop_is_writeable,
 | 
| D | sc2731_charger.c | 320 	.property_is_writeable	= sc2731_charger_property_is_writeable,
 | 
| D | bq24735-charger.c | 398 	supply_desc->property_is_writeable =  in bq24735_charger_probe()
 | 
| D | twl4030_charger.c | 963 	.property_is_writeable	= twl4030_bci_property_is_writeable,973 	.property_is_writeable	= twl4030_bci_property_is_writeable,
 
 | 
| D | ucs1002_power.c | 437 	.property_is_writeable	= ucs1002_property_is_writeable,
 | 
| D | axp20x_battery.c | 505 	.property_is_writeable = axp20x_battery_prop_writeable,
 | 
| D | power_supply_core.c | 801 			!psy->desc->property_is_writeable)  in power_supply_property_is_writeable()804 	return psy->desc->property_is_writeable(psy, psp);  in power_supply_property_is_writeable()
 
 | 
| D | max17042_battery.c | 982 	.property_is_writeable	= max17042_property_is_writeable,993 	.property_is_writeable	= max17042_property_is_writeable,
 
 | 
| D | adp5061.c | 689 	.property_is_writeable	= adp5061_prop_writeable,
 | 
| D | bd70528-charger.c | 699 	.property_is_writeable	= bd70528_prop_is_writable,
 | 
| D | ltc2941-battery-gauge.c | 544 	info->supply_desc.property_is_writeable = ltc294x_property_is_writeable;  in ltc294x_i2c_probe()
 | 
| D | cros_usbpd-charger.c | 643 		psy_desc->property_is_writeable =  in cros_usbpd_charger_probe()
 | 
| D | ds2760_battery.c | 701 	di->bat_desc.property_is_writeable =  in w1_ds2760_add_slave()
 | 
| D | axp288_charger.c | 486 	.property_is_writeable	= axp288_charger_property_is_writeable,
 | 
| D | axp288_fuel_gauge.c | 633 	.property_is_writeable	= fuel_gauge_property_is_writeable,
 | 
| D | bq24190_charger.c | 1253 	.property_is_writeable	= bq24190_charger_property_is_writeable,1510 	.property_is_writeable	= bq24190_battery_property_is_writeable,
 
 | 
| /Linux-v5.4/drivers/staging/greybus/ | 
| D | power_supply.c | 809 static int property_is_writeable(struct power_supply *b,  in property_is_writeable()  function830 	gbpsy->desc.property_is_writeable = property_is_writeable;  in gb_power_supply_register()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | power_supply.h | 248 	int (*property_is_writeable)(struct power_supply *psy,  member
 | 
| /Linux-v5.4/drivers/platform/x86/ | 
| D | compal-laptop.c | 905 	.property_is_writeable = bat_writeable_property,
 | 
        12