Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Duhci-q.c49 struct uhci_qh *lqh; in uhci_fsbr_on()
56 struct uhci_qh, node); in uhci_fsbr_on()
62 struct uhci_qh *lqh; in uhci_fsbr_off()
249 struct uhci_qh *qh; in uhci_alloc_qh()
437 struct uhci_qh *pqh; in link_interrupt()
453 struct uhci_qh *pqh; in link_async()
523 struct uhci_qh *pqh; in unlink_interrupt()
535 struct uhci_qh *pqh; in unlink_async()
1415 struct uhci_qh *qh; in uhci_urb_enqueue()
1485 struct uhci_qh *qh; in uhci_urb_dequeue()
[all …]
H A Duhci-hcd.h151 struct uhci_qh { struct
394 struct uhci_qh *skelqh[UHCI_NUM_SKELQH]; /* Skeleton QHs */
395 struct uhci_qh *next_qh; /* Next QH to scan */
484 struct uhci_qh *qh; /* QH for this URB */
H A Duhci-debug.c166 struct uhci_qh *qh, char *buf, int len, int space) in uhci_show_qh()
378 struct uhci_qh *qh; in uhci_sprint_schedule()
510 qh = list_entry(tmp, struct uhci_qh, node); in uhci_sprint_schedule()
626 struct uhci_qh *qh, char *buf, int len, int space) in uhci_show_qh()
H A Duhci-hcd.c619 sizeof(struct uhci_qh), 16, 0); in uhci_start()
772 struct uhci_qh *qh; in uhci_hcd_endpoint_disable()
775 qh = (struct uhci_qh *) hep->hcpriv; in uhci_hcd_endpoint_disable()