/device/soc/rockchip/common/sdk_linux/drivers/power/supply/ |
H A D | power_supply_sysfs.c | 247 enum power_supply_property psp = dev_attr_psp(attr);
in power_supply_show_property() local 284 enum power_supply_property psp = dev_attr_psp(attr);
in power_supply_store_property() local
|
H A D | power_supply_core.c | 937 int power_supply_get_property(struct power_supply *psy, enum power_supply_property psp, union power_supply_propval *val)
in power_supply_get_property() argument 950 int power_supply_set_property(struct power_supply *psy, enum power_supply_property psp,
in power_supply_set_property() argument 961 int power_supply_property_is_writeable(struct power_supply *psy, enum power_supply_property psp)
in power_supply_property_is_writeable() argument
|
/device/soc/rockchip/rk3588/kernel/drivers/power/supply/ |
H A D | cw2017_battery.c | 392 cw_battery_get_property(struct power_supply *psy, enum power_supply_property psp, union power_supply_propval *val) cw_battery_get_property() argument
|
H A D | rk817_charger.c | 352 rk817_charge_ac_get_property(struct power_supply *psy, enum power_supply_property psp, union power_supply_propval *val) rk817_charge_ac_get_property() argument 390 rk817_charge_usb_get_property(struct power_supply *psy, enum power_supply_property psp, union power_supply_propval *val) rk817_charge_usb_get_property() argument
|
H A D | bq25700_charger.c | 1112 bq25700_power_supply_get_property(struct power_supply *psy, enum power_supply_property psp, union power_supply_propval *val) bq25700_power_supply_get_property() argument
|
H A D | rk817_battery.c | 2070 rk817_battery_get_property(struct power_supply *psy, enum power_supply_property psp, union power_supply_propval *val) rk817_battery_get_property() argument 2170 rk809_chg_get_property(struct power_supply *psy, enum power_supply_property psp, union power_supply_propval *val) rk809_chg_get_property() argument
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | power_supply.h | 436 static inline int power_supply_set_property(struct power_supply *psy, enum power_supply_property psp, in power_supply_set_property() argument 466 static inline bool power_supply_is_amp_property(enum power_supply_property psp) in power_supply_is_amp_property() argument 492 static inline bool power_supply_is_watt_property(enum power_supply_property psp) in power_supply_is_watt_property() argument [all...] |
/device/soc/rockchip/common/vendor/drivers/power/ |
H A D | rk817_charger.c | 372 static int rk817_charge_ac_get_property(struct power_supply *psy, enum power_supply_property psp,
in rk817_charge_ac_get_property() argument 411 static int rk817_charge_usb_get_property(struct power_supply *psy, enum power_supply_property psp,
in rk817_charge_usb_get_property() argument
|
H A D | rk817_battery.c | 2123 static int rk817_battery_get_property(struct power_supply *psy, enum power_supply_property psp,
in rk817_battery_get_property() argument 2225 static int rk809_chg_get_property(struct power_supply *psy, enum power_supply_property psp,
in rk809_chg_get_property() argument
|