Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/touchscreen/
Dcyttsp_core.h113 struct cyttsp_bus_ops { struct
133 const struct cyttsp_bus_ops *bus_ops; argument
144 struct cyttsp *cyttsp_probe(const struct cyttsp_bus_ops *bus_ops,
Dcyttsp_i2c.c33 static const struct cyttsp_bus_ops cyttsp_i2c_bus_ops = {
Dcyttsp_spi.c142 static const struct cyttsp_bus_ops cyttsp_spi_bus_ops = {
Dcyttsp_core.c531 struct cyttsp *cyttsp_probe(const struct cyttsp_bus_ops *bus_ops, in cyttsp_probe()