Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/
H A Dhid.c138 struct f_hid_opts *hid_opts; in hid_bind() local
153 hid_opts = container_of(n->fi, struct f_hid_opts, func_inst); in hid_bind()
154 hid_opts->subclass = n->func->subclass; in hid_bind()
155 hid_opts->protocol = n->func->protocol; in hid_bind()
156 hid_opts->report_length = n->func->report_length; in hid_bind()
157 hid_opts->report_desc_length = n->func->report_desc_length; in hid_bind()
158 hid_opts->report_desc = n->func->report_desc; in hid_bind()