local_txbuf       220 drivers/video/backlight/hx8357.c 	u16 *local_txbuf = NULL;
local_txbuf       229 drivers/video/backlight/hx8357.c 		local_txbuf = kcalloc(txlen, sizeof(*local_txbuf), GFP_KERNEL);
local_txbuf       231 drivers/video/backlight/hx8357.c 		if (!local_txbuf)
local_txbuf       235 drivers/video/backlight/hx8357.c 			local_txbuf[i] = txbuf[i];
local_txbuf       237 drivers/video/backlight/hx8357.c 				local_txbuf[i] |= 1 << 8;
local_txbuf       242 drivers/video/backlight/hx8357.c 		xfer[0].tx_buf = local_txbuf;
local_txbuf       258 drivers/video/backlight/hx8357.c 		kfree(local_txbuf);