Searched refs:portst_strings (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/usb/usbip/libsrc/
H A Dusbip_common.c40 static struct portst_string portst_strings[] = { variable in typeref:struct:portst_string
53 for (int i = 0; portst_strings[i].desc != NULL; i++)
54 if (portst_strings[i].num == status)
55 return portst_strings[i].desc;

Completed in 109 milliseconds