Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A 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;
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dmach-h1940.c269 static const struct s3c_adc_bat_thresh bat_lut_noac[] = {
293 static const struct s3c_adc_bat_thresh bat_lut_acin[] = {
H A Dmach-rx1950.c164 static const struct s3c_adc_bat_thresh bat_lut_noac[] = {
188 static const struct s3c_adc_bat_thresh bat_lut_acin[] = {
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Ds3c_adc_battery.c148 const struct s3c_adc_bat_thresh *lut; in s3c_adc_bat_get_property()