Home
last modified time | relevance | path

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

/drivers/usb/gadget/function/
Dstorage_common.c49 struct usb_endpoint_descriptor fsg_fs_bulk_in_desc = { variable
57 EXPORT_SYMBOL_GPL(fsg_fs_bulk_in_desc);
71 (struct usb_descriptor_header *) &fsg_fs_bulk_in_desc,
Dstorage_common.h186 extern struct usb_endpoint_descriptor fsg_fs_bulk_in_desc;
Df_mass_storage.c3019 ep = usb_ep_autoconfig(gadget, &fsg_fs_bulk_in_desc); in fsg_bind()
3031 fsg_fs_bulk_in_desc.bEndpointAddress; in fsg_bind()
3039 fsg_fs_bulk_in_desc.bEndpointAddress; in fsg_bind()