Home
last modified time | relevance | path

Searched refs:fsg_lun_open (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Dstorage_common.c178 int fsg_lun_open(struct fsg_lun *curlun, const char *filename) in fsg_lun_open() function
275 EXPORT_SYMBOL_GPL(fsg_lun_open); variable
453 /* fsg_lun_open() will close existing file if any. */ in fsg_store_file()
454 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.c2806 rc = fsg_lun_open(lun, cfg->filename); in fsg_common_create_lun()
/kernel/linux/linux-6.6/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); variable
454 /* fsg_lun_open() will close existing file if any. */ in fsg_store_file()
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()

Completed in 11 milliseconds