Home
last modified time | relevance | path

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

/linux/drivers/video/backlight/
H A Dhx8357.c219 u16 *local_txbuf = NULL; in hx8357_spi_write_then_read() local
228 local_txbuf = kcalloc(txlen, sizeof(*local_txbuf), GFP_KERNEL); in hx8357_spi_write_then_read()
230 if (!local_txbuf) in hx8357_spi_write_then_read()
234 local_txbuf[i] = txbuf[i]; in hx8357_spi_write_then_read()
236 local_txbuf[i] |= 1 << 8; in hx8357_spi_write_then_read()
241 xfer[0].tx_buf = local_txbuf; in hx8357_spi_write_then_read()
257 kfree(local_txbuf); in hx8357_spi_write_then_read()