/linux-4.4.14/drivers/power/ |
D | power_supply_core.c | 63 struct power_supply *psy = data; in __power_supply_changed_work() local 77 struct power_supply *psy = container_of(work, struct power_supply, in power_supply_changed_work() local 112 void power_supply_changed(struct power_supply *psy) in power_supply_changed() 138 struct power_supply *psy = container_of(work, struct power_supply, in power_supply_deferred_register_work() local 156 struct power_supply *psy = data; in __power_supply_populate_supplied_from() local 180 static int power_supply_populate_supplied_from(struct power_supply *psy) in power_supply_populate_supplied_from() 225 static int power_supply_check_supplies(struct power_supply *psy) in power_supply_check_supplies() 277 static inline int power_supply_check_supplies(struct power_supply *psy) in power_supply_check_supplies() 286 struct power_supply *psy = data; in __power_supply_am_i_supplied() local 297 int power_supply_am_i_supplied(struct power_supply *psy) in power_supply_am_i_supplied() [all …]
|
D | power_supply_leds.c | 22 static void power_supply_update_bat_leds(struct power_supply *psy) in power_supply_update_bat_leds() 58 static int power_supply_create_bat_triggers(struct power_supply *psy) in power_supply_create_bat_triggers() 100 static void power_supply_remove_bat_triggers(struct power_supply *psy) in power_supply_remove_bat_triggers() 114 static void power_supply_update_gen_leds(struct power_supply *psy) in power_supply_update_gen_leds() 129 static int power_supply_create_gen_triggers(struct power_supply *psy) in power_supply_create_gen_triggers() 141 static void power_supply_remove_gen_triggers(struct power_supply *psy) in power_supply_remove_gen_triggers() 149 void power_supply_update_leds(struct power_supply *psy) in power_supply_update_leds() 157 int power_supply_create_triggers(struct power_supply *psy) in power_supply_create_triggers() 164 void power_supply_remove_triggers(struct power_supply *psy) in power_supply_remove_triggers()
|
D | power_supply.h | 37 static inline void power_supply_update_leds(struct power_supply *psy) {} in power_supply_update_leds() 38 static inline int power_supply_create_triggers(struct power_supply *psy) in power_supply_create_triggers() 40 static inline void power_supply_remove_triggers(struct power_supply *psy) {} in power_supply_remove_triggers()
|
D | ds2780_battery.c | 54 to_ds2780_device_info(struct power_supply *psy) in to_ds2780_device_info() 384 static int ds2780_battery_get_property(struct power_supply *psy, in ds2780_battery_get_property() 458 struct power_supply *psy = to_power_supply(dev); in ds2780_get_pmod_enabled() local 477 struct power_supply *psy = to_power_supply(dev); in ds2780_set_pmod_enabled() local 512 struct power_supply *psy = to_power_supply(dev); in ds2780_get_sense_resistor_value() local 530 struct power_supply *psy = to_power_supply(dev); in ds2780_set_sense_resistor_value() local 550 struct power_supply *psy = to_power_supply(dev); in ds2780_get_rsgain_setting() local 567 struct power_supply *psy = to_power_supply(dev); in ds2780_set_rsgain_setting() local 593 struct power_supply *psy = to_power_supply(dev); in ds2780_get_pio_pin() local 611 struct power_supply *psy = to_power_supply(dev); in ds2780_set_pio_pin() local [all …]
|
D | ds2781_battery.c | 52 to_ds2781_device_info(struct power_supply *psy) in to_ds2781_device_info() 386 static int ds2781_battery_get_property(struct power_supply *psy, in ds2781_battery_get_property() 460 struct power_supply *psy = to_power_supply(dev); in ds2781_get_pmod_enabled() local 479 struct power_supply *psy = to_power_supply(dev); in ds2781_set_pmod_enabled() local 514 struct power_supply *psy = to_power_supply(dev); in ds2781_get_sense_resistor_value() local 532 struct power_supply *psy = to_power_supply(dev); in ds2781_set_sense_resistor_value() local 552 struct power_supply *psy = to_power_supply(dev); in ds2781_get_rsgain_setting() local 569 struct power_supply *psy = to_power_supply(dev); in ds2781_set_rsgain_setting() local 595 struct power_supply *psy = to_power_supply(dev); in ds2781_get_pio_pin() local 613 struct power_supply *psy = to_power_supply(dev); in ds2781_set_pio_pin() local [all …]
|
D | power_supply_sysfs.c | 72 struct power_supply *psy = dev_get_drvdata(dev); in power_supply_show_property() local 116 struct power_supply *psy = dev_get_drvdata(dev); in power_supply_store_property() local 214 struct power_supply *psy = dev_get_drvdata(dev); in power_supply_attr_is_visible() local 275 struct power_supply *psy = dev_get_drvdata(dev); in power_supply_uevent() local
|
D | bq2415x_charger.c | 820 struct power_supply *psy = v; in bq2415x_notifier_call() local 1005 static int bq2415x_power_supply_get_property(struct power_supply *psy, in bq2415x_power_supply_get_property() 1097 struct power_supply *psy = dev_get_drvdata(dev); in bq2415x_sysfs_show_status() local 1130 struct power_supply *psy = dev_get_drvdata(dev); in bq2415x_sysfs_set_timer() local 1151 struct power_supply *psy = dev_get_drvdata(dev); in bq2415x_sysfs_show_timer() local 1175 struct power_supply *psy = dev_get_drvdata(dev); in bq2415x_sysfs_set_mode() local 1227 struct power_supply *psy = dev_get_drvdata(dev); in bq2415x_sysfs_show_mode() local 1264 struct power_supply *psy = dev_get_drvdata(dev); in bq2415x_sysfs_show_reported_mode() local 1292 struct power_supply *psy = dev_get_drvdata(dev); in bq2415x_sysfs_set_registers() local 1327 struct power_supply *psy = dev_get_drvdata(dev); in bq2415x_sysfs_show_registers() local [all …]
|
D | s3c_adc_battery.c | 31 struct power_supply *psy; member 44 static void s3c_adc_bat_ext_power_changed(struct power_supply *psy) in s3c_adc_bat_ext_power_changed() 72 static int s3c_adc_backup_bat_get_property(struct power_supply *psy, in s3c_adc_backup_bat_get_property() 140 static int s3c_adc_bat_get_property(struct power_supply *psy, in s3c_adc_bat_get_property()
|
D | jz4740-battery.c | 56 static inline struct jz_battery *psy_to_jz_battery(struct power_supply *psy) in psy_to_jz_battery() 105 static int jz_battery_get_capacity(struct power_supply *psy) in jz_battery_get_capacity() 129 static int jz_battery_get_property(struct power_supply *psy, in jz_battery_get_property() 173 static void jz_battery_external_power_changed(struct power_supply *psy) in jz_battery_external_power_changed()
|
D | collie_battery.c | 33 struct power_supply *psy; member 96 static int collie_bat_get_property(struct power_supply *psy, in collie_bat_get_property() 143 static void collie_bat_external_power_changed(struct power_supply *psy) in collie_bat_external_power_changed() 158 struct power_supply *psy = bat->psy; in collie_bat_update() local
|
D | tosa_battery.c | 29 struct power_supply *psy; member 94 static int tosa_bat_get_property(struct power_supply *psy, in tosa_bat_get_property() 146 static void tosa_bat_external_power_changed(struct power_supply *psy) in tosa_bat_external_power_changed() 161 struct power_supply *psy = bat->psy; in tosa_bat_update() local
|
D | twl4030_madc_battery.c | 25 struct power_supply *psy; member 107 static int twl4030_madc_bat_get_property(struct power_supply *psy, in twl4030_madc_bat_get_property() 171 static void twl4030_madc_bat_ext_changed(struct power_supply *psy) in twl4030_madc_bat_ext_changed()
|
D | ds2760_battery.c | 350 static void ds2760_battery_external_power_changed(struct power_supply *psy) in ds2760_battery_external_power_changed() 395 static void ds2760_battery_set_charged(struct power_supply *psy) in ds2760_battery_set_charged() 404 static int ds2760_battery_get_property(struct power_supply *psy, in ds2760_battery_get_property() 455 static int ds2760_battery_set_property(struct power_supply *psy, in ds2760_battery_set_property() 479 static int ds2760_battery_property_is_writeable(struct power_supply *psy, in ds2760_battery_property_is_writeable()
|
D | generic-adc-battery.c | 47 struct power_supply *psy; member 57 static struct gab *to_generic_bat(struct power_supply *psy) in to_generic_bat() 62 static void gab_ext_power_changed(struct power_supply *psy) in gab_ext_power_changed() 144 static int gab_get_property(struct power_supply *psy, in gab_get_property()
|
D | lp8727_charger.c | 92 struct lp8727_psy *psy; member 310 static int lp8727_charger_get_property(struct power_supply *psy, in lp8727_charger_get_property() 336 static int lp8727_battery_get_property(struct power_supply *psy, in lp8727_battery_get_property() 401 static void lp8727_charger_changed(struct power_supply *psy) in lp8727_charger_changed() 449 struct lp8727_psy *psy; in lp8727_register_psy() local 485 struct lp8727_psy *psy = pchg->psy; in lp8727_unregister_psy() local
|
D | ab8500_fg.c | 2092 static int ab8500_fg_get_property(struct power_supply *psy, in ab8500_fg_get_property() 2170 struct power_supply *psy; in ab8500_fg_get_ext_psy_data() local 2395 static void ab8500_fg_external_power_changed(struct power_supply *psy) in ab8500_fg_external_power_changed() 2577 struct power_supply *psy = dev_get_drvdata(dev); in ab8505_powercut_flagtime_read() local 2600 struct power_supply *psy = dev_get_drvdata(dev); in ab8505_powercut_flagtime_write() local 2626 struct power_supply *psy = dev_get_drvdata(dev); in ab8505_powercut_maxtime_read() local 2650 struct power_supply *psy = dev_get_drvdata(dev); in ab8505_powercut_maxtime_write() local 2675 struct power_supply *psy = dev_get_drvdata(dev); in ab8505_powercut_restart_read() local 2698 struct power_supply *psy = dev_get_drvdata(dev); in ab8505_powercut_restart_write() local 2724 struct power_supply *psy = dev_get_drvdata(dev); in ab8505_powercut_timer_read() local [all …]
|
D | qcom_smbb.c | 481 static int smbb_usbin_get_property(struct power_supply *psy, in smbb_usbin_get_property() 509 static int smbb_usbin_set_property(struct power_supply *psy, in smbb_usbin_set_property() 529 static int smbb_dcin_get_property(struct power_supply *psy, in smbb_dcin_get_property() 557 static int smbb_dcin_set_property(struct power_supply *psy, in smbb_dcin_set_property() 577 static int smbb_charger_writable_property(struct power_supply *psy, in smbb_charger_writable_property() 583 static int smbb_battery_get_property(struct power_supply *psy, in smbb_battery_get_property() 653 static int smbb_battery_set_property(struct power_supply *psy, in smbb_battery_set_property() 675 static int smbb_battery_writable_property(struct power_supply *psy, in smbb_battery_writable_property()
|
D | bq24735-charger.c | 53 static inline struct bq24735 *to_bq24735(struct power_supply *psy) in to_bq24735() 179 struct power_supply *psy = devid; in bq24735_charger_isr() local 192 static int bq24735_charger_get_property(struct power_supply *psy, in bq24735_charger_get_property()
|
D | wm8350_power.c | 249 static int wm8350_ac_get_prop(struct power_supply *psy, in wm8350_ac_get_prop() 279 static int wm8350_usb_get_prop(struct power_supply *psy, in wm8350_usb_get_prop() 345 static int wm8350_bat_get_property(struct power_supply *psy, in wm8350_bat_get_property()
|
D | pmu_battery.c | 33 static int pmu_get_ac_prop(struct power_supply *psy, in pmu_get_ac_prop() 85 static int pmu_bat_get_property(struct power_supply *psy, in pmu_bat_get_property()
|
D | charger-manager.c | 91 struct power_supply *psy; in is_batt_present() local 147 struct power_supply *psy; in is_ext_pwr_online() local 208 struct power_supply *psy; in is_charging() local 884 static int charger_get_property(struct power_supply *psy, in charger_get_property() 1696 struct power_supply *psy; in charger_manager_probe() local 2028 struct power_supply *psy) in find_power_supply() 2049 void cm_notify_event(struct power_supply *psy, enum cm_event_types type, in cm_notify_event()
|
D | gpio-charger.c | 48 static inline struct gpio_charger *psy_to_gpio_charger(struct power_supply *psy) in psy_to_gpio_charger() 53 static int gpio_charger_get_property(struct power_supply *psy, in gpio_charger_get_property()
|
D | max8903_charger.c | 34 struct power_supply *psy; member 47 static int max8903_get_property(struct power_supply *psy, in max8903_get_property()
|
D | test_power.c | 42 static int test_power_get_ac_property(struct power_supply *psy, in test_power_get_ac_property() 56 static int test_power_get_usb_property(struct power_supply *psy, in test_power_get_usb_property() 70 static int test_power_get_battery_property(struct power_supply *psy, in test_power_get_battery_property() 329 static inline void signal_power_supply_changed(struct power_supply *psy) in signal_power_supply_changed()
|
D | bq24257_charger.c | 311 static int bq24257_power_supply_get_property(struct power_supply *psy, in bq24257_power_supply_get_property() 405 static int bq24257_power_supply_set_property(struct power_supply *psy, in bq24257_power_supply_set_property() 419 static int bq24257_power_supply_property_is_writeable(struct power_supply *psy, in bq24257_power_supply_property_is_writeable() 776 struct power_supply *psy = dev_get_drvdata(dev); in bq24257_show_ovp_voltage() local 787 struct power_supply *psy = dev_get_drvdata(dev); in bq24257_show_in_dpm_voltage() local 798 struct power_supply *psy = dev_get_drvdata(dev); in bq24257_sysfs_show_enable() local 820 struct power_supply *psy = dev_get_drvdata(dev); in bq24257_sysfs_set_enable() local
|
D | pcf50633-charger.c | 289 static int adapter_get_property(struct power_supply *psy, in adapter_get_property() 307 static int usb_get_property(struct power_supply *psy, in usb_get_property() 328 static int ac_get_property(struct power_supply *psy, in ac_get_property()
|
D | 88pm860x_charger.c | 288 struct power_supply *psy; in set_charging_fsm() local 430 struct power_supply *psy; in pm860x_temp_handler() local 475 struct power_supply *psy; in pm860x_done_handler() local 594 static int pm860x_usb_get_prop(struct power_supply *psy, in pm860x_usb_get_prop()
|
D | goldfish_battery.c | 66 static int goldfish_ac_get_property(struct power_supply *psy, in goldfish_ac_get_property() 84 static int goldfish_battery_get_property(struct power_supply *psy, in goldfish_battery_get_property()
|
D | wm831x_power.c | 69 static int wm831x_wall_get_prop(struct power_supply *psy, in wm831x_wall_get_prop() 100 static int wm831x_usb_get_prop(struct power_supply *psy, in wm831x_usb_get_prop() 395 static int wm831x_bat_get_prop(struct power_supply *psy, in wm831x_bat_get_prop()
|
D | bq24190_charger.c | 425 struct power_supply *psy = dev_get_drvdata(dev); in bq24190_sysfs_show() local 445 struct power_supply *psy = dev_get_drvdata(dev); in bq24190_sysfs_store() local 805 static int bq24190_charger_get_property(struct power_supply *psy, in bq24190_charger_get_property() 857 static int bq24190_charger_set_property(struct power_supply *psy, in bq24190_charger_set_property() 886 static int bq24190_charger_property_is_writeable(struct power_supply *psy, in bq24190_charger_property_is_writeable() 1095 static int bq24190_battery_get_property(struct power_supply *psy, in bq24190_battery_get_property() 1135 static int bq24190_battery_set_property(struct power_supply *psy, in bq24190_battery_set_property() 1161 static int bq24190_battery_property_is_writeable(struct power_supply *psy, in bq24190_battery_property_is_writeable()
|
D | da9150-charger.c | 49 struct power_supply *psy, in da9150_charger_supply_online() 113 static int da9150_charger_get_prop(struct power_supply *psy, in da9150_charger_get_prop() 325 static int da9150_charger_battery_get_prop(struct power_supply *psy, in da9150_charger_battery_get_prop()
|
D | ltc2941-battery-gauge.c | 289 static int ltc294x_get_property(struct power_supply *psy, in ltc294x_get_property() 311 static int ltc294x_set_property(struct power_supply *psy, in ltc294x_set_property() 326 struct power_supply *psy, enum power_supply_property psp) in ltc294x_property_is_writeable()
|
D | max8925_power.c | 195 static int max8925_ac_get_prop(struct power_supply *psy, in max8925_ac_get_prop() 229 static int max8925_usb_get_prop(struct power_supply *psy, in max8925_usb_get_prop() 263 static int max8925_bat_get_prop(struct power_supply *psy, in max8925_bat_get_prop()
|
D | isp1704_charger.c | 61 struct power_supply *psy; member 326 static int isp1704_charger_get_property(struct power_supply *psy, in isp1704_charger_get_property()
|
D | max8998_charger.c | 42 static int max8998_battery_get_property(struct power_supply *psy, in max8998_battery_get_property()
|
D | max8997_charger.c | 43 static int max8997_battery_get_property(struct power_supply *psy, in max8997_battery_get_property()
|
D | wm831x_backup.c | 115 static int wm831x_backup_get_prop(struct power_supply *psy, in wm831x_backup_get_prop()
|
D | ab8500_btemp.c | 880 static int ab8500_btemp_get_property(struct power_supply *psy, in ab8500_btemp_get_property() 908 struct power_supply *psy; in ab8500_btemp_get_ext_psy_data() local 986 static void ab8500_btemp_external_power_changed(struct power_supply *psy) in ab8500_btemp_external_power_changed()
|
D | rt5033_battery.c | 71 static int rt5033_battery_get_property(struct power_supply *psy, in rt5033_battery_get_property()
|
D | 88pm860x_battery.c | 799 static void pm860x_external_power_changed(struct power_supply *psy) in pm860x_external_power_changed() 806 static int pm860x_batt_get_prop(struct power_supply *psy, in pm860x_batt_get_prop() 872 static int pm860x_batt_set_prop(struct power_supply *psy, in pm860x_batt_set_prop()
|
D | max17042_battery.c | 178 static int max17042_get_property(struct power_supply *psy, in max17042_get_property() 341 static int max17042_set_property(struct power_supply *psy, in max17042_set_property() 387 static int max17042_property_is_writeable(struct power_supply *psy, in max17042_property_is_writeable()
|
D | tps65217_charger.c | 116 static int tps65217_ac_get_property(struct power_supply *psy, in tps65217_ac_get_property()
|
D | da9052-battery.c | 172 struct power_supply *psy; member 496 static int da9052_bat_get_property(struct power_supply *psy, in da9052_bat_get_property()
|
D | axp20x_usb_power.c | 58 static int axp20x_usb_power_get_property(struct power_supply *psy, in axp20x_usb_power_get_property()
|
D | olpc_battery.c | 58 static int olpc_ac_get_prop(struct power_supply *psy, in olpc_ac_get_prop() 323 static int olpc_bat_get_property(struct power_supply *psy, in olpc_bat_get_property()
|
D | rx51_battery.c | 161 static int rx51_battery_get_property(struct power_supply *psy, in rx51_battery_get_property()
|
D | intel_mid_battery.c | 403 static int pmic_usb_get_property(struct power_supply *psy, in pmic_usb_get_property() 442 static int pmic_battery_get_property(struct power_supply *psy, in pmic_battery_get_property()
|
D | smb347-charger.c | 934 static int smb347_mains_get_property(struct power_supply *psy, in smb347_mains_get_property() 975 static int smb347_usb_get_property(struct power_supply *psy, in smb347_usb_get_property() 1061 static int smb347_battery_get_property(struct power_supply *psy, in smb347_battery_get_property()
|
D | axp288_charger.c | 386 static int axp288_charger_usb_set_property(struct power_supply *psy, in axp288_charger_usb_set_property() 419 static int axp288_charger_usb_get_property(struct power_supply *psy, in axp288_charger_usb_get_property() 481 static int axp288_charger_property_is_writeable(struct power_supply *psy, in axp288_charger_property_is_writeable()
|
D | tps65090-charger.c | 134 static int tps65090_ac_get_property(struct power_supply *psy, in tps65090_ac_get_property()
|
D | pda_power.c | 56 static int pda_power_get_property(struct power_supply *psy, in pda_power_get_property()
|
D | da9030_battery.c | 92 struct power_supply *psy; member 341 static int da9030_battery_get_property(struct power_supply *psy, in da9030_battery_get_property()
|
D | apm_power.c | 18 #define PSY_PROP(psy, prop, val) (power_supply_get_property(psy, \ argument
|
D | sbs-battery.c | 556 static int sbs_get_property(struct power_supply *psy, in sbs_get_property() 673 static void sbs_external_power_changed(struct power_supply *psy) in sbs_external_power_changed()
|
D | max17040_battery.c | 56 static int max17040_get_property(struct power_supply *psy, in max17040_get_property()
|
D | lp8788-charger.c | 147 static int lp8788_charger_get_property(struct power_supply *psy, in lp8788_charger_get_property() 336 static int lp8788_battery_get_property(struct power_supply *psy, in lp8788_battery_get_property()
|
D | abx500_chargalg.c | 977 struct power_supply *psy; in abx500_chargalg_get_ext_psy_data() local 1311 static void abx500_chargalg_external_power_changed(struct power_supply *psy) in abx500_chargalg_external_power_changed() 1777 static int abx500_chargalg_get_property(struct power_supply *psy, in abx500_chargalg_get_property()
|
D | max14577_charger.c | 420 static int max14577_charger_get_property(struct power_supply *psy, in max14577_charger_get_property()
|
D | axp288_fuel_gauge.c | 772 static int fuel_gauge_property_is_writeable(struct power_supply *psy, in fuel_gauge_property_is_writeable() 849 static void fuel_gauge_external_power_changed(struct power_supply *psy) in fuel_gauge_external_power_changed()
|
D | ab8500_charger.c | 410 struct power_supply *psy) in ab8500_power_supply_changed() 1931 struct power_supply *psy; in ab8500_charger_get_ext_psy_data() local 2952 static int ab8500_charger_ac_get_property(struct power_supply *psy, in ab8500_charger_ac_get_property() 3019 static int ab8500_charger_usb_get_property(struct power_supply *psy, in ab8500_charger_usb_get_property()
|
D | ds2782_battery.c | 246 static int ds278x_battery_get_property(struct power_supply *psy, in ds278x_battery_get_property()
|
D | max77693_charger.c | 220 static int max77693_charger_get_property(struct power_supply *psy, in max77693_charger_get_property()
|
D | da9150-fg.c | 313 static int da9150_fg_get_prop(struct power_supply *psy, in da9150_fg_get_prop()
|
D | bq27xxx_battery.c | 902 static int bq27xxx_battery_get_property(struct power_supply *psy, in bq27xxx_battery_get_property() 986 static void bq27xxx_external_power_changed(struct power_supply *psy) in bq27xxx_external_power_changed()
|
D | pm2301_charger.c | 604 static int pm2xxx_charger_ac_get_property(struct power_supply *psy, in pm2xxx_charger_ac_get_property()
|
D | twl4030_charger.c | 857 static int twl4030_bci_get_property(struct power_supply *psy, in twl4030_bci_get_property()
|
D | bq25890_charger.c | 372 static int bq25890_power_supply_get_property(struct power_supply *psy, in bq25890_power_supply_get_property()
|
D | rt9455_charger.c | 620 static int rt9455_charger_get_property(struct power_supply *psy, in rt9455_charger_get_property()
|
/linux-4.4.14/include/linux/mfd/ |
D | rt5033.h | 42 struct power_supply *psy; member 57 struct power_supply psy; member
|
/linux-4.4.14/arch/x86/platform/olpc/ |
D | olpc-xo15-sci.c | 82 struct power_supply *psy = power_supply_get_by_name("olpc-battery"); in battery_status_changed() local 92 struct power_supply *psy = power_supply_get_by_name("olpc-ac"); in ac_status_changed() local
|
D | olpc-xo1-sci.c | 60 struct power_supply *psy = power_supply_get_by_name("olpc-battery"); in battery_status_changed() local 70 struct power_supply *psy = power_supply_get_by_name("olpc-ac"); in ac_status_changed() local
|
/linux-4.4.14/drivers/staging/nvec/ |
D | nvec_power.c | 224 static int nvec_power_get_property(struct power_supply *psy, in nvec_power_get_property() 240 static int nvec_battery_get_property(struct power_supply *psy, in nvec_battery_get_property() 374 struct power_supply **psy; in nvec_power_probe() local
|
/linux-4.4.14/include/linux/mfd/abx500/ |
D | ux500_chargalg.h | 43 struct power_supply *psy; member
|
/linux-4.4.14/drivers/platform/x86/ |
D | compal-laptop.c | 182 struct power_supply *psy; member 566 static int bat_get_property(struct power_supply *psy, in bat_get_property() 645 static int bat_set_property(struct power_supply *psy, in bat_set_property() 665 static int bat_writeable_property(struct power_supply *psy, in bat_writeable_property()
|
/linux-4.4.14/drivers/mfd/ |
D | ab8500-sysctrl.c | 34 struct power_supply *psy; in ab8500_power_off() local
|
/linux-4.4.14/drivers/acpi/ |
D | ac.c | 139 static int get_ac_property(struct power_supply *psy, in get_ac_property()
|
D | sbs.c | 149 static int sbs_get_ac_property(struct power_supply *psy, in sbs_get_ac_property() 177 static int acpi_sbs_battery_get_property(struct power_supply *psy, in acpi_sbs_battery_get_property()
|
D | battery.c | 197 static int acpi_battery_get_property(struct power_supply *psy, in acpi_battery_get_property()
|
/linux-4.4.14/include/linux/power/ |
D | charger-manager.h | 256 static inline void cm_notify_event(struct power_supply *psy, in cm_notify_event()
|
/linux-4.4.14/arch/arm/mach-pxa/ |
D | raumfeld.c | 762 struct power_supply *psy = in raumfeld_power_signal_charged() local
|
/linux-4.4.14/drivers/hid/ |
D | wacom_sys.c | 978 static int wacom_battery_get_property(struct power_supply *psy, in wacom_battery_get_property() 1015 static int wacom_ac_get_property(struct power_supply *psy, in wacom_ac_get_property()
|
D | hid-input.c | 338 static int hidinput_get_battery_property(struct power_supply *psy, in hidinput_get_battery_property()
|
D | hid-wiimote-modules.c | 202 static int wiimod_battery_get_property(struct power_supply *psy, in wiimod_battery_get_property()
|
D | hid-sony.c | 1977 static int sony_battery_get_property(struct power_supply *psy, in sony_battery_get_property()
|
/linux-4.4.14/drivers/phy/ |
D | phy-sun4i-usb.c | 465 struct power_supply *psy = v; in sun4i_usb_phy0_vbus_notify() local
|