Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Dstorage_common.c179 int fsg_lun_open(struct fsg_lun *curlun, const char *filename) in fsg_lun_open() function
276 EXPORT_SYMBOL_GPL(fsg_lun_open);
455 rc = fsg_lun_open(curlun, buf); in fsg_store_file()
H A Dstorage_common.h201 int fsg_lun_open(struct fsg_lun *curlun, const char *filename);
H A Df_mass_storage.c2923 rc = fsg_lun_open(lun, cfg->filename); in fsg_common_create_lun()
/openbmc/u-boot/drivers/usb/gadget/
H A Dstorage_common.c566 static int fsg_lun_open(struct fsg_lun *curlun, unsigned int num_sectors, in fsg_lun_open() function
H A Df_mass_storage.c2486 rc = fsg_lun_open(&common->luns[i], ums[i].num_sectors, ""); in fsg_common_init()