Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/usb/
H A Dusb_debug.c195 ep->edesc, ep->isoc_next, ep->toggle_next); in usb_dump_endpoint()
H A Dusbdi.h150 uint8_t toggle_next:1; /* next data toggle value */ member
H A Dusb_request.c257 ep->toggle_next = 0; in usb_do_clear_stall_callback()
H A Dusb_device.c1159 ep->toggle_next = 0; /* reset data toggle */ in usbd_set_endpoint_stall()
H A Dusb_transfer.c3267 ep->toggle_next = 0; in usbd_clear_data_toggle()
/freebsd-13.1/sys/dev/usb/controller/
H A Dohci.c1051 xfer->endpoint->toggle_next = 1; in ohci_check_transfer()
1053 xfer->endpoint->toggle_next = 0; in ohci_check_transfer()
1436 xfer->endpoint->toggle_next = 1; in ohci_setup_standard_chain()
1446 if (xfer->endpoint->toggle_next) { in ohci_setup_standard_chain()
1537 xfer->endpoint->toggle_next); in ohci_setup_standard_chain()
H A Dehci.c1090 xfer->endpoint->toggle_next ^= dt; in ehci_data_toggle_update()
1768 if (xfer->endpoint->toggle_next) { in ehci_setup_standard_chain()
1788 xfer->endpoint->toggle_next = 0; in ehci_setup_standard_chain()
1907 xfer->endpoint->toggle_next); in ehci_setup_standard_chain()
1963 if (temp.auto_data_toggle && xfer->endpoint->toggle_next) { in ehci_setup_standard_chain()
2163 xfer->endpoint->toggle_next); in ehci_device_done()
H A Duhci.c1151 xfer->endpoint->toggle_next = (token & UHCI_TD_SET_DT(1)) ? 0 : 1; in uhci_non_isoc_done_sub()
1682 if (xfer->endpoint->toggle_next) { in uhci_setup_standard_chain()
1806 xfer->endpoint->toggle_next); in uhci_setup_standard_chain()
H A Dsaf1761_otg.c1979 td->toggle = (xfer->endpoint->toggle_next ? 1 : 0); in saf1761_otg_setup_standard_chain()
2084 xfer->endpoint->toggle_next = td->toggle; in saf1761_otg_standard_done_sub()
H A Dmusb_otg.c2472 td->toggle = xfer->endpoint->toggle_next; in musbotg_setup_standard_chain()
2709 xfer->endpoint->toggle_next = td->toggle; in musbotg_standard_done_sub()
H A Ddwc_otg.c3318 td->toggle = (xfer->endpoint->toggle_next ? 1 : 0); in dwc_otg_setup_standard_chain()
3520 xfer->endpoint->toggle_next = td->toggle; in dwc_otg_standard_done_sub()
/freebsd-13.1/sys/mips/cavium/usb/
H A Doctusb.c796 xfer->endpoint->toggle_next = in octusb_standard_done()
1111 td->qh->ep_toggle_next = xfer->endpoint->toggle_next ? 1 : 0; in octusb_setup_standard_chain()