Searched refs:Q_TYPE_QH (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | fotg210.h | 372 #define Q_TYPE_QH (1 << 1) macro 378 (cpu_to_hc32(fotg210, (((u32)dma)&~0x01f)|Q_TYPE_QH)) 393 struct fotg210_qh *qh; /* Q_TYPE_QH */
|
H A D | ehci.h | 340 #define Q_TYPE_QH (1 << 1) macro 346 (cpu_to_hc32(ehci, (((u32) dma) & ~0x01f) | Q_TYPE_QH)) 360 struct ehci_qh *qh; /* Q_TYPE_QH */
|
H A D | ehci-sched.c | 36 case Q_TYPE_QH: in periodic_next_shadow() 54 case Q_TYPE_QH: in shadow_next_periodic() 435 case Q_TYPE_QH: in tt_no_collision() 538 if (type == cpu_to_hc32(ehci, Q_TYPE_QH)) in qh_link_periodic() 1714 if (type == cpu_to_hc32(ehci, Q_TYPE_QH)) in itd_link() 2459 case Q_TYPE_QH: in scan_isoc()
|
H A D | oxu210hp-hcd.c | 277 #define Q_TYPE_QH cpu_to_le32 (1 << 1) macro 280 #define QH_NEXT(dma) (cpu_to_le32(((u32)dma)&~0x01f)|Q_TYPE_QH) 294 struct ehci_qh *qh; /* Q_TYPE_QH */ 2235 case Q_TYPE_QH: in periodic_next_shadow() 2274 case Q_TYPE_QH: in periodic_usecs() 2373 if (type == Q_TYPE_QH) in qh_link_periodic() 2713 case Q_TYPE_QH: in scan_periodic()
|
H A D | fotg210-hcd.c | 557 case Q_TYPE_QH: in fill_periodic_buffer() 3277 case Q_TYPE_QH: in periodic_next_shadow() 3291 case Q_TYPE_QH: in shadow_next_periodic() 3340 case Q_TYPE_QH: in periodic_usecs() 3416 case Q_TYPE_QH: in tt_no_collision() 3500 if (type == cpu_to_hc32(fotg210, Q_TYPE_QH)) in qh_link_periodic() 4332 if (type == cpu_to_hc32(fotg210, Q_TYPE_QH)) in itd_link() 4630 case Q_TYPE_QH: in scan_frame_queue()
|
H A D | ehci-dbg.c | 665 case Q_TYPE_QH: in fill_periodic_buffer()
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 370 #define Q_TYPE_QH (1 << 1) macro 376 (cpu_to_hc32(fotg210, (((u32)dma)&~0x01f)|Q_TYPE_QH)) 391 struct fotg210_qh *qh; /* Q_TYPE_QH */
|
H A D | fotg210-hcd.c | 556 case Q_TYPE_QH: in fill_periodic_buffer() 3278 case Q_TYPE_QH: in periodic_next_shadow() 3292 case Q_TYPE_QH: in shadow_next_periodic() 3341 case Q_TYPE_QH: in periodic_usecs() 3417 case Q_TYPE_QH: in tt_no_collision() 3501 if (type == cpu_to_hc32(fotg210, Q_TYPE_QH)) in qh_link_periodic() 4332 if (type == cpu_to_hc32(fotg210, Q_TYPE_QH)) in itd_link() 4630 case Q_TYPE_QH: in scan_frame_queue()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci.h | 343 #define Q_TYPE_QH (1 << 1) macro 349 (cpu_to_hc32(ehci, (((u32) dma) & ~0x01f) | Q_TYPE_QH)) 363 struct ehci_qh *qh; /* Q_TYPE_QH */
|
H A D | ehci-sched.c | 36 case Q_TYPE_QH: in periodic_next_shadow() 54 case Q_TYPE_QH: in shadow_next_periodic() 441 case Q_TYPE_QH: in tt_no_collision() 545 if (type == cpu_to_hc32(ehci, Q_TYPE_QH)) in qh_link_periodic() 1725 if (type == cpu_to_hc32(ehci, Q_TYPE_QH)) in itd_link() 2470 case Q_TYPE_QH: in scan_isoc()
|
H A D | oxu210hp-hcd.c | 277 #define Q_TYPE_QH cpu_to_le32 (1 << 1) macro 280 #define QH_NEXT(dma) (cpu_to_le32(((u32)dma)&~0x01f)|Q_TYPE_QH) 294 struct ehci_qh *qh; /* Q_TYPE_QH */ 2236 case Q_TYPE_QH: in periodic_next_shadow() 2275 case Q_TYPE_QH: in periodic_usecs() 2374 if (type == Q_TYPE_QH) in qh_link_periodic() 2714 case Q_TYPE_QH: in scan_periodic()
|
H A D | ehci-dbg.c | 665 case Q_TYPE_QH: in fill_periodic_buffer()
|
Completed in 49 milliseconds