Searched refs:fotg210_qh (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | fotg210.h | 36 * fotg210_qh: qh_next, qtd_list 102 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; 393 struct fotg210_qh *q 437 struct fotg210_qh { global() struct [all...] |
H A D | fotg210-hcd.c | 132 dbg_qh(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in dbg_qh() 354 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() 986 struct fotg210_qh *qh); 987 static void end_unlink_intr(struct fotg210_hcd *fotg210, struct fotg210_qh *qh); 1202 struct fotg210_qh *qh = fotg210->intr_unlink; in fotg210_handle_intr_unlinks() 1835 static void qh_destroy(struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in qh_destroy() 1848 static struct fotg210_qh *fotg210_qh_alloc(struct fotg210_hcd *fotg210, in fotg210_qh_alloc() 1851 struct fotg210_qh *q in fotg210_qh_alloc() [all...] |
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 36 * fotg210_qh: qh_next, qtd_list 102 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; 391 struct fotg210_qh *q 435 struct fotg210_qh { global() struct [all...] |
H A D | fotg210-hcd.c | 131 dbg_qh(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in dbg_qh() 353 static void qh_lines(struct fotg210_hcd *fotg210, struct fotg210_qh *qh, in qh_lines() 451 struct fotg210_qh *qh; in fill_async_buffer() 484 struct fotg210_qh_hw *hw, struct fotg210_qh *qh, unsigned size) in output_buf_tds_dir() 986 struct fotg210_qh *qh); 987 static void end_unlink_intr(struct fotg210_hcd *fotg210, struct fotg210_qh *qh); 1202 struct fotg210_qh *qh = fotg210->intr_unlink; in fotg210_handle_intr_unlinks() 1835 static void qh_destroy(struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in qh_destroy() 1848 static struct fotg210_qh *fotg210_qh_alloc(struct fotg210_hcd *fotg210, in fotg210_qh_alloc() 1851 struct fotg210_qh *q in fotg210_qh_alloc() [all...] |
Completed in 14 milliseconds