Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dfotg210.h102 struct fotg210_qh *qh_scan_next;
105 struct fotg210_qh *async;
106 struct fotg210_qh *dummy; /* For AMD quirk use */
107 struct fotg210_qh *async_unlink;
108 struct fotg210_qh *async_unlink_last;
109 struct fotg210_qh *async_iaa;
122 struct fotg210_qh *intr_unlink;
123 struct fotg210_qh *intr_unlink_last;
390 struct fotg210_qh *qh; /* Q_TYPE_QH */
434 struct fotg210_qh { struct
[all …]
Dfotg210-hcd.c129 dbg_qh(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in dbg_qh()
351 static void qh_lines(struct fotg210_hcd *fotg210, struct fotg210_qh *qh, in qh_lines()
452 struct fotg210_qh *qh; in fill_async_buffer()
485 struct fotg210_qh_hw *hw, struct fotg210_qh *qh, unsigned size) in output_buf_tds_dir()
989 struct fotg210_qh *qh);
990 static void end_unlink_intr(struct fotg210_hcd *fotg210, struct fotg210_qh *qh);
1205 struct fotg210_qh *qh = fotg210->intr_unlink; in fotg210_handle_intr_unlinks()
1834 static void qh_destroy(struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in qh_destroy()
1847 static struct fotg210_qh *fotg210_qh_alloc(struct fotg210_hcd *fotg210, in fotg210_qh_alloc()
1850 struct fotg210_qh *qh; in fotg210_qh_alloc()
[all …]