Searched refs:next_data (Results 1 – 6 of 6) sorted by relevance
377 pio->curr_rx = pio->curr_rx->next_data; in hci_pio_process_rx()384 pio->curr_tx = pio->curr_tx->next_data; in hci_pio_process_tx()402 prev_queue_tail->next_data = xfer; in hci_pio_queue_data()412 prev_queue_tail->next_data = xfer; in hci_pio_queue_data()442 xfer = xfer->next_data; in hci_pio_push_to_next_rx()553 pio->curr_rx = pio->curr_rx->next_data; in hci_pio_process_resp()556 pio->curr_tx = pio->curr_tx->next_data; in hci_pio_process_resp()627 xfer[i].next_data = NULL; in hci_pio_queue_xfer()667 for (p = pio->curr_rx; p; p = p->next_data) in hci_pio_dequeue_xfer_common()671 for (p = pio->curr_tx; p; p = p->next_data) in hci_pio_dequeue_xfer_common()
97 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; member1198 data->host_cookie != host->next_data.cookie) { in omap_hsmmc_pre_dma_transfer()1201 __func__, data->host_cookie, host->next_data.cookie); in omap_hsmmc_pre_dma_transfer()1206 if (next || data->host_cookie != host->next_data.cookie) { in omap_hsmmc_pre_dma_transfer()1211 dma_len = host->next_data.dma_len; in omap_hsmmc_pre_dma_transfer()1212 host->next_data.dma_len = 0; in omap_hsmmc_pre_dma_transfer()1412 &host->next_data, c)) in omap_hsmmc_pre_req()1817 host->next_data.cookie = 1; in omap_hsmmc_probe()
841 struct mmci_dmae_next next_data; member1090 struct mmci_dmae_next *nd = &dmae->next_data; in mmci_dmae_prep_data()1127 struct mmci_dmae_next *next = &dmae->next_data; in mmci_dmae_get_next_data()1152 struct mmci_dmae_next *next = &dmae->next_data; in mmci_dmae_unprep_data()
598 const u8 *next_data = data + 4; in ffb_imageblit() local615 data = next_data; in ffb_imageblit()