Home
last modified time | relevance | path

Searched refs:NUM_CONFIGS (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/serial/
H A Dusbtty.c37 #define NUM_CONFIGS 1 macro
63 static struct usb_configuration_instance config_instance[NUM_CONFIGS];
118 .bNumConfigurations = NUM_CONFIGS
131 .bNumConfigurations = NUM_CONFIGS
156 static struct acm_config_desc acm_configuration_descriptors[NUM_CONFIGS] = {
288 gserial_configuration_descriptors[NUM_CONFIGS] ={
646 device_instance->configurations = NUM_CONFIGS; in usbtty_init_instances()