Searched refs:xfer_buf_size (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/rmi4/ |
H A D | rmi_spi.c | 45 int xfer_buf_size; member 56 int buf_size = rmi_spi->xfer_buf_size in rmi_spi_manage_pools() 57 ? rmi_spi->xfer_buf_size : RMI_SPI_DEFAULT_XFER_BUF_SIZE; in rmi_spi_manage_pools() 76 rmi_spi->xfer_buf_size = buf_size; in rmi_spi_manage_pools() 148 if (rmi_spi->xfer_buf_size < len) { in rmi_spi_xfer()
|
/kernel/linux/linux-6.6/drivers/input/rmi4/ |
H A D | rmi_spi.c | 45 int xfer_buf_size; member 56 int buf_size = rmi_spi->xfer_buf_size in rmi_spi_manage_pools() 57 ? rmi_spi->xfer_buf_size : RMI_SPI_DEFAULT_XFER_BUF_SIZE; in rmi_spi_manage_pools() 76 rmi_spi->xfer_buf_size = buf_size; in rmi_spi_manage_pools() 148 if (rmi_spi->xfer_buf_size < len) { in rmi_spi_xfer()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | cyttsp_core.h | 138 struct device *dev, int irq, size_t xfer_buf_size);
|
H A D | cyttsp_core.c | 601 struct device *dev, int irq, size_t xfer_buf_size) in cyttsp_probe() 607 ts = devm_kzalloc(dev, sizeof(*ts) + xfer_buf_size, GFP_KERNEL); in cyttsp_probe() 600 cyttsp_probe(const struct cyttsp_bus_ops *bus_ops, struct device *dev, int irq, size_t xfer_buf_size) cyttsp_probe() argument
|
H A D | cyttsp4_core.h | 454 struct device *dev, u16 irq, size_t xfer_buf_size);
|
H A D | cyttsp4_core.c | 2007 struct device *dev, u16 irq, size_t xfer_buf_size) in cyttsp4_probe() 2027 cd->xfer_buf = kzalloc(xfer_buf_size, GFP_KERNEL); in cyttsp4_probe() 2006 cyttsp4_probe(const struct cyttsp4_bus_ops *ops, struct device *dev, u16 irq, size_t xfer_buf_size) cyttsp4_probe() argument
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | cyttsp_core.h | 138 struct device *dev, int irq, size_t xfer_buf_size);
|
H A D | cyttsp_core.c | 627 struct device *dev, int irq, size_t xfer_buf_size) in cyttsp_probe() 633 ts = devm_kzalloc(dev, sizeof(*ts) + xfer_buf_size, GFP_KERNEL); in cyttsp_probe() 626 cyttsp_probe(const struct cyttsp_bus_ops *bus_ops, struct device *dev, int irq, size_t xfer_buf_size) cyttsp_probe() argument
|
H A D | cyttsp4_core.h | 440 struct device *dev, u16 irq, size_t xfer_buf_size);
|
H A D | cyttsp4_core.c | 2015 struct device *dev, u16 irq, size_t xfer_buf_size) in cyttsp4_probe() 2035 cd->xfer_buf = kzalloc(xfer_buf_size, GFP_KERNEL); in cyttsp4_probe() 2014 cyttsp4_probe(const struct cyttsp4_bus_ops *ops, struct device *dev, u16 irq, size_t xfer_buf_size) cyttsp4_probe() argument
|
Completed in 13 milliseconds