Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/function/
Df_mass_storage.h74 struct fsg_lun_opts { struct
83 struct fsg_lun_opts lun0; argument
Df_mass_storage.c3122 static inline struct fsg_lun_opts *to_fsg_lun_opts(struct config_item *item) in to_fsg_lun_opts()
3124 return container_of(to_config_group(item), struct fsg_lun_opts, group); in to_fsg_lun_opts()
3133 CONFIGFS_ATTR_STRUCT(fsg_lun_opts);
3134 CONFIGFS_ATTR_OPS(fsg_lun_opts);
3138 struct fsg_lun_opts *lun_opts; in fsg_lun_attr_release()
3150 static ssize_t fsg_lun_opts_file_show(struct fsg_lun_opts *opts, char *page) in fsg_lun_opts_file_show()
3159 static ssize_t fsg_lun_opts_file_store(struct fsg_lun_opts *opts, in fsg_lun_opts_file_store()
3173 static ssize_t fsg_lun_opts_ro_show(struct fsg_lun_opts *opts, char *page) in fsg_lun_opts_ro_show()
3178 static ssize_t fsg_lun_opts_ro_store(struct fsg_lun_opts *opts, in fsg_lun_opts_ro_store()
3192 static ssize_t fsg_lun_opts_removable_show(struct fsg_lun_opts *opts, in fsg_lun_opts_removable_show()
[all …]