Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Dads7846.c1174 static const struct of_device_id ads7846_dt_ids[] = { variable
1182 MODULE_DEVICE_TABLE(of, ads7846_dt_ids);
1195 match = of_match_device(ads7846_dt_ids, dev); in ads7846_probe_dt()
1500 .of_match_table = of_match_ptr(ads7846_dt_ids),