Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/function/
Dstorage_common.c53 struct usb_endpoint_descriptor fsg_fs_bulk_in_desc = { variable
61 EXPORT_SYMBOL_GPL(fsg_fs_bulk_in_desc);
75 (struct usb_descriptor_header *) &fsg_fs_bulk_in_desc,
Dstorage_common.h191 extern struct usb_endpoint_descriptor fsg_fs_bulk_in_desc;
Df_mass_storage.c3063 ep = usb_ep_autoconfig(gadget, &fsg_fs_bulk_in_desc); in fsg_bind()
3077 fsg_fs_bulk_in_desc.bEndpointAddress; in fsg_bind()
3085 fsg_fs_bulk_in_desc.bEndpointAddress; in fsg_bind()