Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_debug.c184 ep->edesc, ep->isoc_next, ep->toggle_next); in usb_dump_endpoint()
H A Dusbdi.h145 uint8_t toggle_next:1; /* next data toggle value */ member
H A Dusb_request.c253 ep->toggle_next = 0; in usb_do_clear_stall_callback()
H A Dusb_device.c1029 ep->toggle_next = 0; /* reset data toggle */ in usbd_set_endpoint_stall()
H A Dusb_transfer.c3201 ep->toggle_next = 0; in usbd_clear_data_toggle()
/dragonfly/sys/bus/u4b/controller/
H A Dohci.c1052 xfer->endpoint->toggle_next = 1; in ohci_check_transfer()
1054 xfer->endpoint->toggle_next = 0; in ohci_check_transfer()
1443 xfer->endpoint->toggle_next = 1; in ohci_setup_standard_chain()
1453 if (xfer->endpoint->toggle_next) { in ohci_setup_standard_chain()
1548 xfer->endpoint->toggle_next); in ohci_setup_standard_chain()
H A Dehci.c1120 xfer->endpoint->toggle_next ^= dt; in ehci_data_toggle_update()
1817 if (xfer->endpoint->toggle_next) { in ehci_setup_standard_chain()
1838 xfer->endpoint->toggle_next = 0; in ehci_setup_standard_chain()
1961 xfer->endpoint->toggle_next); in ehci_setup_standard_chain()
2018 if (temp.auto_data_toggle && xfer->endpoint->toggle_next) { in ehci_setup_standard_chain()
2219 xfer->endpoint->toggle_next); in ehci_device_done()
H A Duhci.c1157 xfer->endpoint->toggle_next = (token & UHCI_TD_SET_DT(1)) ? 0 : 1; in uhci_non_isoc_done_sub()
1700 if (xfer->endpoint->toggle_next) { in uhci_setup_standard_chain()
1830 xfer->endpoint->toggle_next); in uhci_setup_standard_chain()