Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/host/
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()
68 struct uhci_qh, node); in uhci_fsbr_off()
245 static struct uhci_qh *uhci_alloc_qh(struct uhci_hcd *uhci, in uhci_alloc_qh()
249 struct uhci_qh *qh; in uhci_alloc_qh()
292 static void uhci_free_qh(struct uhci_hcd *uhci, struct uhci_qh *qh) in uhci_free_qh()
314 static int uhci_cleanup_queue(struct uhci_hcd *uhci, struct uhci_qh *qh, in uhci_cleanup_queue()
372 static void uhci_fixup_toggles(struct uhci_hcd *uhci, struct uhci_qh *qh, in uhci_fixup_toggles()
424 static inline void link_iso(struct uhci_hcd *uhci, struct uhci_qh *qh) in link_iso()
[all …]
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 */
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()
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()