Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/usb/
Dugen.c335 if (endpt == USB_CONTROL_ENDPOINT) { in ugenopen()
336 sc->sc_is_open[USB_CONTROL_ENDPOINT] = 1; in ugenopen()
471 if (endpt == USB_CONTROL_ENDPOINT) { in ugenclose()
531 if (endpt == USB_CONTROL_ENDPOINT) in ugen_do_read()
687 if (endpt == USB_CONTROL_ENDPOINT) in ugen_do_write()
1065 if (endpt == USB_CONTROL_ENDPOINT) in ugen_do_ioctl()
1090 if (endpt != USB_CONTROL_ENDPOINT) in ugen_do_ioctl()
Dusb.h67 #define USB_CONTROL_ENDPOINT 0 macro
Dusb_subr.c806 if (UE_GET_ADDR(ep->edesc->bEndpointAddress) != USB_CONTROL_ENDPOINT) in usbd_setup_pipe()
1032 dev->def_ep_desc.bEndpointAddress = USB_CONTROL_ENDPOINT; in usbd_new_device()
Dehci.c1351 case USB_CONTROL_ENDPOINT: in ehci_open()
Dohci.c2055 case USB_CONTROL_ENDPOINT: in ohci_open()
Duhci.c2852 case USB_CONTROL_ENDPOINT: in uhci_open()