Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dcyttsp4_core.h363 const struct cyttsp4_bus_ops *bus_ops;
370 struct cyttsp4_bus_ops { struct
463 extern struct cyttsp4 *cyttsp4_probe(const struct cyttsp4_bus_ops *ops,
Dcyttsp4_i2c.c34 static const struct cyttsp4_bus_ops cyttsp4_i2c_bus_ops = {
Dcyttsp4_spi.c150 static const struct cyttsp4_bus_ops cyttsp_spi_bus_ops = {
Dcyttsp4_core.c2024 struct cyttsp4 *cyttsp4_probe(const struct cyttsp4_bus_ops *ops, in cyttsp4_probe()