Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/arch/arm/mach-s3c24xx/
Dmach-rx1950.c165 static const struct s3c_adc_bat_thresh bat_lut_noac[] = {
189 static const struct s3c_adc_bat_thresh bat_lut_acin[] = {
Dmach-h1940.c266 static const struct s3c_adc_bat_thresh bat_lut_noac[] = {
290 static const struct s3c_adc_bat_thresh bat_lut_acin[] = {
/Linux-v5.4/drivers/power/supply/
Ds3c_adc_battery.c148 const struct s3c_adc_bat_thresh *lut; in s3c_adc_bat_get_property()