Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dfotg210.h101 struct fotg210_qh *qh_scan_next;
104 struct fotg210_qh *async;
105 struct fotg210_qh *dummy; /* For AMD quirk use */
106 struct fotg210_qh *async_unlink;
107 struct fotg210_qh *async_unlink_last;
108 struct fotg210_qh *async_iaa;
121 struct fotg210_qh *intr_unlink;
122 struct fotg210_qh *intr_unlink_last;
383 struct fotg210_qh *qh; /* Q_TYPE_QH */
427 struct fotg210_qh { struct
[all …]
Dfotg210-hcd.c155 dbg_qh(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in dbg_qh()
378 struct fotg210_qh *qh, in qh_lines()
480 struct fotg210_qh *qh; in fill_async_buffer()
1034 struct fotg210_qh *qh);
1035 static void end_unlink_intr(struct fotg210_hcd *fotg210, struct fotg210_qh *qh);
1257 struct fotg210_qh *qh = fotg210->intr_unlink; in fotg210_handle_intr_unlinks()
1916 static void qh_destroy(struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in qh_destroy()
1929 static struct fotg210_qh *fotg210_qh_alloc(struct fotg210_hcd *fotg210, in fotg210_qh_alloc()
1932 struct fotg210_qh *qh; in fotg210_qh_alloc()
2127 qh_update(struct fotg210_hcd *fotg210, struct fotg210_qh *qh, in qh_update()
[all …]