Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_debug.c115 ep->edesc, ep->isoc_next, ep->toggle_next); in usb_dump_endpoint()
Dusbdi.h145 uint8_t toggle_next:1; /* next data toggle value */ member
Dusb_request.c225 ep->toggle_next = 0; in usb_do_clear_stall_callback()
Dusb_device.c970 ep->toggle_next = 0; /* reset data toggle */ in usbd_set_endpoint_stall()
Dusb_transfer.c3166 ep->toggle_next = 0; in usbd_clear_data_toggle()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c1038 xfer->endpoint->toggle_next ^= dt; in ehci_data_toggle_update()
1735 if (xfer->endpoint->toggle_next) { in ehci_setup_standard_chain()
1756 xfer->endpoint->toggle_next = 0; in ehci_setup_standard_chain()
1881 xfer->endpoint->toggle_next); in ehci_setup_standard_chain()
1938 if (temp.auto_data_toggle && xfer->endpoint->toggle_next) { in ehci_setup_standard_chain()
2141 xfer->endpoint->toggle_next); in ehci_device_done()