/linux-6.1.9/include/linux/ |
D | power_supply.h | 224 struct power_supply; 256 int (*get_property)(struct power_supply *psy, 259 int (*set_property)(struct power_supply *psy, 267 int (*property_is_writeable)(struct power_supply *psy, 269 void (*external_power_changed)(struct power_supply *psy); 270 void (*set_charged)(struct power_supply *psy); 282 struct power_supply { struct 773 extern struct power_supply *power_supply_get_by_name(const char *name); 774 extern void power_supply_put(struct power_supply *psy); 776 static inline void power_supply_put(struct power_supply *psy) {} in power_supply_put() [all …]
|
/linux-6.1.9/drivers/power/supply/ |
D | power_supply_core.c | 39 static bool __power_supply_is_supplied_by(struct power_supply *supplier, in __power_supply_is_supplied_by() 40 struct power_supply *supply) in __power_supply_is_supplied_by() 67 struct power_supply *psy = data; in __power_supply_changed_work() 68 struct power_supply *pst = dev_get_drvdata(dev); in __power_supply_changed_work() 81 struct power_supply *psy = container_of(work, struct power_supply, in power_supply_changed_work() 116 void power_supply_changed(struct power_supply *psy) in power_supply_changed() 142 struct power_supply *psy = container_of(work, struct power_supply, in power_supply_deferred_register_work() 163 struct power_supply *psy = data; in __power_supply_populate_supplied_from() 164 struct power_supply *epsy = dev_get_drvdata(dev); in __power_supply_populate_supplied_from() 187 static int power_supply_populate_supplied_from(struct power_supply *psy) in power_supply_populate_supplied_from() [all …]
|
D | power_supply.h | 14 struct power_supply; 30 extern void power_supply_update_leds(struct power_supply *psy); 31 extern int power_supply_create_triggers(struct power_supply *psy); 32 extern void power_supply_remove_triggers(struct power_supply *psy); 36 static inline void power_supply_update_leds(struct power_supply *psy) {} in power_supply_update_leds() 37 static inline int power_supply_create_triggers(struct power_supply *psy) in power_supply_create_triggers() 39 static inline void power_supply_remove_triggers(struct power_supply *psy) {} in power_supply_remove_triggers()
|
D | power_supply_leds.c | 21 static void power_supply_update_bat_leds(struct power_supply *psy) in power_supply_update_bat_leds() 57 static int power_supply_create_bat_triggers(struct power_supply *psy) in power_supply_create_bat_triggers() 99 static void power_supply_remove_bat_triggers(struct power_supply *psy) in power_supply_remove_bat_triggers() 113 static void power_supply_update_gen_leds(struct power_supply *psy) in power_supply_update_gen_leds() 128 static int power_supply_create_gen_triggers(struct power_supply *psy) in power_supply_create_gen_triggers() 140 static void power_supply_remove_gen_triggers(struct power_supply *psy) in power_supply_remove_gen_triggers() 148 void power_supply_update_leds(struct power_supply *psy) in power_supply_update_leds() 156 int power_supply_create_triggers(struct power_supply *psy) in power_supply_create_triggers() 163 void power_supply_remove_triggers(struct power_supply *psy) in power_supply_remove_triggers()
|
D | sbs-charger.c | 37 struct power_supply *power_supply; member 43 static int sbs_get_property(struct power_supply *psy, in sbs_get_property() 99 power_supply_changed(chip->power_supply); in sbs_check_state() 195 chip->power_supply = devm_power_supply_register(&client->dev, &sbs_desc, &psy_cfg); in sbs_probe() 196 if (IS_ERR(chip->power_supply)) in sbs_probe() 197 return dev_err_probe(&client->dev, PTR_ERR(chip->power_supply), in sbs_probe()
|
D | ds2780_battery.c | 36 struct power_supply *bat; 50 to_ds2780_device_info(struct power_supply *psy) in to_ds2780_device_info() 375 static int ds2780_battery_get_property(struct power_supply *psy, in ds2780_battery_get_property() 449 struct power_supply *psy = to_power_supply(dev); in ds2780_get_pmod_enabled() 468 struct power_supply *psy = to_power_supply(dev); in ds2780_set_pmod_enabled() 503 struct power_supply *psy = to_power_supply(dev); in ds2780_get_sense_resistor_value() 521 struct power_supply *psy = to_power_supply(dev); in ds2780_set_sense_resistor_value() 541 struct power_supply *psy = to_power_supply(dev); in ds2780_get_rsgain_setting() 558 struct power_supply *psy = to_power_supply(dev); in ds2780_set_rsgain_setting() 584 struct power_supply *psy = to_power_supply(dev); in ds2780_get_pio_pin() [all …]
|
D | ds2781_battery.c | 34 struct power_supply *bat; 48 to_ds2781_device_info(struct power_supply *psy) in to_ds2781_device_info() 377 static int ds2781_battery_get_property(struct power_supply *psy, in ds2781_battery_get_property() 451 struct power_supply *psy = to_power_supply(dev); in ds2781_get_pmod_enabled() 470 struct power_supply *psy = to_power_supply(dev); in ds2781_set_pmod_enabled() 505 struct power_supply *psy = to_power_supply(dev); in ds2781_get_sense_resistor_value() 523 struct power_supply *psy = to_power_supply(dev); in ds2781_set_sense_resistor_value() 543 struct power_supply *psy = to_power_supply(dev); in ds2781_get_rsgain_setting() 560 struct power_supply *psy = to_power_supply(dev); in ds2781_set_rsgain_setting() 586 struct power_supply *psy = to_power_supply(dev); in ds2781_get_pio_pin() [all …]
|
D | wm97xx_battery.c | 28 static unsigned long wm97xx_read_bat(struct power_supply *bat_ps) in wm97xx_read_bat() 37 static unsigned long wm97xx_read_temp(struct power_supply *bat_ps) in wm97xx_read_temp() 46 static int wm97xx_bat_get_property(struct power_supply *bat_ps, in wm97xx_bat_get_property() 92 static void wm97xx_bat_external_power_changed(struct power_supply *bat_ps) in wm97xx_bat_external_power_changed() 97 static void wm97xx_bat_update(struct power_supply *bat_ps) in wm97xx_bat_update() 118 static struct power_supply *bat_psy;
|
D | wilco-charger.c | 86 static int wilco_charge_get_property(struct power_supply *psy, in wilco_charge_get_property() 123 static int wilco_charge_set_property(struct power_supply *psy, in wilco_charge_set_property() 153 static int wilco_charge_property_is_writeable(struct power_supply *psy, in wilco_charge_property_is_writeable() 173 struct power_supply *psy; in wilco_charge_probe()
|
D | rn5t618_power.c | 66 struct power_supply *battery; 67 struct power_supply *usb; 68 struct power_supply *adp; 359 static int rn5t618_battery_get_property(struct power_supply *psy, in rn5t618_battery_get_property() 410 static int rn5t618_battery_set_property(struct power_supply *psy, in rn5t618_battery_set_property() 424 static int rn5t618_battery_property_is_writeable(struct power_supply *psy, in rn5t618_battery_property_is_writeable() 435 static int rn5t618_adp_get_property(struct power_supply *psy, in rn5t618_adp_get_property() 489 static int rn5t618_adp_set_property(struct power_supply *psy, in rn5t618_adp_set_property() 517 static int rn5t618_adp_property_is_writeable(struct power_supply *psy, in rn5t618_adp_property_is_writeable() 555 static int rn5t618_usb_get_property(struct power_supply *psy, in rn5t618_usb_get_property() [all …]
|
D | ltc4162-l-charger.c | 81 struct power_supply *charger; 507 struct power_supply *psy = to_power_supply(dev); in charge_status_show() 535 struct power_supply *psy = to_power_supply(dev); in vbat_show() 551 struct power_supply *psy = to_power_supply(dev); in vbat_avg_show() 567 struct power_supply *psy = to_power_supply(dev); in ibat_show() 583 struct power_supply *psy = to_power_supply(dev); in force_telemetry_show() 600 struct power_supply *psy = to_power_supply(dev); in force_telemetry_store() 622 struct power_supply *psy = to_power_supply(dev); in arm_ship_mode_show() 640 struct power_supply *psy = to_power_supply(dev); in arm_ship_mode_store() 679 static int ltc4162l_get_property(struct power_supply *psy, in ltc4162l_get_property() [all …]
|
D | ip5xxx_power.c | 114 static int ip5xxx_initialize(struct power_supply *psy) in ip5xxx_initialize() 312 static int ip5xxx_battery_get_property(struct power_supply *psy, in ip5xxx_battery_get_property() 430 static int ip5xxx_battery_set_property(struct power_supply *psy, in ip5xxx_battery_set_property() 480 static int ip5xxx_battery_property_is_writeable(struct power_supply *psy, in ip5xxx_battery_property_is_writeable() 504 static int ip5xxx_boost_get_property(struct power_supply *psy, in ip5xxx_boost_get_property() 539 static int ip5xxx_boost_set_property(struct power_supply *psy, in ip5xxx_boost_set_property() 567 static int ip5xxx_boost_property_is_writeable(struct power_supply *psy, in ip5xxx_boost_property_is_writeable() 593 struct power_supply *psy; in ip5xxx_power_probe()
|
D | ipaq_micro_battery.c | 91 static int get_capacity(struct power_supply *b) in get_capacity() 111 static int get_status(struct power_supply *b) in get_status() 128 static int micro_batt_get_property(struct power_supply *b, in micro_batt_get_property() 176 static int micro_ac_get_property(struct power_supply *b, in micro_ac_get_property() 223 static struct power_supply *micro_batt_power, *micro_ac_power;
|
D | lego_ev3_battery.c | 31 struct power_supply *psy; 37 static int lego_ev3_battery_get_property(struct power_supply *psy, in lego_ev3_battery_get_property() 91 static int lego_ev3_battery_set_property(struct power_supply *psy, in lego_ev3_battery_set_property() 126 static int lego_ev3_battery_property_is_writeable(struct power_supply *psy, in lego_ev3_battery_property_is_writeable()
|
D | pmu_battery.c | 17 struct power_supply *bat; 30 static int pmu_get_ac_prop(struct power_supply *psy, in pmu_get_ac_prop() 58 static struct power_supply *pmu_ac; 82 static int pmu_bat_get_property(struct power_supply *psy, in pmu_bat_get_property()
|
D | lt3651-charger.c | 19 struct power_supply *charger; 28 struct power_supply *charger = devid; in lt3651_charger_irq() 36 struct power_supply *psy) in psy_to_lt3651_charger() 41 static int lt3651_charger_get_property(struct power_supply *psy, in lt3651_charger_get_property()
|
D | gpio-charger.c | 31 struct power_supply *charger; 44 struct power_supply *charger = devid; in gpio_charger_irq() 51 static inline struct gpio_charger *psy_to_gpio_charger(struct power_supply *psy) in psy_to_gpio_charger() 85 static int gpio_charger_get_property(struct power_supply *psy, in gpio_charger_get_property() 110 static int gpio_charger_set_property(struct power_supply *psy, in gpio_charger_set_property() 125 static int gpio_charger_property_is_writeable(struct power_supply *psy, in gpio_charger_property_is_writeable()
|
D | power_supply_hwmon.c | 12 struct power_supply *psy; 210 struct power_supply *psy = psyhw->psy; in power_supply_hwmon_read() 254 struct power_supply *psy = psyhw->psy; in power_supply_hwmon_write() 327 int power_supply_add_hwmon_sysfs(struct power_supply *psy) in power_supply_add_hwmon_sysfs() 408 void power_supply_remove_hwmon_sysfs(struct power_supply *psy) in power_supply_remove_hwmon_sysfs()
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-class-power | 3 What: /sys/class/power_supply/<supply_name>/manufacturer 12 What: /sys/class/power_supply/<supply_name>/model_name 21 What: /sys/class/power_supply/<supply_name>/serial_number 30 What: /sys/class/power_supply/<supply_name>/type 41 What: /sys/class/power_supply/<supply_name>/current_avg 64 What: /sys/class/power_supply/<supply_name>/current_max 79 What: /sys/class/power_supply/<supply_name>/current_now 104 What: /sys/class/power_supply/<supply_name>/temp 122 What: /sys/class/power_supply/<supply_name>/temp_alert_max 146 What: /sys/class/power_supply/<supply_name>/temp_alert_min [all …]
|
D | sysfs-class-power-ltc4162l | 1 What: /sys/class/power_supply/ltc4162-l/charge_status 18 What: /sys/class/power_supply/ltc4162-l/ibat 29 What: /sys/class/power_supply/ltc4162-l/vbat 39 What: /sys/class/power_supply/ltc4162-l/vbat_avg 49 What: /sys/class/power_supply/ltc4162-l/force_telemetry 65 What: /sys/class/power_supply/ltc4162-l/arm_ship_mode
|
D | sysfs-class-power-wilco | 1 What: /sys/class/power_supply/wilco-charger/charge_type 28 What: /sys/class/power_supply/wilco-charger/charge_control_start_threshold 35 What: /sys/class/power_supply/wilco-charger/charge_control_end_threshold
|
/linux-6.1.9/include/linux/mfd/wm8350/ |
D | supply.h | 121 struct power_supply *battery; 122 struct power_supply *usb; 123 struct power_supply *ac;
|
/linux-6.1.9/include/acpi/ |
D | battery.h | 15 int (*add_battery)(struct power_supply *battery); 16 int (*remove_battery)(struct power_supply *battery);
|
/linux-6.1.9/drivers/usb/misc/ |
D | apple-mfi-fastcharge.c | 46 struct power_supply *battery; 91 static int apple_mfi_fc_get_property(struct power_supply *psy, in apple_mfi_fc_get_property() 113 static int apple_mfi_fc_set_property(struct power_supply *psy, in apple_mfi_fc_set_property() 142 static int apple_mfi_fc_property_is_writeable(struct power_supply *psy, in apple_mfi_fc_property_is_writeable()
|
/linux-6.1.9/include/linux/mfd/ |
D | rt5033.h | 39 struct power_supply *psy; 54 struct power_supply psy;
|