Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/function/
Df_sourcesink.c480 struct f_ss_opts *opts; in sourcesink_free_func()
482 opts = container_of(f->fi, struct f_ss_opts, func_inst); in sourcesink_free_func()
869 struct f_ss_opts *ss_opts; in source_sink_alloc_func()
875 ss_opts = container_of(fi, struct f_ss_opts, func_inst); in source_sink_alloc_func()
901 static inline struct f_ss_opts *to_f_ss_opts(struct config_item *item) in to_f_ss_opts()
903 return container_of(to_config_group(item), struct f_ss_opts, in to_f_ss_opts()
907 CONFIGFS_ATTR_STRUCT(f_ss_opts);
908 CONFIGFS_ATTR_OPS(f_ss_opts);
912 struct f_ss_opts *ss_opts = to_f_ss_opts(item); in ss_attr_release()
923 static ssize_t f_ss_opts_pattern_show(struct f_ss_opts *opts, char *page) in f_ss_opts_pattern_show()
[all …]
Dg_zero.h24 struct f_ss_opts { struct
/linux-4.1.27/drivers/usb/gadget/legacy/
Dzero.c277 struct f_ss_opts *ss_opts; in zero_bind()
298 ss_opts = container_of(func_inst_ss, struct f_ss_opts, func_inst); in zero_bind()