Searched refs:QTD_IOC (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | fotg210.h | 327 #define QTD_IOC (1 << 15) /* interrupt on complete */ macro
|
H A D | ehci-q.c | 734 qtd->hw_token |= cpu_to_hc32(ehci, QTD_IOC); in qh_urb_transaction() 1205 QTD_IOC | token | (2 /* "setup" */ << 8), 8); in submit_single_step_set_feature() 1243 qtd_fill(ehci, qtd, 0, 0, token | QTD_IOC, 0); in submit_single_step_set_feature()
|
H A D | ehci.h | 295 #define QTD_IOC (1 << 15) /* interrupt on complete */ macro
|
H A D | oxu210hp-hcd.c | 241 #define QTD_IOC (1 << 15) /* interrupt on complete */ macro 1764 qtd->hw_token |= cpu_to_le32(QTD_IOC); in qh_urb_transaction()
|
H A D | fotg210-hcd.c | 2681 qtd->hw_token |= cpu_to_hc32(fotg210, QTD_IOC); in qh_urb_transaction()
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 325 #define QTD_IOC (1 << 15) /* interrupt on complete */ macro
|
H A D | fotg210-hcd.c | 2682 qtd->hw_token |= cpu_to_hc32(fotg210, QTD_IOC); in qh_urb_transaction()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-q.c | 735 qtd->hw_token |= cpu_to_hc32(ehci, QTD_IOC); in qh_urb_transaction() 1206 QTD_IOC | token | (2 /* "setup" */ << 8), 8); in ehci_submit_single_step_set_feature() 1244 qtd_fill(ehci, qtd, 0, 0, token | QTD_IOC, 0); in ehci_submit_single_step_set_feature()
|
H A D | ehci.h | 298 #define QTD_IOC (1 << 15) /* interrupt on complete */ macro
|
H A D | oxu210hp-hcd.c | 241 #define QTD_IOC (1 << 15) /* interrupt on complete */ macro 1765 qtd->hw_token |= cpu_to_le32(QTD_IOC); in qh_urb_transaction()
|
Completed in 33 milliseconds