Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_debug.c198 ep->edesc, ep->isoc_next, ep->toggle_next); in usb_dump_endpoint()
H A Dusbdi.h148 uint8_t toggle_next:1; /* next data toggle value */ member
H A Dusb_request.c256 ep->toggle_next = 0; in usb_do_clear_stall_callback()
H A Dusb_device.c1173 ep->toggle_next = 0; /* reset data toggle */ in usbd_set_endpoint_stall()
H A Dusb_transfer.c3319 ep->toggle_next = 0; in usbd_clear_data_toggle()
/freebsd/sys/dev/usb/controller/
H A Dohci.c1050 xfer->endpoint->toggle_next = 1; in ohci_check_transfer()
1052 xfer->endpoint->toggle_next = 0; in ohci_check_transfer()
1435 xfer->endpoint->toggle_next = 1; in ohci_setup_standard_chain()
1445 if (xfer->endpoint->toggle_next) { in ohci_setup_standard_chain()
1536 xfer->endpoint->toggle_next); in ohci_setup_standard_chain()
H A Dehci.c1089 xfer->endpoint->toggle_next ^= dt; in ehci_data_toggle_update()
1767 if (xfer->endpoint->toggle_next) { in ehci_setup_standard_chain()
1787 xfer->endpoint->toggle_next = 0; in ehci_setup_standard_chain()
1906 xfer->endpoint->toggle_next); in ehci_setup_standard_chain()
1962 if (temp.auto_data_toggle && xfer->endpoint->toggle_next) { in ehci_setup_standard_chain()
2162 xfer->endpoint->toggle_next); in ehci_device_done()
H A Duhci.c1150 xfer->endpoint->toggle_next = (token & UHCI_TD_SET_DT(1)) ? 0 : 1; in uhci_non_isoc_done_sub()
1679 if (xfer->endpoint->toggle_next) { in uhci_setup_standard_chain()
1803 xfer->endpoint->toggle_next); in uhci_setup_standard_chain()
H A Dmusb_otg.c2468 td->toggle = xfer->endpoint->toggle_next; in musbotg_setup_standard_chain()
2705 xfer->endpoint->toggle_next = td->toggle; in musbotg_standard_done_sub()
H A Ddwc_otg.c3317 td->toggle = (xfer->endpoint->toggle_next ? 1 : 0); in dwc_otg_setup_standard_chain()
3519 xfer->endpoint->toggle_next = td->toggle; in dwc_otg_standard_done_sub()