Lines Matching refs:iter
432 struct usb_function_instance *a_fi = NULL, *iter;
448 list_for_each_entry(iter, &gi->available_func, cfs_list) {
449 if (iter != fi)
451 a_fi = iter;
1213 struct usb_configuration *c = NULL, *iter;
1217 list_for_each_entry(iter, &cdev->configs, list) {
1218 if (iter != &c_target->c)
1220 c = iter;
1605 struct list_head *iter;
1611 list_for_each(iter, &gi->string_list)