Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/function/
Df_mass_storage.c3126 static inline struct fsg_lun_opts *to_fsg_lun_opts(struct config_item *item) in to_fsg_lun_opts() function
3141 lun_opts = to_fsg_lun_opts(item); in fsg_lun_attr_release()
3151 struct fsg_lun_opts *opts = to_fsg_lun_opts(item); in fsg_lun_opts_file_show()
3160 struct fsg_lun_opts *opts = to_fsg_lun_opts(item); in fsg_lun_opts_file_store()
3170 return fsg_show_ro(to_fsg_lun_opts(item)->lun, page); in fsg_lun_opts_ro_show()
3176 struct fsg_lun_opts *opts = to_fsg_lun_opts(item); in fsg_lun_opts_ro_store()
3187 return fsg_show_removable(to_fsg_lun_opts(item)->lun, page); in fsg_lun_opts_removable_show()
3193 return fsg_store_removable(to_fsg_lun_opts(item)->lun, page, len); in fsg_lun_opts_removable_store()
3200 return fsg_show_cdrom(to_fsg_lun_opts(item)->lun, page); in fsg_lun_opts_cdrom_show()
3206 struct fsg_lun_opts *opts = to_fsg_lun_opts(item); in fsg_lun_opts_cdrom_store()
[all …]