Searched refs:ad7879_probe (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/drivers/input/touchscreen/ |
H A D | ad7879.h | 26 struct ad7879 *ad7879_probe(struct device *dev, u8 devid, unsigned irq,
|
H A D | ad7879-i2c.c | 68 ts = ad7879_probe(&client->dev, AD7879_DEVID, client->irq, ad7879_i2c_probe()
|
H A D | ad7879-spi.c | 131 ts = ad7879_probe(&spi->dev, AD7879_DEVID, spi->irq, &ad7879_spi_bus_ops); ad7879_spi_probe()
|
H A D | ad7879.c | 488 struct ad7879 *ad7879_probe(struct device *dev, u8 devid, unsigned int irq, ad7879_probe() function 633 EXPORT_SYMBOL(ad7879_probe); variable
|
Completed in 88 milliseconds