Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dugen.c285 if (endpt == USB_CONTROL_ENDPOINT) { in ugenopen()
286 sc->sc_is_open[USB_CONTROL_ENDPOINT] = 1; in ugenopen()
440 if (endpt == USB_CONTROL_ENDPOINT) { in ugen_do_close()
499 if (endpt == USB_CONTROL_ENDPOINT) in ugen_do_read()
667 if (endpt == USB_CONTROL_ENDPOINT) in ugen_do_write()
985 if (endpt == USB_CONTROL_ENDPOINT) in ugen_do_ioctl()
1010 if (endpt != USB_CONTROL_ENDPOINT) in ugen_do_ioctl()
1386 if (i == USB_CONTROL_ENDPOINT) in ugen_clear_iface_eps()
H A Dusb.h48 #define USB_CONTROL_ENDPOINT 0 macro
H A Dusb_subr.c1055 dev->def_ep_desc.bEndpointAddress = USB_CONTROL_ENDPOINT; in usbd_new_device()
H A Dohci.c1911 case USB_CONTROL_ENDPOINT: in ohci_open()
H A Duhci.c2641 case USB_CONTROL_ENDPOINT: in uhci_open()
H A Dxhci.c1278 case USB_CONTROL_ENDPOINT: in xhci_pipe_open()
H A Dehci.c1386 case USB_CONTROL_ENDPOINT: in ehci_open()
/openbsd/sys/dev/usb/dwc2/
H A Ddwc2.c377 case USB_CONTROL_ENDPOINT: in dwc2_open()