Lines Matching refs:f_hid_opts
863 static inline struct f_hid_opts *to_f_hid_opts(struct config_item *item) in to_f_hid_opts()
865 return container_of(to_config_group(item), struct f_hid_opts, in to_f_hid_opts()
871 struct f_hid_opts *opts = to_f_hid_opts(item); in hid_attr_release()
883 struct f_hid_opts *opts = to_f_hid_opts(item); \
896 struct f_hid_opts *opts = to_f_hid_opts(item); \
930 struct f_hid_opts *opts = to_f_hid_opts(item); in f_hid_opts_report_desc_show()
944 struct f_hid_opts *opts = to_f_hid_opts(item); in f_hid_opts_report_desc_store()
975 struct f_hid_opts *opts = to_f_hid_opts(item); in f_hid_opts_dev_show()
1004 struct f_hid_opts *opts; in hidg_free_inst()
1006 opts = container_of(f, struct f_hid_opts, func_inst); in hidg_free_inst()
1024 struct f_hid_opts *opts; in hidg_alloc_inst()
1064 struct f_hid_opts *opts; in hidg_free()
1067 opts = container_of(f->fi, struct f_hid_opts, func_inst); in hidg_free()
1088 struct f_hid_opts *opts; in hidg_alloc()
1095 opts = container_of(fi, struct f_hid_opts, func_inst); in hidg_alloc()