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.c52 .type = UE_CONTROL,
64 .type = UE_CONTROL,
80 .type = UE_CONTROL,
91 .type = UE_CONTROL,
400 case UE_CONTROL: in usbd_transfer_setup_sub()
595 (type != UE_CONTROL) && in usbd_transfer_setup_sub()
648 if (type == UE_CONTROL) { in usbd_transfer_setup_sub()
661 if (type == UE_CONTROL) { in usbd_transfer_setup_sub()
689 if (type == UE_CONTROL) { in usbd_transfer_setup_sub()
734 if ((type == UE_CONTROL) && (n_frbuffers > 1)) { in usbd_transfer_setup_sub()
[all …]
Dusb_hub.c131 .type = UE_CONTROL,
2469 [UE_CONTROL] = USB_HW_POWER_CONTROL, in usbd_transfer_power_ref()
2661 if (type_refs[UE_CONTROL] != 0) in usb_bus_powerd()
2803 if (udev->pwr_save.type_refs[UE_CONTROL] != 0) in usb_dev_resume_peer()
Dusb.h542 #define UE_CONTROL 0x00 macro
Dusb_generic.c195 usb_config[1].type = UE_CONTROL; in ugen_open_pipe_write()
264 usb_config[1].type = UE_CONTROL; in ugen_open_pipe_read()
1543 if (usb_config[0].type == UE_CONTROL) { in ugen_ioctl()
Dusb_request.c2015 udev->hs_port_no, old_addr, UE_CONTROL, 0); in usbd_req_re_enumerate()
Dusb_device.c1564 udev->ctrl_ep_desc.bmAttributes = UE_CONTROL; in usb_alloc_device()
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c544 .type = UE_CONTROL,
554 .type = UE_CONTROL,
564 .type = UE_CONTROL,
593 .type = UE_CONTROL,
612 .type = UE_CONTROL,
634 .type = UE_CONTROL,
645 .type = UE_CONTROL,
655 .type = UE_CONTROL,
665 .type = UE_CONTROL,
685 .type = UE_CONTROL,
[all …]
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c371 .type = UE_CONTROL,
380 .type = UE_CONTROL,
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c675 if (type != UE_CONTROL) { in usb_control_msg()
1187 if (type == UE_CONTROL) { in usb_find_host_endpoint()
1219 if ((type == UE_CONTROL) && ((ep & UE_ADDR) == 0)) { in usb_find_host_endpoint()
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c2337 if (type == UE_CONTROL) in xhci_configure_endpoint()
2425 case UE_CONTROL: in xhci_configure_endpoint()
2453 case UE_CONTROL: in xhci_configure_endpoint()
2795 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) in xhci_get_endpoint_ext()
2887 case UE_CONTROL: in xhci_transfer_insert()
3812 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) in xhci_configure_reset_endpoint()
Dehci.c3749 case UE_CONTROL: