Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/input/touchscreen/
Dads7846.c1120 static const struct of_device_id ads7846_dt_ids[] = { variable
1128 MODULE_DEVICE_TABLE(of, ads7846_dt_ids);
1142 match = of_match_device(ads7846_dt_ids, dev); in ads7846_probe_dt()
1425 .of_match_table = of_match_ptr(ads7846_dt_ids),