Searched refs:next_data (Results 1 – 6 of 6) sorted by relevance
350 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()
85 struct hci_xfer *next_data; member
664 u8 next_data = 0x00; in img_i2c_sequence() local696 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() local757 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()
205 struct omap_hsmmc_next next_data; member1199 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()1822 host->next_data.cookie = 1; in omap_hsmmc_probe()
734 struct mmci_dmae_next next_data; member983 struct mmci_dmae_next *nd = &dmae->next_data; in mmci_dmae_prep_data()1020 struct mmci_dmae_next *next = &dmae->next_data; in mmci_dmae_get_next_data()1045 struct mmci_dmae_next *next = &dmae->next_data; in mmci_dmae_unprep_data()
586 const u8 *next_data = data + 4; in ffb_imageblit() local603 data = next_data; in ffb_imageblit()