Lines Matching defs:el
1378 #define list_to_kobj(el) container_of(el, struct kobject, entry)
1382 struct list_head *el, *tmp;
1387 list_for_each_prev_safe(el, tmp, &hw_id_kset->list) {
1388 list_del_init(el);
1391 kobject_put(list_to_kobj(el));
1400 struct list_head *el, *tmp;
1405 list_for_each_prev_safe(el, tmp, &ip_kset->list) {
1406 list_del_init(el);
1408 amdgpu_discovery_sysfs_ip_hw_free(to_ip_hw_id(list_to_kobj(el)));
1418 struct list_head *el, *tmp;
1426 list_for_each_prev_safe(el, tmp, &die_kset->list) {
1427 list_del_init(el);
1429 amdgpu_discovery_sysfs_die_free(to_ip_die_entry(list_to_kobj(el)));