Lines Matching refs:f_hid_opts
1318 static inline struct f_hid_opts *to_f_hid_opts(struct config_item *item) in to_f_hid_opts()
1320 return container_of(to_config_group(item), struct f_hid_opts, in to_f_hid_opts()
1326 struct f_hid_opts *opts = to_f_hid_opts(item); in hid_attr_release()
1338 struct f_hid_opts *opts = to_f_hid_opts(item); \
1351 struct f_hid_opts *opts = to_f_hid_opts(item); \
1386 struct f_hid_opts *opts = to_f_hid_opts(item); in f_hid_opts_report_desc_show()
1400 struct f_hid_opts *opts = to_f_hid_opts(item); in f_hid_opts_report_desc_store()
1431 struct f_hid_opts *opts = to_f_hid_opts(item); in f_hid_opts_interval_show()
1444 struct f_hid_opts *opts = to_f_hid_opts(item); in f_hid_opts_interval_store()
1478 struct f_hid_opts *opts = to_f_hid_opts(item); in f_hid_opts_dev_show()
1509 struct f_hid_opts *opts; in hidg_free_inst()
1511 opts = container_of(f, struct f_hid_opts, func_inst); in hidg_free_inst()
1529 struct f_hid_opts *opts; in hidg_alloc_inst()
1573 struct f_hid_opts *opts; in hidg_free()
1576 opts = container_of(f->fi, struct f_hid_opts, func_inst); in hidg_free()
1595 struct f_hid_opts *opts; in hidg_alloc()
1603 opts = container_of(fi, struct f_hid_opts, func_inst); in hidg_alloc()