Searched refs:to_send (Results 1 – 5 of 5) sorted by relevance
| /drivers/iio/common/ssp_sensors/ |
| A D | ssp_dev.c | 222 struct ssp_instruction to_send; in ssp_enable_sensor() local 224 to_send.a = cpu_to_le32(delay); in ssp_enable_sensor() 225 to_send.b = cpu_to_le32(data->batch_latency_buf[type]); in ssp_enable_sensor() 226 to_send.c = data->batch_opt_buf[type]; in ssp_enable_sensor() 235 (u8 *)&to_send, sizeof(to_send)); in ssp_enable_sensor() 248 (u8 *)&to_send, sizeof(to_send)); in ssp_enable_sensor() 284 struct ssp_instruction to_send; in ssp_change_delay() local 286 to_send.a = cpu_to_le32(delay); in ssp_change_delay() 287 to_send.b = cpu_to_le32(data->batch_latency_buf[type]); in ssp_change_delay() 288 to_send.c = data->batch_opt_buf[type]; in ssp_change_delay() [all …]
|
| /drivers/staging/nvec/ |
| A D | nvec.c | 602 unsigned char to_send = 0xff; in nvec_interrupt() local 661 to_send = nvec->tx->data[0]; in nvec_interrupt() 677 to_send = nvec->tx->data[nvec->tx->pos++]; in nvec_interrupt() 715 tegra_i2c_writel(to_send, nvec->base + I2C_SL_RCVD); in nvec_interrupt() 726 to_send, in nvec_interrupt()
|
| /drivers/infiniband/sw/rxe/ |
| A D | rxe_req.c | 22 int to_send = (wqe->dma.resid > qp->mtu) ? in retry_first_write_send() local 29 wqe->dma.resid -= to_send; in retry_first_write_send() 30 wqe->dma.sge_offset += to_send; in retry_first_write_send() 32 advance_dma_data(&wqe->dma, to_send); in retry_first_write_send()
|
| /drivers/tty/serial/ |
| A D | max310x.c | 751 unsigned int txlen, to_send; in max310x_handle_tx() local 775 to_send = kfifo_out_linear_ptr(&tport->xmit_fifo, &tail, txlen); in max310x_handle_tx() 776 max310x_batch_write(port, tail, to_send); in max310x_handle_tx() 777 uart_xmit_advance(port, to_send); in max310x_handle_tx()
|
| A D | sc16is7xx.c | 392 static void sc16is7xx_fifo_write(struct uart_port *port, u8 *txbuf, u8 to_send) in sc16is7xx_fifo_write() argument 400 if (unlikely(!to_send)) in sc16is7xx_fifo_write() 403 regmap_noinc_write(one->regmap, SC16IS7XX_THR_REG, txbuf, to_send); in sc16is7xx_fifo_write()
|
Completed in 21 milliseconds