/freebsd/sys/dev/usb/template/ |
H A D | 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/sys/dev/usb/ |
H A D | 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 …]
|
H A D | 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()
|
H A D | usb_msctest.c | 222 .type = UE_CONTROL, 241 .type = UE_CONTROL,
|
H A D | usb.h | 542 #define UE_CONTROL 0x00 macro
|
H A D | 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/sys/dev/usb/storage/ |
H A D | umass.c | 511 .type = UE_CONTROL, 521 .type = UE_CONTROL, 531 .type = UE_CONTROL, 560 .type = UE_CONTROL, 579 .type = UE_CONTROL, 600 .type = UE_CONTROL, 611 .type = UE_CONTROL, 621 .type = UE_CONTROL, 631 .type = UE_CONTROL, 651 .type = UE_CONTROL, [all …]
|
H A D | urio.c | 160 .type = UE_CONTROL, 170 .type = UE_CONTROL,
|
/freebsd/sys/dev/usb/misc/ |
H A D | udbp.c | 221 .type = UE_CONTROL, 231 .type = UE_CONTROL,
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | 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/sys/dev/usb/input/ |
H A D | uhid.c | 391 .type = UE_CONTROL, 400 .type = UE_CONTROL,
|
H A D | uhid_snes.c | 152 .type = UE_CONTROL,
|
H A D | usbhid.c | 305 .type = UE_CONTROL,
|
/freebsd/sys/dev/usb/controller/ |
H A D | 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()
|
H A D | 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()
|
H A D | 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()
|
H A D | 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()
|
H A D | 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/sys/dev/usb/serial/ |
H A D | ufoma.c | 244 .type = UE_CONTROL, 254 .type = UE_CONTROL,
|
H A D | ucycom.c | 132 .type = UE_CONTROL,
|
H A D | ulpt.c | 371 .type = UE_CONTROL,
|
H A D | uslcom.c | 199 .type = UE_CONTROL,
|
/freebsd/sys/dev/usb/net/ |
H A D | uhso.c | 364 .type = UE_CONTROL, 373 .type = UE_CONTROL,
|
/freebsd/usr.sbin/usbdump/ |
H A D | usbdump.c | 153 [UE_CONTROL] = "CTRL",
|
/freebsd/sys/netgraph/bluetooth/drivers/ubt/ |
H A D | ng_ubt.c | 323 .type = UE_CONTROL,
|