Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Dstorage_common.c365 ssize_t fsg_show_removable(struct fsg_lun *curlun, char *buf) in fsg_show_removable() function
369 EXPORT_SYMBOL_GPL(fsg_show_removable);
H A Dstorage_common.h210 ssize_t fsg_show_removable(struct fsg_lun *curlun, char *buf);
H A Df_mass_storage.c3199 return fsg_show_removable(to_fsg_lun_opts(item)->lun, page); in fsg_lun_opts_removable_show()