Home
last modified time | relevance | path

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

12

/freebsd-14-stable/sys/dev/usb/template/
HDusb_template.c336 case UE_CONTROL: in usb_make_endpoint_desc()
614 if (ep_type == UE_CONTROL) { in usb_hw_ep_match()
658 if (ep->needs_ep_type == UE_CONTROL) { in usb_hw_ep_find_match()
838 if (ep_type == UE_CONTROL) { in usb_hw_ep_get_needs()
885 if (temp == UE_CONTROL) { in usb_hw_ep_get_needs()
947 if (!usb_hw_ep_match(pf, UE_CONTROL, 0)) { in usb_hw_ep_resolve()
1004 usb_hw_ep_get_needs(ues, UE_CONTROL, 0) || in usb_hw_ep_resolve()
1029 usb_hw_ep_get_needs(ues, UE_CONTROL, 1) || in usb_hw_ep_resolve()
/freebsd-14-stable/sys/dev/usb/
HDusb_transfer.c84 .type = UE_CONTROL,
96 .type = UE_CONTROL,
111 .type = UE_CONTROL,
122 .type = UE_CONTROL,
420 case UE_CONTROL: in usbd_get_max_frame_length()
530 case UE_CONTROL: in usbd_transfer_setup_sub()
718 (type != UE_CONTROL) && in usbd_transfer_setup_sub()
768 if (type == UE_CONTROL) { in usbd_transfer_setup_sub()
780 if (type == UE_CONTROL) { in usbd_transfer_setup_sub()
808 if (type == UE_CONTROL) { in usbd_transfer_setup_sub()
[all …]
HDusb_hub.c144 .type = UE_CONTROL,
2389 [UE_CONTROL] = USB_HW_POWER_CONTROL, in usbd_transfer_power_ref()
2579 if (type_refs[UE_CONTROL] != 0) in usb_bus_powerd()
2718 if (udev->pwr_save.type_refs[UE_CONTROL] != 0) in usb_dev_resume_peer()
HDusb_msctest.c222 .type = UE_CONTROL,
241 .type = UE_CONTROL,
HDusb.h542 #define UE_CONTROL 0x00 macro
HDusb_generic.c256 usb_config[1].type = UE_CONTROL; in ugen_open_pipe_write()
325 usb_config[1].type = UE_CONTROL; in ugen_open_pipe_read()
1079 if (usb_config[0].type == UE_CONTROL) { in usb_fs_open()
/freebsd-14-stable/sys/dev/usb/storage/
HDumass.c491 .type = UE_CONTROL,
501 .type = UE_CONTROL,
511 .type = UE_CONTROL,
540 .type = UE_CONTROL,
559 .type = UE_CONTROL,
580 .type = UE_CONTROL,
591 .type = UE_CONTROL,
601 .type = UE_CONTROL,
611 .type = UE_CONTROL,
631 .type = UE_CONTROL,
[all …]
HDurio.c160 .type = UE_CONTROL,
170 .type = UE_CONTROL,
/freebsd-14-stable/sys/dev/usb/misc/
HDudbp.c221 .type = UE_CONTROL,
231 .type = UE_CONTROL,
/freebsd-14-stable/sys/compat/linuxkpi/common/src/
HDlinux_usb.c676 if (type != UE_CONTROL) { in usb_control_msg()
1031 if (type == UE_CONTROL) { in usb_find_host_endpoint()
1063 if ((type == UE_CONTROL) && ((ep & UE_ADDR) == 0)) { in usb_find_host_endpoint()
/freebsd-14-stable/sys/dev/usb/input/
HDuhid.c391 .type = UE_CONTROL,
400 .type = UE_CONTROL,
HDuhid_snes.c152 .type = UE_CONTROL,
HDusbhid.c305 .type = UE_CONTROL,
/freebsd-14-stable/sys/dev/usb/controller/
HDxhci.c2328 if (type == UE_CONTROL) in xhci_configure_endpoint()
2419 case UE_CONTROL: in xhci_configure_endpoint()
2447 case UE_CONTROL: in xhci_configure_endpoint()
2770 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) in xhci_get_endpoint_ext()
2862 case UE_CONTROL: in xhci_transfer_insert()
3791 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) in xhci_configure_reset_endpoint()
3856 (edesc->bmAttributes & UE_XFERTYPE) != UE_CONTROL && in xhci_configure_reset_endpoint()
HDuss820dci.c1266 if (ep_type == UE_CONTROL) { in uss820dci_set_stall()
1288 if (ep_type == UE_CONTROL) { in uss820dci_clear_stall_sub()
2329 case UE_CONTROL: in uss820dci_ep_init()
HDdwc_otg.c1029 hcchar |= UE_CONTROL << HCCHAR_EPTYPE_SHIFT; in dwc_otg_host_setup_tx()
1080 hcchar |= UE_CONTROL << HCCHAR_EPTYPE_SHIFT; in dwc_otg_host_setup_tx()
2592 td->ep_type != UE_CONTROL) { in dwc_otg_update_host_transfer_schedule_locked()
3339 hcchar |= (UE_CONTROL << HCCHAR_EPTYPE_SHIFT); in dwc_otg_setup_standard_chain()
3710 if (ep_type == UE_CONTROL) { in dwc_otg_clear_stall_sub_locked()
4799 if (ep_type == UE_CONTROL) { in dwc_otg_xfer_setup()
HDatmegadci.c1130 if (ep_type == UE_CONTROL) { in atmegadci_clear_stall_sub()
1975 if ((xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) { in atmegadci_xfer_setup()
HDavr32dci.c1103 if (ep_type == UE_CONTROL) { in avr32dci_clear_stall_sub()
1931 if ((xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) { in avr32dci_xfer_setup()
HDmusb_otg.c2449 case UE_CONTROL: in musbotg_setup_standard_chain()
2868 if (ep_type == UE_CONTROL) { in musbotg_clear_stall_sub()
4136 case UE_CONTROL: in musbotg_ep_init()
/freebsd-14-stable/sys/dev/usb/serial/
HDufoma.c244 .type = UE_CONTROL,
254 .type = UE_CONTROL,
HDucycom.c132 .type = UE_CONTROL,
HDulpt.c371 .type = UE_CONTROL,
HDuslcom.c199 .type = UE_CONTROL,
/freebsd-14-stable/sys/dev/usb/net/
HDuhso.c364 .type = UE_CONTROL,
373 .type = UE_CONTROL,
/freebsd-14-stable/usr.sbin/usbdump/
HDusbdump.c153 [UE_CONTROL] = "CTRL",

12