Searched refs:now_frame (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-sched.c | 1264 if (itd->frame == ehci->now_frame) in itd_urb_transaction() 2056 if (sitd->frame == ehci->now_frame) in sitd_urb_transaction() 2345 unsigned uf, now_frame, frame; in scan_isoc() local 2358 now_frame = (uf >> 3) & fmask; in scan_isoc() 2361 now_frame = (ehci->last_iso_frame - 1) & fmask; in scan_isoc() 2364 ehci->now_frame = now_frame; in scan_isoc() 2385 if (frame == now_frame && live) { in scan_isoc() 2426 if (((frame == now_frame) || in scan_isoc() 2427 (((frame + 1) & fmask) == now_frame)) in scan_isoc() [all...] |
H A D | fotg210.h | 125 unsigned now_frame; /* frame from HC hardware */ member 134 /* list of itds completed while now_frame was still active */
|
H A D | fotg210-hcd.c | 4102 if (itd->frame == fotg210->now_frame) in itd_urb_transaction() 4575 unsigned now_frame, bool live) in scan_frame_queue() 4597 if (frame == now_frame && live) { in scan_frame_queue() 4646 unsigned uf, now_frame, frame, ret; in scan_isoc() local 4657 now_frame = (uf >> 3) & fmask; in scan_isoc() 4660 now_frame = (fotg210->next_frame - 1) & fmask; in scan_isoc() 4663 fotg210->now_frame = now_frame; in scan_isoc() 4670 now_frame, live); in scan_isoc() 4673 if (frame == now_frame) in scan_isoc() 4574 scan_frame_queue(struct fotg210_hcd *fotg210, unsigned frame, unsigned now_frame, bool live) scan_frame_queue() argument [all...] |
H A D | ehci.h | 163 unsigned now_frame; /* frame from HC hardware */ member 171 /* list of itds & sitds completed while now_frame was still active */
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-sched.c | 1269 if (itd->frame == ehci->now_frame) in itd_urb_transaction() 2067 if (sitd->frame == ehci->now_frame) in sitd_urb_transaction() 2356 unsigned uf, now_frame, frame; in scan_isoc() local 2369 now_frame = (uf >> 3) & fmask; in scan_isoc() 2372 now_frame = (ehci->last_iso_frame - 1) & fmask; in scan_isoc() 2375 ehci->now_frame = now_frame; in scan_isoc() 2396 if (frame == now_frame && live) { in scan_isoc() 2437 if (((frame == now_frame) || in scan_isoc() 2438 (((frame + 1) & fmask) == now_frame)) in scan_isoc() [all...] |
H A D | ehci.h | 163 unsigned now_frame; /* frame from HC hardware */ member 171 /* list of itds & sitds completed while now_frame was still active */
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 125 unsigned now_frame; /* frame from HC hardware */ member 134 /* list of itds completed while now_frame was still active */
|
H A D | fotg210-hcd.c | 4101 if (itd->frame == fotg210->now_frame) in itd_urb_transaction() 4575 unsigned now_frame, bool live) in scan_frame_queue() 4597 if (frame == now_frame && live) { in scan_frame_queue() 4646 unsigned uf, now_frame, frame, ret; in scan_isoc() local 4657 now_frame = (uf >> 3) & fmask; in scan_isoc() 4660 now_frame = (fotg210->next_frame - 1) & fmask; in scan_isoc() 4663 fotg210->now_frame = now_frame; in scan_isoc() 4670 now_frame, live); in scan_isoc() 4673 if (frame == now_frame) in scan_isoc() 4574 scan_frame_queue(struct fotg210_hcd *fotg210, unsigned frame, unsigned now_frame, bool live) scan_frame_queue() argument [all...] |
Completed in 23 milliseconds