Searched refs:xfer_buf_size (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/input/touchscreen/ |
D | cyttsp_core.h | 145 struct device *dev, int irq, size_t xfer_buf_size);
|
D | cyttsp_core.c | 532 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()
|
D | cyttsp4_core.h | 464 struct device *dev, u16 irq, size_t xfer_buf_size);
|
D | cyttsp4_core.c | 1997 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()
|