Lines Matching defs:iter_n
136 struct hidg_func_node *n = NULL, *m, *iter_n;
144 list_for_each_entry(iter_n, &hidg_func_list, node) {
145 iter_n->fi = usb_get_function_instance("hid");
146 if (IS_ERR(iter_n->fi)) {
147 status = PTR_ERR(iter_n->fi);
148 n = iter_n;
151 hid_opts = container_of(iter_n->fi, struct f_hid_opts, func_inst);
152 hid_opts->subclass = iter_n->func->subclass;
153 hid_opts->protocol = iter_n->func->protocol;
154 hid_opts->report_length = iter_n->func->report_length;
155 hid_opts->report_desc_length = iter_n->func->report_desc_length;
156 hid_opts->report_desc = iter_n->func->report_desc;