Home
last modified time | relevance | path

Searched refs:is_synced (Results 1 – 14 of 14) sorted by relevance

/NextBSD/sys/dev/usb/controller/
HDsaf1761_otg.c2639 if ((xfer->endpoint->is_synced == 0) || in saf1761_otg_device_isoc_enter()
2648 xfer->endpoint->is_synced = 1; in saf1761_otg_device_isoc_enter()
2721 if ((xfer->endpoint->is_synced == 0) || in saf1761_otg_host_isoc_enter()
2730 xfer->endpoint->is_synced = 1; in saf1761_otg_host_isoc_enter()
HDatmegadci.c1462 if ((xfer->endpoint->is_synced == 0) || in atmegadci_device_isoc_fs_enter()
1471 xfer->endpoint->is_synced = 1; in atmegadci_device_isoc_fs_enter()
HDavr32dci.c1391 if ((xfer->endpoint->is_synced == 0) || in avr32dci_device_isoc_fs_enter()
1400 xfer->endpoint->is_synced = 1; in avr32dci_device_isoc_fs_enter()
HDat91dci.c1684 if ((xfer->endpoint->is_synced == 0) || in at91dci_device_isoc_fs_enter()
1693 xfer->endpoint->is_synced = 1; in at91dci_device_isoc_fs_enter()
HDehci.c2512 if ((xfer->endpoint->is_synced == 0) || in ehci_device_isoc_fs_enter()
2522 xfer->endpoint->is_synced = 1; in ehci_device_isoc_fs_enter()
2817 if ((xfer->endpoint->is_synced == 0) || in ehci_device_isoc_hs_enter()
2827 xfer->endpoint->is_synced = 1; in ehci_device_isoc_hs_enter()
HDuss820dci.c1741 if ((xfer->endpoint->is_synced == 0) || in uss820dci_device_isoc_fs_enter()
1750 xfer->endpoint->is_synced = 1; in uss820dci_device_isoc_fs_enter()
HDohci.c1861 if ((xfer->endpoint->is_synced == 0) || in ohci_device_isoc_enter()
1871 xfer->endpoint->is_synced = 1; in ohci_device_isoc_enter()
HDuhci.c2162 if ((xfer->endpoint->is_synced == 0) || in uhci_device_isoc_enter()
2171 xfer->endpoint->is_synced = 1; in uhci_device_isoc_enter()
HDmusb_otg.c3477 if ((xfer->endpoint->is_synced == 0) || in musbotg_device_isoc_enter()
3486 xfer->endpoint->is_synced = 1; in musbotg_device_isoc_enter()
HDxhci.c2070 if ((xfer->endpoint->is_synced == 0) || in xhci_setup_generic_chain()
2081 xfer->endpoint->is_synced = 1; in xhci_setup_generic_chain()
HDdwc_otg.c4198 if ((xfer->endpoint->is_synced == 0) || (temp < msframes)) { in dwc_otg_device_isoc_start()
4206 xfer->endpoint->is_synced = 1; in dwc_otg_device_isoc_start()
/NextBSD/sys/mips/cavium/usb/
HDoctusb.c1306 if ((xfer->endpoint->is_synced == 0) || (temp < fs_frames)) { in octusb_device_isoc_enter()
1314 xfer->endpoint->is_synced = 1; in octusb_device_isoc_enter()
/NextBSD/sys/dev/usb/
HDusbdi.h151 uint8_t is_synced:1; /* set if we a synchronised */ member
HDusb_transfer.c3005 xfer->endpoint->is_synced = 0; in usbd_callback_wrapper_sub()