Searched refs:UDESC_CONFIG (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/sys/dev/usb/template/ |
| H A D | usb_template.c | 484 cd->bDescriptorType = UDESC_CONFIG; in usb_make_config_desc() 986 if (desc->bDescriptorType != UDESC_CONFIG) in usb_hw_ep_resolve() 1125 if (cd->bDescriptorType != UDESC_CONFIG) { in usb_temp_get_config_desc() 1254 case UDESC_CONFIG: in usb_temp_get_desc()
|
| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | usb_mouse.c | 170 .bDescriptorType = UDESC_CONFIG, 400 case UDESC_CONFIG: in umouse_request()
|
| /freebsd-14.2/sys/dev/usb/ |
| H A D | usb.h | 197 #define UDESC_CONFIG 0x02 macro
|
| H A D | usb_request.c | 1289 sizeof(*d), 0, UDESC_CONFIG, conf_index, 0); in usbd_req_get_config_desc() 1380 UDESC_CONFIG, index, 3); in usbd_req_get_config_desc_full()
|
| H A D | usb_device.c | 703 (UDESC_CONFIG << 8) | index); in usbd_set_config_index()
|
| /freebsd-14.2/sys/dev/usb/controller/ |
| H A D | atmegadci.c | 1474 .bDescriptorType = UDESC_CONFIG, 1709 case UDESC_CONFIG: in atmegadci_roothub_exec()
|
| H A D | avr32dci.c | 1423 .bDescriptorType = UDESC_CONFIG, 1664 case UDESC_CONFIG: in avr32dci_roothub_exec()
|
| H A D | uss820dci.c | 1768 .bDescriptorType = UDESC_CONFIG, 2010 case UDESC_CONFIG: in uss820dci_roothub_exec()
|
| H A D | ohci.c | 2014 .bDescriptorType = UDESC_CONFIG, 2102 case UDESC_CONFIG: in ohci_roothub_exec()
|
| H A D | uhci.c | 2268 .bDescriptorType = UDESC_CONFIG, 2470 case UDESC_CONFIG: in uhci_roothub_exec()
|
| H A D | musb_otg.c | 3500 .bDescriptorType = UDESC_CONFIG, 3742 case UDESC_CONFIG: in musbotg_roothub_exec()
|
| H A D | ehci.c | 2920 .bDescriptorType = UDESC_CONFIG, 3064 case UDESC_CONFIG: in ehci_roothub_exec()
|
| H A D | dwc_otg.c | 4255 .bDescriptorType = UDESC_CONFIG, 4489 case UDESC_CONFIG: in dwc_otg_roothub_exec()
|
| H A D | xhci.c | 3173 .bDescriptorType = UDESC_CONFIG, 3276 case UDESC_CONFIG: in xhci_roothub_exec()
|