Searched refs:hid_opts (Results 1 – 1 of 1) sorted by relevance
137 struct f_hid_opts *hid_opts; in hid_bind() local151 hid_opts = container_of(iter_n->fi, struct f_hid_opts, func_inst); in hid_bind()152 hid_opts->subclass = iter_n->func->subclass; in hid_bind()153 hid_opts->protocol = iter_n->func->protocol; in hid_bind()154 hid_opts->report_length = iter_n->func->report_length; in hid_bind()155 hid_opts->report_desc_length = iter_n->func->report_desc_length; in hid_bind()156 hid_opts->report_desc = iter_n->func->report_desc; in hid_bind()