/usr/src/linux-headers-5.15.0-190/include/linux/power
NameSizeModeActions
bq27xxx_battery.h20840644editdlrm
bq2415x_charger.h14830644editdlrm
bq24190_charger.h3050644editdlrm
bq24735-charger.h4010644editdlrm
charger-manager.h71100644editdlrm
generic-adc-battery.h6880644editdlrm
gpio-charger.h7080644editdlrm
jz4740-battery.h3250644editdlrm
max17042_battery.h65000644editdlrm
sbs-battery.h6020644editdlrm
smartreflex.h94800644editdlrm
twl4030_madc_battery.h7650644editdlrm
Edit: /usr/src/linux-headers-5.15.0-190/include/linux/power/bq24735-charger.h (401B)
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* */ #ifndef __CHARGER_BQ24735_H_ #define __CHARGER_BQ24735_H_ #include #include struct bq24735_platform { uint32_t charge_current; uint32_t charge_voltage; uint32_t input_current; const char *name; bool ext_control; char **supplied_to; size_t num_supplicants; }; #endif /* __CHARGER_BQ24735_H_ */