Lines Matching refs:configs
463 pos = &cdev->configs; in config_desc()
468 while ((pos = pos->next) != &cdev->configs) { in config_desc()
514 list_for_each_entry(c, &cdev->configs, list) { in count_configs()
641 list_for_each_entry(c, &cdev->configs, list) { in set_config()
747 list_for_each_entry(c, &cdev->configs, list) { in usb_add_config_only()
753 list_add_tail(&config->list, &cdev->configs); in usb_add_config_only()
969 list_for_each_entry(c, &cdev->configs, list) { in get_string()
1027 list_for_each_entry(c, &cdev->configs, list) { in get_string()
1874 while (!list_empty(&cdev->configs)) { in __composite_unbind()
1876 c = list_first_entry(&cdev->configs, in __composite_unbind()
2044 INIT_LIST_HEAD(&cdev->configs); in composite_bind()