Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/function/
Dstorage_common.c415 ssize_t fsg_store_nofua(struct fsg_lun *curlun, const char *buf, size_t count) in fsg_store_nofua() function
432 EXPORT_SYMBOL_GPL(fsg_store_nofua);
Dstorage_common.h217 ssize_t fsg_store_nofua(struct fsg_lun *curlun, const char *buf, size_t count);
Df_mass_storage.c2624 return fsg_store_nofua(curlun, buf, count); in nofua_store()
3237 return fsg_store_nofua(opts->lun, page, len); in fsg_lun_opts_nofua_store()