| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | composite.c | 177 c->bConfigurationValue = config->bConfigurationValue; in config_buf() 323 if (c->bConfigurationValue == number) { in set_config() 424 config->bConfigurationValue, in usb_add_config() 427 if (!config->bConfigurationValue || !config->bind) in usb_add_config() 432 if (c->bConfigurationValue == config->bConfigurationValue) { in usb_add_config() 450 config->bConfigurationValue, config, in usb_add_config() 472 config->bConfigurationValue, status); in usb_add_config() 810 *(u8 *)req->buf = cdev->config->bConfigurationValue; in composite_setup()
|
| H A D | g_dnl.c | 142 config->bConfigurationValue = CONFIGURATION_NUMBER; in g_dnl_config_register()
|
| H A D | ether.c | 364 .bConfigurationValue = DEV_CONFIG_VALUE, 378 .bConfigurationValue = DEV_RNDIS_CONFIG_VALUE,
|
| /openbmc/qemu/hw/usb/ |
| H A D | dev-hid.c | 270 .bConfigurationValue = 1, 287 .bConfigurationValue = 1, 304 .bConfigurationValue = 1, 321 .bConfigurationValue = 1, 338 .bConfigurationValue = 1, 355 .bConfigurationValue = 1,
|
| H A D | desc.h | 43 uint8_t bConfigurationValue; member 122 uint8_t bConfigurationValue; member
|
| H A D | dev-storage.c | 84 .bConfigurationValue = 1, 119 .bConfigurationValue = 1, 156 .bConfigurationValue = 1,
|
| H A D | desc.c | 95 d->u.config.bConfigurationValue = conf->bConfigurationValue; in usb_desc_config() 453 if (dev->device->confs[i].bConfigurationValue == value) { in usb_desc_set_config() 732 data[0] = dev->config ? dev->config->bConfigurationValue : 0; in usb_desc_handle_control()
|
| H A D | u2f.c | 100 .bConfigurationValue = 1,
|
| H A D | dev-network.c | 275 .bConfigurationValue = DEV_RNDIS_CONFIG_VALUE, 283 .bConfigurationValue = DEV_CONFIG_VALUE, 660 s->dev.config->bConfigurationValue == DEV_RNDIS_CONFIG_VALUE : 0; in OBJECT_DECLARE_SIMPLE_TYPE()
|
| H A D | dev-audio.c | 253 .bConfigurationValue = DEV_CONFIG_VALUE, 522 .bConfigurationValue = DEV_CONFIG_VALUE,
|
| H A D | dev-wacom.c | 169 .bConfigurationValue = 1,
|
| H A D | dev-uas.c | 297 .bConfigurationValue = 1, 313 .bConfigurationValue = 1,
|
| H A D | dev-serial.c | 154 .bConfigurationValue = 1,
|
| H A D | dev-hub.c | 134 .bConfigurationValue = 1,
|
| /openbmc/u-boot/drivers/usb/emul/ |
| H A D | usb-emul-uclass.c | 64 if (cdesc && cdesc->bConfigurationValue == index) in usb_emul_find_descriptor() 278 cdesc->bConfigurationValue, in usb_emul_setup_device() 288 cdesc->bConfigurationValue, cdesc->wTotalLength); in usb_emul_setup_device()
|
| H A D | sandbox_keyb.c | 72 .bConfigurationValue = 0,
|
| H A D | sandbox_hub.c | 59 .bConfigurationValue = 0,
|
| H A D | sandbox_flash.c | 122 .bConfigurationValue = 0,
|
| /openbmc/u-boot/include/linux/usb/ |
| H A D | composite.h | 214 u8 bConfigurationValue; member
|
| H A D | ch9.h | 317 __u8 bConfigurationValue; member
|
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | ehci.h | 100 unsigned char bConfigurationValue; member
|
| /openbmc/u-boot/drivers/serial/ |
| H A D | usbtty.c | 165 .bConfigurationValue = 1, 296 .bConfigurationValue = 1,
|
| /openbmc/u-boot/include/ |
| H A D | usbdescriptors.h | 207 u8 bConfigurationValue; member
|
| /openbmc/u-boot/cmd/ |
| H A D | usb.c | 190 printf(" Configuration: %d\n", config->bConfigurationValue); in usb_display_conf_desc()
|
| /openbmc/u-boot/common/ |
| H A D | usb.c | 1115 err = usb_set_configuration(dev, dev->config.desc.bConfigurationValue); in usb_select_config()
|