Home
last modified time | relevance | path

Searched refs:s3c_adc_bat_thresh (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/include/linux/
Ds3c_adc_battery.h5 struct s3c_adc_bat_thresh { struct
17 const struct s3c_adc_bat_thresh *lut_noac; argument
19 const struct s3c_adc_bat_thresh *lut_acin;
/Linux-v6.1/arch/arm/mach-s3c/
Dmach-h1940.c275 static const struct s3c_adc_bat_thresh bat_lut_noac[] = {
299 static const struct s3c_adc_bat_thresh bat_lut_acin[] = {
Dmach-rx1950.c164 static const struct s3c_adc_bat_thresh bat_lut_noac[] = {
188 static const struct s3c_adc_bat_thresh bat_lut_acin[] = {
/Linux-v6.1/drivers/power/supply/
Ds3c_adc_battery.c142 const struct s3c_adc_bat_thresh *lut; in s3c_adc_bat_get_property()