Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/soc/samsung/
H A Ds3c-adc.h19 extern int s3c_adc_read(struct s3c_adc_client *client, unsigned int ch);
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dadc.c187 int s3c_adc_read(struct s3c_adc_client *client, unsigned int ch) in s3c_adc_read() function
212 EXPORT_SYMBOL_GPL(s3c_adc_read);
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Ds3c-hwmon.c69 ret = s3c_adc_read(hwmon->client, channel); in s3c_hwmon_read_ch()
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Ds3c_adc_battery.c60 value += s3c_adc_read(client, channel); in gather_samples()