Searched refs:UE_CONTROL (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-12-stable/sys/dev/usb/template/
H A Dusb_template.c338 case UE_CONTROL:
616 if (ep_type == UE_CONTROL) {
660 if (ep->needs_ep_type == UE_CONTROL) {
846 if (ep_type == UE_CONTROL) {
895 if (temp == UE_CONTROL) {
958 if (!usb_hw_ep_match(pf, UE_CONTROL, 0)) {
1015 usb_hw_ep_get_needs(ues, UE_CONTROL, 0) ||
1042 usb_hw_ep_get_needs(ues, UE_CONTROL, 1) ||
/freebsd-12-stable/sys/compat/ndis/
H A Dusbd_var.h93 UsbdPipeTypeControl = UE_CONTROL,
H A Dsubr_usbd.c96 .type = UE_CONTROL,
106 .type = UE_CONTROL,
644 if (UE_GET_XFERTYPE(ep->bmAttributes) == UE_CONTROL ||
/freebsd-12-stable/sys/dev/usb/
H A Dusb_transfer.c86 .type = UE_CONTROL,
98 .type = UE_CONTROL,
114 .type = UE_CONTROL,
125 .type = UE_CONTROL,
425 case UE_CONTROL:
535 case UE_CONTROL:
730 (type != UE_CONTROL) &&
783 if (type == UE_CONTROL) {
796 if (type == UE_CONTROL) {
824 if (type == UE_CONTROL) {
[all...]
H A Dusb_msctest.c219 .type = UE_CONTROL,
238 .type = UE_CONTROL,
H A Dusb_generic.c250 usb_config[1].type = UE_CONTROL;
319 usb_config[1].type = UE_CONTROL;
1565 if (usb_config[0].type == UE_CONTROL) {
H A Dusb.h541 #define UE_CONTROL 0x00 macro
H A Dusb_hub.c179 .type = UE_CONTROL,
2413 [UE_CONTROL] = USB_HW_POWER_CONTROL,
2605 if (type_refs[UE_CONTROL] != 0)
2747 if (udev->pwr_save.type_refs[UE_CONTROL] != 0)
/freebsd-12-stable/sys/dev/usb/storage/
H A Dumass.c497 .type = UE_CONTROL,
507 .type = UE_CONTROL,
517 .type = UE_CONTROL,
546 .type = UE_CONTROL,
565 .type = UE_CONTROL,
587 .type = UE_CONTROL,
598 .type = UE_CONTROL,
608 .type = UE_CONTROL,
618 .type = UE_CONTROL,
638 .type = UE_CONTROL,
[all...]
H A Durio.c163 .type = UE_CONTROL,
173 .type = UE_CONTROL,
/freebsd-12-stable/sys/dev/usb/misc/
H A Dudbp.c226 .type = UE_CONTROL,
236 .type = UE_CONTROL,
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c679 if (type != UE_CONTROL) {
1038 if (type == UE_CONTROL) {
1070 if ((type == UE_CONTROL) && ((ep & UE_ADDR) == 0)) {
/freebsd-12-stable/sys/dev/usb/serial/
H A Ducycom.c134 .type = UE_CONTROL,
H A Dufoma.c248 .type = UE_CONTROL,
258 .type = UE_CONTROL,
H A Dulpt.c374 .type = UE_CONTROL,
/freebsd-12-stable/sys/dev/usb/input/
H A Duhid.c385 .type = UE_CONTROL,
394 .type = UE_CONTROL,
H A Duhid_snes.c156 .type = UE_CONTROL,
/freebsd-12-stable/sys/dev/usb/controller/
H A Duss820dci.c1287 if (ep_type == UE_CONTROL) {
1309 if (ep_type == UE_CONTROL) {
2397 case UE_CONTROL:
H A Datmegadci.c1156 if (ep_type == UE_CONTROL) {
2038 if ((xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) {
H A Davr32dci.c1121 if (ep_type == UE_CONTROL) {
1977 if ((xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) {
H A Ddwc_otg.c1035 hcchar |= UE_CONTROL << HCCHAR_EPTYPE_SHIFT;
1086 hcchar |= UE_CONTROL << HCCHAR_EPTYPE_SHIFT;
2606 td->ep_type != UE_CONTROL) {
3369 hcchar |= (UE_CONTROL << HCCHAR_EPTYPE_SHIFT);
3745 if (ep_type == UE_CONTROL) {
4852 if (ep_type == UE_CONTROL) {
H A Dxhci.c2395 if (type == UE_CONTROL)
2483 case UE_CONTROL:
2511 case UE_CONTROL:
2836 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL)
2928 case UE_CONTROL:
3875 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL)
H A Dsaf1761_otg.c2255 if (ep_type == UE_CONTROL) {
2277 if (ep_type == UE_CONTROL) {
3445 if (ep_type == UE_CONTROL) {
/freebsd-12-stable/sys/dev/usb/net/
H A Duhso.c365 .type = UE_CONTROL,
374 .type = UE_CONTROL,
/freebsd-12-stable/sys/mips/cavium/usb/
H A Doctusb.c132 case UE_CONTROL:
1864 case UE_CONTROL:

Completed in 303 milliseconds

12