Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Df_hid.c1320 static inline struct f_hid_opts *to_f_hid_opts(struct config_item *item) in hid_attr_release()
1322 return container_of(to_config_group(item), struct f_hid_opts, in hid_attr_release()
1328 struct f_hid_opts *opts = to_f_hid_opts(item);
1340 struct f_hid_opts *opts = to_f_hid_opts(item); \
1353 struct f_hid_opts *opts = to_f_hid_opts(item); \
1388 struct f_hid_opts *opts = to_f_hid_opts(item); in f_hid_opts_report_desc_show()
1402 struct f_hid_opts *opts = to_f_hid_opts(item); in f_hid_opts_report_desc_store()
1433 struct f_hid_opts *opts = to_f_hid_opts(item); in f_hid_opts_interval_show()
1446 struct f_hid_opts *opts = to_f_hid_opts(item); in f_hid_opts_interval_store()
1480 struct f_hid_opts *opt
[all...]
H A Du_hid.h18 struct f_hid_opts { struct
/linux/drivers/usb/gadget/legacy/
H A Dhid.c137 struct f_hid_opts *hid_opts; in hid_bind()
151 hid_opts = container_of(iter_n->fi, struct f_hid_opts, func_inst); in hid_bind()