Lines Matching refs:f_hid_opts
857 static inline struct f_hid_opts *to_f_hid_opts(struct config_item *item) in to_f_hid_opts()
859 return container_of(to_config_group(item), struct f_hid_opts, in to_f_hid_opts()
865 struct f_hid_opts *opts = to_f_hid_opts(item); in hid_attr_release()
877 struct f_hid_opts *opts = to_f_hid_opts(item); \
890 struct f_hid_opts *opts = to_f_hid_opts(item); \
924 struct f_hid_opts *opts = to_f_hid_opts(item); in f_hid_opts_report_desc_show()
938 struct f_hid_opts *opts = to_f_hid_opts(item); in f_hid_opts_report_desc_store()
969 struct f_hid_opts *opts = to_f_hid_opts(item); in f_hid_opts_dev_show()
998 struct f_hid_opts *opts; in hidg_free_inst()
1000 opts = container_of(f, struct f_hid_opts, func_inst); in hidg_free_inst()
1018 struct f_hid_opts *opts; in hidg_alloc_inst()
1058 struct f_hid_opts *opts; in hidg_free()
1061 opts = container_of(f->fi, struct f_hid_opts, func_inst); in hidg_free()
1082 struct f_hid_opts *opts; in hidg_alloc()
1089 opts = container_of(fi, struct f_hid_opts, func_inst); in hidg_alloc()