Home
last modified time | relevance | path

Searched refs:now_frame (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dehci-sched.c1299 if (itd->frame == ehci->now_frame) in itd_urb_transaction()
2092 if (sitd->frame == ehci->now_frame) in sitd_urb_transaction()
2382 unsigned uf, now_frame, frame; in scan_isoc() local
2393 now_frame = (uf >> 3) & fmask; in scan_isoc()
2396 now_frame = (ehci->last_iso_frame - 1) & fmask; in scan_isoc()
2399 ehci->now_frame = now_frame; in scan_isoc()
2422 if (frame == now_frame && live) { in scan_isoc()
2462 if (((frame == now_frame) || in scan_isoc()
2463 (((frame + 1) & fmask) == now_frame)) in scan_isoc()
2510 if (frame == now_frame) in scan_isoc()
Dfotg210.h124 unsigned now_frame; /* frame from HC hardware */ member
Dfusbh200.h124 unsigned now_frame; /* frame from HC hardware */ member
Dfusbh200-hcd.c4238 if (itd->frame == fusbh200->now_frame) in itd_urb_transaction()
4741 unsigned uf, now_frame, frame; in scan_isoc() local
4752 now_frame = (uf >> 3) & fmask; in scan_isoc()
4755 now_frame = (fusbh200->next_frame - 1) & fmask; in scan_isoc()
4758 fusbh200->now_frame = now_frame; in scan_isoc()
4781 if (frame == now_frame && live) { in scan_isoc()
4828 if (frame == now_frame) in scan_isoc()
4832 fusbh200->next_frame = now_frame; in scan_isoc()
Dfotg210-hcd.c4304 if (itd->frame == fotg210->now_frame) in itd_urb_transaction()
4808 unsigned uf, now_frame, frame; in scan_isoc() local
4819 now_frame = (uf >> 3) & fmask; in scan_isoc()
4822 now_frame = (fotg210->next_frame - 1) & fmask; in scan_isoc()
4825 fotg210->now_frame = now_frame; in scan_isoc()
4848 if (frame == now_frame && live) { in scan_isoc()
4894 if (frame == now_frame) in scan_isoc()
4898 fotg210->next_frame = now_frame; in scan_isoc()
Dehci.h173 unsigned now_frame; /* frame from HC hardware */ member