Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_i2c.c125 static const struct of_device_id cyttsp5_i2c_of_match[] = { variable
129 MODULE_DEVICE_TABLE(of, cyttsp5_i2c_of_match);
150 match = of_match_device(of_match_ptr(cyttsp5_i2c_of_match), dev); in cyttsp5_i2c_probe()
198 match = of_match_device(of_match_ptr(cyttsp5_i2c_of_match), dev); in cyttsp5_i2c_remove()
218 .of_match_table = cyttsp5_i2c_of_match,