Home
last modified time | relevance | path

Searched refs:next_data (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dpio.c350 pio->curr_rx = pio->curr_rx->next_data; in hci_pio_process_rx()
357 pio->curr_tx = pio->curr_tx->next_data; in hci_pio_process_tx()
375 prev_queue_tail->next_data = xfer; in hci_pio_queue_data()
385 prev_queue_tail->next_data = xfer; in hci_pio_queue_data()
415 xfer = xfer->next_data; in hci_pio_push_to_next_rx()
526 pio->curr_rx = pio->curr_rx->next_data; in hci_pio_process_resp()
529 pio->curr_tx = pio->curr_tx->next_data; in hci_pio_process_resp()
599 xfer[i].next_data = NULL; in hci_pio_queue_xfer()
638 for (p = pio->curr_rx; p; p = p->next_data) in hci_pio_dequeue_xfer_common()
642 for (p = pio->curr_tx; p; p = p->next_data) in hci_pio_dequeue_xfer_common()
H A Dhci.h85 struct hci_xfer *next_data; member
/openbmc/linux/drivers/i2c/busses/
H A Di2c-img-scb.c664 u8 next_data = 0x00; in img_i2c_sequence() local
696 next_data = *i2c->seq; in img_i2c_sequence()
699 img_i2c_atomic_op(i2c, next_cmd, next_data); in img_i2c_sequence()
737 u8 next_data = 0x00; in img_i2c_atomic() local
757 next_data = i2c_8bit_addr_from_msg(&i2c->msg); in img_i2c_atomic()
773 next_data = *i2c->msg.buf; in img_i2c_atomic()
823 img_i2c_atomic_op(i2c, next_cmd, next_data); in img_i2c_atomic()
/openbmc/linux/drivers/mmc/host/
H A Domap_hsmmc.c205 struct omap_hsmmc_next next_data; member
1199 data->host_cookie != host->next_data.cookie) { in omap_hsmmc_pre_dma_transfer()
1202 __func__, data->host_cookie, host->next_data.cookie); in omap_hsmmc_pre_dma_transfer()
1207 if (next || data->host_cookie != host->next_data.cookie) { in omap_hsmmc_pre_dma_transfer()
1212 dma_len = host->next_data.dma_len; in omap_hsmmc_pre_dma_transfer()
1213 host->next_data.dma_len = 0; in omap_hsmmc_pre_dma_transfer()
1413 &host->next_data, c)) in omap_hsmmc_pre_req()
1821 host->next_data.cookie = 1; in omap_hsmmc_probe()
H A Dmmci.c836 struct mmci_dmae_next next_data; member
1085 struct mmci_dmae_next *nd = &dmae->next_data; in mmci_dmae_prep_data()
1122 struct mmci_dmae_next *next = &dmae->next_data; in mmci_dmae_get_next_data()
1147 struct mmci_dmae_next *next = &dmae->next_data; in mmci_dmae_unprep_data()
/openbmc/linux/drivers/video/fbdev/
H A Dffb.c587 const u8 *next_data = data + 4; in ffb_imageblit() local
604 data = next_data; in ffb_imageblit()