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.c218 u16 *local_txbuf = NULL; in hx8357_spi_write_then_read() local
227 local_txbuf = kcalloc(txlen, sizeof(*local_txbuf), GFP_KERNEL); in hx8357_spi_write_then_read()
229 if (!local_txbuf) in hx8357_spi_write_then_read()
233 local_txbuf[i] = txbuf[i]; in hx8357_spi_write_then_read()
235 local_txbuf[i] |= 1 << 8; in hx8357_spi_write_then_read()
240 xfer[0].tx_buf = local_txbuf; in hx8357_spi_write_then_read()
256 kfree(local_txbuf); in hx8357_spi_write_then_read()