Home
last modified time | relevance | path

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

/drivers/video/backlight/
Dhx8357.c221 u16 *local_txbuf = NULL; in hx8357_spi_write_then_read() local
230 local_txbuf = kcalloc(txlen, sizeof(*local_txbuf), GFP_KERNEL); in hx8357_spi_write_then_read()
232 if (!local_txbuf) in hx8357_spi_write_then_read()
236 local_txbuf[i] = txbuf[i]; in hx8357_spi_write_then_read()
238 local_txbuf[i] |= 1 << 8; in hx8357_spi_write_then_read()
243 xfer[0].tx_buf = local_txbuf; in hx8357_spi_write_then_read()
259 kfree(local_txbuf); in hx8357_spi_write_then_read()