Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/touchscreen/
Dcyttsp_core.h145 struct device *dev, int irq, size_t xfer_buf_size);
Dcyttsp_core.c532 struct device *dev, int irq, size_t xfer_buf_size) in cyttsp_probe() argument
544 ts = kzalloc(sizeof(*ts) + xfer_buf_size, GFP_KERNEL); in cyttsp_probe()
Dcyttsp4_core.h464 struct device *dev, u16 irq, size_t xfer_buf_size);
Dcyttsp4_core.c1997 struct device *dev, u16 irq, size_t xfer_buf_size) in cyttsp4_probe() argument
2017 cd->xfer_buf = kzalloc(xfer_buf_size, GFP_KERNEL); in cyttsp4_probe()