Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Df_hid.c1049 struct f_hid_opts *opts = to_f_hid_opts(item); in hid_attr_release()
1061 struct f_hid_opts *opts = to_f_hid_opts(item); \
1074 struct f_hid_opts *opts = to_f_hid_opts(item); \
1109 struct f_hid_opts *opts = to_f_hid_opts(item); in f_hid_opts_report_desc_show()
1123 struct f_hid_opts *opts = to_f_hid_opts(item); in f_hid_opts_report_desc_store()
1154 struct f_hid_opts *opts = to_f_hid_opts(item); in f_hid_opts_dev_show()
1184 struct f_hid_opts *opts; in hidg_free_inst()
1186 opts = container_of(f, struct f_hid_opts, func_inst); in hidg_free_inst()
1204 struct f_hid_opts *opts; in hidg_alloc_inst()
1244 struct f_hid_opts *opts; in hidg_free()
[all …]
H A Du_hid.h18 struct f_hid_opts { struct
/openbmc/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()