Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_spi.c176 rc = cyttsp5_devtree_create_and_get_pdata(dev); in cyttsp5_spi_probe()
H A Dcyttsp5_i2c.c152 rc = cyttsp5_devtree_create_and_get_pdata(dev); in cyttsp5_i2c_probe()
H A Dcyttsp5_devtree.c682 int cyttsp5_devtree_create_and_get_pdata(struct device *adap_dev) in cyttsp5_devtree_create_and_get_pdata() function
753 EXPORT_SYMBOL_GPL(cyttsp5_devtree_create_and_get_pdata);
H A Dcyttsp5_regs.h1145 int cyttsp5_devtree_create_and_get_pdata(struct device *adap_dev);
1148 static inline int cyttsp5_devtree_create_and_get_pdata(struct device *adap_dev) in cyttsp5_devtree_create_and_get_pdata() function
H A Dcyttsp5_core.c5528 rc = cyttsp5_devtree_create_and_get_pdata(dev); in cyttsp5_ttdl_restart_store()