Searched refs:spi_tx_buf (Results 1 - 4 of 4) sorted by last modified time

/linux-master/sound/soc/codecs/
H A Dpeb2466.c43 u8 spi_tx_buf[2 + 8]; /* Cannot use stack area for SPI (dma-safe memory) */ member in struct:peb2466
137 .tx_buf = &peb2466->spi_tx_buf,
141 peb2466->spi_tx_buf[0] = cmd | PEB2466_CMD_W;
142 peb2466->spi_tx_buf[1] = val;
145 peb2466->spi_tx_buf[0], peb2466->spi_tx_buf[1]);
153 .tx_buf = &peb2466->spi_tx_buf,
159 peb2466->spi_tx_buf[0] = cmd | PEB2466_CMD_R;
168 peb2466->spi_tx_buf[0], peb2466->spi_rx_buf[1]);
175 peb2466->spi_tx_buf[
[all...]
H A Didt821034.c28 u8 spi_tx_buf; /* Cannot use stack area for SPI (dma-safe memory) */ member in struct:idt821034
55 .tx_buf = &idt821034->spi_tx_buf,
59 .tx_buf = &idt821034->spi_tx_buf,
64 idt821034->spi_tx_buf = val;
85 .tx_buf = &idt821034->spi_tx_buf,
90 .tx_buf = &idt821034->spi_tx_buf,
96 idt821034->spi_tx_buf = valw;
/linux-master/drivers/net/can/spi/
H A Dmcp251x.c236 u8 *spi_tx_buf; member in struct:mcp251x_priv
301 .tx_buf = priv->spi_tx_buf,
323 ret = spi_write(spi, priv->spi_tx_buf, len);
335 priv->spi_tx_buf[0] = INSTRUCTION_READ;
336 priv->spi_tx_buf[1] = reg;
339 spi_write_then_read(spi, priv->spi_tx_buf, 2, &val, 1);
352 priv->spi_tx_buf[0] = INSTRUCTION_READ;
353 priv->spi_tx_buf[1] = reg;
358 spi_write_then_read(spi, priv->spi_tx_buf, 2, val, 2);
373 priv->spi_tx_buf[
[all...]
H A Dhi311x.c152 u8 *spi_tx_buf; member in struct:hi3110_priv
204 .tx_buf = priv->spi_tx_buf,
226 priv->spi_tx_buf[0] = command;
237 priv->spi_tx_buf[0] = command;
248 priv->spi_tx_buf[0] = reg;
249 priv->spi_tx_buf[1] = val;
257 priv->spi_tx_buf[0] = HI3110_WRITE_FIFO;
258 memcpy(priv->spi_tx_buf + 1, buf, len);
309 priv->spi_tx_buf[0] = HI3110_READ_FIFO_WOTIME;
908 priv->spi_tx_buf
[all...]

Completed in 332 milliseconds