Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Dstorage_common.c543 static struct usb_string fsg_strings[] = { variable
556 .strings = fsg_strings,
H A Df_mass_storage.c2466 if (fsg_strings[FSG_STRING_INTERFACE].id == 0) { in fsg_common_init()
2470 fsg_strings[FSG_STRING_INTERFACE].id = rc; in fsg_common_init()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_mass_storage.c213 static struct usb_string fsg_strings[] = { variable
220 .strings = fsg_strings,
2822 ARRAY_SIZE(fsg_strings)); in fsg_common_set_cdev()