Searched refs:fsg_store_nofua (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | storage_common.c | 417 ssize_t fsg_store_nofua(struct fsg_lun *curlun, const char *buf, size_t count) in fsg_store_nofua() function 434 EXPORT_SYMBOL_GPL(fsg_store_nofua); variable
|
H A D | storage_common.h | 213 ssize_t fsg_store_nofua(struct fsg_lun *curlun, const char *buf, size_t count);
|
H A D | f_mass_storage.c | 2559 return fsg_store_nofua(curlun, buf, count); in nofua_store() 3122 return fsg_store_nofua(to_fsg_lun_opts(item)->lun, page, len); in fsg_lun_opts_nofua_store()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | storage_common.c | 418 ssize_t fsg_store_nofua(struct fsg_lun *curlun, const char *buf, size_t count) in fsg_store_nofua() function 435 EXPORT_SYMBOL_GPL(fsg_store_nofua); variable
|
H A D | storage_common.h | 213 ssize_t fsg_store_nofua(struct fsg_lun *curlun, const char *buf, size_t count);
|
H A D | f_mass_storage.c | 2659 return fsg_store_nofua(curlun, buf, count); in nofua_store() 3235 return fsg_store_nofua(to_fsg_lun_opts(item)->lun, page, len); in fsg_lun_opts_nofua_store()
|
Completed in 12 milliseconds