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.c51 .type = UE_CONTROL,
63 .type = UE_CONTROL,
78 .type = UE_CONTROL,
89 .type = UE_CONTROL,
396 case UE_CONTROL: in usbd_transfer_setup_sub()
584 (type != UE_CONTROL) && in usbd_transfer_setup_sub()
634 if (type == UE_CONTROL) { in usbd_transfer_setup_sub()
646 if (type == UE_CONTROL) { in usbd_transfer_setup_sub()
674 if (type == UE_CONTROL) { in usbd_transfer_setup_sub()
717 if ((type == UE_CONTROL) && (n_frbuffers > 1)) { in usbd_transfer_setup_sub()
[all …]
Dusb_hub.c130 .type = UE_CONTROL,
2461 [UE_CONTROL] = USB_HW_POWER_CONTROL, in usbd_transfer_power_ref()
2651 if (type_refs[UE_CONTROL] != 0) in usb_bus_powerd()
2790 if (udev->pwr_save.type_refs[UE_CONTROL] != 0) in usb_dev_resume_peer()
Dusb.h543 #define UE_CONTROL 0x00 macro
Dusb_generic.c192 usb_config[1].type = UE_CONTROL; in ugen_open_pipe_write()
261 usb_config[1].type = UE_CONTROL; in ugen_open_pipe_read()
1483 if (usb_config[0].type == UE_CONTROL) { in ugen_ioctl()
Dusb_request.c2038 udev->hs_port_no, old_addr, UE_CONTROL, 0); in usbd_req_re_enumerate()
Dusb_device.c1553 udev->ctrl_ep_desc.bmAttributes = UE_CONTROL; in usb_alloc_device()
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c543 .type = UE_CONTROL,
553 .type = UE_CONTROL,
563 .type = UE_CONTROL,
592 .type = UE_CONTROL,
611 .type = UE_CONTROL,
632 .type = UE_CONTROL,
643 .type = UE_CONTROL,
653 .type = UE_CONTROL,
663 .type = UE_CONTROL,
683 .type = UE_CONTROL,
[all …]
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c372 .type = UE_CONTROL,
381 .type = UE_CONTROL,
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c672 if (type != UE_CONTROL) { in usb_control_msg()
1182 if (type == UE_CONTROL) { in usb_find_host_endpoint()
1214 if ((type == UE_CONTROL) && ((ep & UE_ADDR) == 0)) { in usb_find_host_endpoint()
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c2318 if (type == UE_CONTROL) in xhci_configure_endpoint()
2406 case UE_CONTROL: in xhci_configure_endpoint()
2434 case UE_CONTROL: in xhci_configure_endpoint()
2774 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) in xhci_get_endpoint_ext()
2866 case UE_CONTROL: in xhci_transfer_insert()
3787 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) in xhci_configure_reset_endpoint()
Dehci.c3716 case UE_CONTROL: