Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dusbtty.c38 #define NUM_CONFIGS 1 macro
64 static struct usb_configuration_instance config_instance[NUM_CONFIGS];
119 .bNumConfigurations = NUM_CONFIGS
132 .bNumConfigurations = NUM_CONFIGS
157 static struct acm_config_desc acm_configuration_descriptors[NUM_CONFIGS] = {
289 gserial_configuration_descriptors[NUM_CONFIGS] ={
647 device_instance->configurations = NUM_CONFIGS; in usbtty_init_instances()