Lines Matching refs:h_next
519 qh_x->h_next = NULL; in uhci_init()
536 qh_intr->h_next = qh_ls; in uhci_init()
564 qh_ls->h_next = qh_fs; in uhci_init()
579 qh_ctl->h_next = qh_blk; in uhci_init()
587 qh_blk->h_next = qh_lst; in uhci_init()
595 qh_lst->h_next = 0; in uhci_init()
793 temp = ((((sqh->h_next != NULL) && !(qh_h_next & UHCI_PTR_T)) ? 1 : 0) | in uhci_dump_qh()
927 sqh->h_next = last->h_next; in _uhci_append_qh()
940 last->h_next = sqh; in _uhci_append_qh()
980 sqh->h_prev->h_next = sqh->h_next; in _uhci_remove_qh()
985 if (sqh->h_next) { in _uhci_remove_qh()
986 sqh->h_next->h_prev = sqh->h_prev; in _uhci_remove_qh()
987 usb_pc_cpu_flush(sqh->h_next->page_cache); in _uhci_remove_qh()