Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Dstorage_common.c70 struct usb_descriptor_header *fsg_fs_function[] = { variable
76 EXPORT_SYMBOL_GPL(fsg_fs_function);
H A Dstorage_common.h188 extern struct usb_descriptor_header *fsg_fs_function[];
H A Df_mass_storage.c3102 ret = usb_assign_descriptors(f, fsg_fs_function, fsg_hs_function, in fsg_bind()
/openbmc/u-boot/drivers/usb/gadget/
H A Dstorage_common.c456 static struct usb_descriptor_header *fsg_fs_function[] = { variable
H A Df_mass_storage.c2677 f->descriptors = usb_copy_descriptors(fsg_fs_function); in fsg_bind()