Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/
H A Dcan327.c574 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, sizeof(local_txbuf), in can327_handle_prompt()
604 snprintf(local_txbuf, sizeof(local_txbuf), in can327_handle_prompt()
609 snprintf(local_txbuf, sizeof(local_txbuf), in can327_handle_prompt()
614 snprintf(local_txbuf, sizeof(local_txbuf), in can327_handle_prompt()
623 snprintf(local_txbuf, sizeof(local_txbuf), "ATRTR\r"); in can327_handle_prompt()
634 snprintf(&local_txbuf[2 * i], sizeof(local_txbuf), in can327_handle_prompt()
[all …]
/openbmc/linux/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()