Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ds3c_adc_battery.h5 struct s3c_adc_bat_thresh { struct
20 const struct s3c_adc_bat_thresh *lut_noac; argument
22 const struct s3c_adc_bat_thresh *lut_acin;
/Linux-v4.19/arch/arm/mach-s3c24xx/
Dmach-h1940.c265 static const struct s3c_adc_bat_thresh bat_lut_noac[] = {
289 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-v4.19/drivers/power/supply/
Ds3c_adc_battery.c148 const struct s3c_adc_bat_thresh *lut; in s3c_adc_bat_get_property()