Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/i3c/master/mipi-i3c-hci/
Dpio.c625 struct hci_xfer *p, **p_prev_next; in hci_pio_dequeue_xfer_common() local
651 p_prev_next = &pio->curr_xfer; in hci_pio_dequeue_xfer_common()
654 *p_prev_next = xfer[n - 1].next_xfer; in hci_pio_dequeue_xfer_common()
657 p_prev_next = &p->next_xfer; in hci_pio_dequeue_xfer_common()