Searched refs:fsg_store_file (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | storage_common.c | 437 ssize_t fsg_store_file(struct fsg_lun *curlun, struct rw_semaphore *filesem, in fsg_store_file() function 466 EXPORT_SYMBOL_GPL(fsg_store_file); variable 535 ret = fsg_store_file(curlun, filesem, "", 0); in fsg_store_forced_eject()
|
H A D | storage_common.h | 214 ssize_t fsg_store_file(struct fsg_lun *curlun, struct rw_semaphore *filesem,
|
H A D | f_mass_storage.c | 2668 return fsg_store_file(curlun, filesem, buf, count); in file_store() 3175 return fsg_store_file(opts->lun, &fsg_opts->common->filesem, page, len); in fsg_lun_opts_file_store()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | storage_common.c | 436 ssize_t fsg_store_file(struct fsg_lun *curlun, struct rw_semaphore *filesem, in fsg_store_file() function 465 EXPORT_SYMBOL_GPL(fsg_store_file); variable
|
H A D | storage_common.h | 214 ssize_t fsg_store_file(struct fsg_lun *curlun, struct rw_semaphore *filesem,
|
H A D | f_mass_storage.c | 2568 return fsg_store_file(curlun, filesem, buf, count); in file_store() 3062 return fsg_store_file(opts->lun, &fsg_opts->common->filesem, page, len); in fsg_lun_opts_file_store()
|
Completed in 12 milliseconds