Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/can/
H A Dcan327.c555 char local_txbuf[sizeof("0102030405060708\r")]; in can327_handle_prompt() local
574 snprintf(local_txbuf, sizeof(local_txbuf), "%s", in can327_handle_prompt()
584 snprintf(local_txbuf, sizeof(local_txbuf), in can327_handle_prompt()
589 snprintf(local_txbuf, sizeof(local_txbuf), in can327_handle_prompt()
594 snprintf(local_txbuf, sizeof(local_txbuf), in can327_handle_prompt()
599 snprintf(local_txbuf, sizeo in can327_handle_prompt()
[all...]
/kernel/linux/linux-5.10/drivers/video/backlight/
H A Dhx8357.c220 u16 *local_txbuf = NULL; in hx8357_spi_write_then_read() local
229 local_txbuf = kcalloc(txlen, sizeof(*local_txbuf), GFP_KERNEL); in hx8357_spi_write_then_read()
231 if (!local_txbuf) in hx8357_spi_write_then_read()
235 local_txbuf[i] = txbuf[i]; in hx8357_spi_write_then_read()
237 local_txbuf[i] |= 1 << 8; in hx8357_spi_write_then_read()
242 xfer[0].tx_buf = local_txbuf; in hx8357_spi_write_then_read()
258 kfree(local_txbuf); in hx8357_spi_write_then_read()
/kernel/linux/linux-6.6/drivers/video/backlight/
H A Dhx8357.c220 u16 *local_txbuf = NULL; in hx8357_spi_write_then_read() local
229 local_txbuf = kcalloc(txlen, sizeof(*local_txbuf), GFP_KERNEL); in hx8357_spi_write_then_read()
231 if (!local_txbuf) in hx8357_spi_write_then_read()
235 local_txbuf[i] = txbuf[i]; in hx8357_spi_write_then_read()
237 local_txbuf[i] |= 1 << 8; in hx8357_spi_write_then_read()
242 xfer[0].tx_buf = local_txbuf; in hx8357_spi_write_then_read()
258 kfree(local_txbuf); in hx8357_spi_write_then_read()

Completed in 4 milliseconds