Home
last modified time | relevance | path

Searched refs:toggle_next (Results 1 - 6 of 6) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_debug.c113 PRINTK(" edesc=%p isoc_next=%d toggle_next=%d", in usb_dump_endpoint()
114 ep->edesc, ep->isoc_next, ep->toggle_next); in usb_dump_endpoint()
H A Dusbdi.h142 uint8_t toggle_next:1; /* next data toggle value */ member
H A Dusb_device.c966 ep->toggle_next = 0; /* reset data toggle */ in usbd_set_endpoint_stall()
H A Dusb_request.c224 ep->toggle_next = 0; in usb_do_clear_stall_callback()
H A Dusb_transfer.c3134 ep->toggle_next = 0; in usbd_clear_data_toggle()
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci.c1035 xfer->endpoint->toggle_next ^= dt; in ehci_data_toggle_update()
1721 if (xfer->endpoint->toggle_next) { in ehci_setup_standard_chain()
1741 xfer->endpoint->toggle_next = 0; in ehci_setup_standard_chain()
1862 xfer->endpoint->toggle_next); in ehci_setup_standard_chain()
1918 if (temp.auto_data_toggle && xfer->endpoint->toggle_next) { in ehci_setup_standard_chain()
2120 xfer->endpoint->toggle_next); in ehci_device_done()

Completed in 15 milliseconds