Home
last modified time | relevance | path

Searched refs:xfer_buf_size (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/rmi4/
H A Drmi_spi.c45 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 Drmi_spi.c45 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 Dcyttsp_core.h138 struct device *dev, int irq, size_t xfer_buf_size);
H A Dcyttsp_core.c601 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 Dcyttsp4_core.h454 struct device *dev, u16 irq, size_t xfer_buf_size);
H A Dcyttsp4_core.c2007 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 Dcyttsp_core.h138 struct device *dev, int irq, size_t xfer_buf_size);
H A Dcyttsp_core.c627 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 Dcyttsp4_core.h440 struct device *dev, u16 irq, size_t xfer_buf_size);
H A Dcyttsp4_core.c2015 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