Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_debug.c49 return cyttsp5_get_module_data(dev, &debug_module); in cyttsp5_get_debug_data()
H A Dcyttsp5_regs.h1199 void *cyttsp5_get_module_data(struct device *dev,
H A Dcyttsp5_loader.c119 return cyttsp5_get_module_data(dev, &loader_module); in cyttsp5_get_loader_data()
H A Dcyttsp5_core.c5857 void *cyttsp5_get_module_data(struct device *dev, struct cyttsp5_module *module) in cyttsp5_get_module_data() function
5873 EXPORT_SYMBOL(cyttsp5_get_module_data);
H A Dcyttsp5_device_access.c348 return cyttsp5_get_module_data(dev, &device_access_module); in cyttsp5_get_device_access_data()