Home
last modified time | relevance | path

Searched refs:UE_CONTROL (Results 1 – 11 of 11) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_transfer.c50 .type = UE_CONTROL,
62 .type = UE_CONTROL,
77 .type = UE_CONTROL,
88 .type = UE_CONTROL,
398 case UE_CONTROL: in usbd_transfer_setup_sub()
586 (type != UE_CONTROL) && in usbd_transfer_setup_sub()
636 if (type == UE_CONTROL) { in usbd_transfer_setup_sub()
648 if (type == UE_CONTROL) { in usbd_transfer_setup_sub()
676 if (type == UE_CONTROL) { in usbd_transfer_setup_sub()
719 if ((type == UE_CONTROL) && (n_frbuffers > 1)) { in usbd_transfer_setup_sub()
[all …]
Dusb_hub.c129 .type = UE_CONTROL,
2460 [UE_CONTROL] = USB_HW_POWER_CONTROL, in usbd_transfer_power_ref()
2650 if (type_refs[UE_CONTROL] != 0) in usb_bus_powerd()
2789 if (udev->pwr_save.type_refs[UE_CONTROL] != 0) in usb_dev_resume_peer()
Dusb.h544 #define UE_CONTROL 0x00 macro
Dusb_generic.c191 usb_config[1].type = UE_CONTROL; in ugen_open_pipe_write()
260 usb_config[1].type = UE_CONTROL; in ugen_open_pipe_read()
1482 if (usb_config[0].type == UE_CONTROL) { in ugen_ioctl()
Dusb_request.c2047 udev->hs_port_no, old_addr, UE_CONTROL, 0); in usbd_req_re_enumerate()
Dusb_device.c1552 udev->ctrl_ep_desc.bmAttributes = UE_CONTROL; in usb_alloc_device()
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c539 .type = UE_CONTROL,
549 .type = UE_CONTROL,
559 .type = UE_CONTROL,
588 .type = UE_CONTROL,
607 .type = UE_CONTROL,
628 .type = UE_CONTROL,
639 .type = UE_CONTROL,
649 .type = UE_CONTROL,
659 .type = UE_CONTROL,
679 .type = UE_CONTROL,
[all …]
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c370 .type = UE_CONTROL,
379 .type = UE_CONTROL,
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c671 if (type != UE_CONTROL) { in usb_control_msg()
1181 if (type == UE_CONTROL) { in usb_find_host_endpoint()
1213 if ((type == UE_CONTROL) && ((ep & UE_ADDR) == 0)) { in usb_find_host_endpoint()
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c2317 if (type == UE_CONTROL) in xhci_configure_endpoint()
2405 case UE_CONTROL: in xhci_configure_endpoint()
2433 case UE_CONTROL: in xhci_configure_endpoint()
2773 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) in xhci_get_endpoint_ext()
2865 case UE_CONTROL: in xhci_transfer_insert()
3786 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) in xhci_configure_reset_endpoint()
Dehci.c3715 case UE_CONTROL: