| /freebsd-14-stable/sys/dev/usb/template/ |
| HD | usb_template.c | 336 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/ |
| HD | usb_transfer.c | 84 .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 …]
|
| HD | usb_hub.c | 144 .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()
|
| HD | usb_msctest.c | 222 .type = UE_CONTROL, 241 .type = UE_CONTROL,
|
| HD | usb.h | 542 #define UE_CONTROL 0x00 macro
|
| HD | usb_generic.c | 256 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/ |
| HD | umass.c | 491 .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 …]
|
| HD | urio.c | 160 .type = UE_CONTROL, 170 .type = UE_CONTROL,
|
| /freebsd-14-stable/sys/dev/usb/misc/ |
| HD | udbp.c | 221 .type = UE_CONTROL, 231 .type = UE_CONTROL,
|
| /freebsd-14-stable/sys/compat/linuxkpi/common/src/ |
| HD | linux_usb.c | 676 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/ |
| HD | uhid.c | 391 .type = UE_CONTROL, 400 .type = UE_CONTROL,
|
| HD | uhid_snes.c | 152 .type = UE_CONTROL,
|
| HD | usbhid.c | 305 .type = UE_CONTROL,
|
| /freebsd-14-stable/sys/dev/usb/controller/ |
| HD | xhci.c | 2328 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()
|
| HD | uss820dci.c | 1266 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()
|
| HD | dwc_otg.c | 1029 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()
|
| HD | atmegadci.c | 1130 if (ep_type == UE_CONTROL) { in atmegadci_clear_stall_sub() 1975 if ((xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) { in atmegadci_xfer_setup()
|
| HD | avr32dci.c | 1103 if (ep_type == UE_CONTROL) { in avr32dci_clear_stall_sub() 1931 if ((xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) { in avr32dci_xfer_setup()
|
| HD | musb_otg.c | 2449 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/ |
| HD | ufoma.c | 244 .type = UE_CONTROL, 254 .type = UE_CONTROL,
|
| HD | ucycom.c | 132 .type = UE_CONTROL,
|
| HD | ulpt.c | 371 .type = UE_CONTROL,
|
| HD | uslcom.c | 199 .type = UE_CONTROL,
|
| /freebsd-14-stable/sys/dev/usb/net/ |
| HD | uhso.c | 364 .type = UE_CONTROL, 373 .type = UE_CONTROL,
|
| /freebsd-14-stable/usr.sbin/usbdump/ |
| HD | usbdump.c | 153 [UE_CONTROL] = "CTRL",
|