Home
last modified time | relevance | path

Searched refs:s3c2410_ts_mach_info (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/include/linux/platform_data/
Dtouchscreen-s3c2410.h12 struct s3c2410_ts_mach_info { struct
19 extern void s3c24xx_ts_set_platdata(struct s3c2410_ts_mach_info *); argument
20 extern void s3c64xx_ts_set_platdata(struct s3c2410_ts_mach_info *);
/Linux-v4.19/arch/arm/plat-samsung/
Ddevs.c907 void __init s3c24xx_ts_set_platdata(struct s3c2410_ts_mach_info *hard_s3c2410ts_info) in s3c24xx_ts_set_platdata()
910 sizeof(struct s3c2410_ts_mach_info), &s3c_device_ts); in s3c24xx_ts_set_platdata()
915 static struct s3c2410_ts_mach_info default_ts_data __initdata = {
921 void __init s3c64xx_ts_set_platdata(struct s3c2410_ts_mach_info *pd) in s3c64xx_ts_set_platdata()
926 s3c_set_platdata(pd, sizeof(struct s3c2410_ts_mach_info), in s3c64xx_ts_set_platdata()
/Linux-v4.19/drivers/input/touchscreen/
Ds3c2410_ts.c242 struct s3c2410_ts_mach_info *info; in s3c2410ts_probe()
400 struct s3c2410_ts_mach_info *info = dev_get_platdata(&pdev->dev); in s3c2410ts_resume()
/Linux-v4.19/arch/arm/mach-s3c64xx/
Dmach-smartq.c165 static struct s3c2410_ts_mach_info smartq_touchscreen_pdata __initdata = {
/Linux-v4.19/arch/arm/mach-s3c24xx/
Dmach-gta02.c452 static struct s3c2410_ts_mach_info gta02_ts_info = {
Dmach-h1940.c175 static struct s3c2410_ts_mach_info h1940_ts_cfg __initdata = {
Dmach-rx1950.c618 static struct s3c2410_ts_mach_info rx1950_ts_cfg __initdata = {
/Linux-v4.19/drivers/iio/adc/
Dexynos_adc.c752 struct s3c2410_ts_mach_info *pdata = dev_get_platdata(&pdev->dev); in exynos_adc_probe()