Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/base/
Ddevres.c104 list_add_tail(&node->entry, &dev->devres_head); in add_dr()
188 list_for_each_entry_reverse(node, &dev->devres_head, entry) { in find_dr()
433 if (WARN_ON(dev->devres_head.next == NULL)) in devres_release_all()
436 return release_nodes(dev, dev->devres_head.next, &dev->devres_head, in devres_release_all()
484 list_for_each_entry_reverse(node, &dev->devres_head, entry) { in find_group()
580 struct list_head *end = &dev->devres_head; in devres_release_group()
Dplatform.c1128 if (!dev->devres_head.next) { in early_platform_add_devices()
1129 INIT_LIST_HEAD(&dev->devres_head); in early_platform_add_devices()
1130 list_add_tail(&dev->devres_head, in early_platform_add_devices()
1173 list_for_each_entry(pd, &early_platform_device_list, dev.devres_head) in early_platform_match()
1191 list_for_each_entry(pd, &early_platform_device_list, dev.devres_head) in early_platform_left()
1330 dev.devres_head) { in early_platform_cleanup()
1331 list_del(&pd->dev.devres_head); in early_platform_cleanup()
1332 memset(&pd->dev.devres_head, 0, sizeof(pd->dev.devres_head)); in early_platform_cleanup()
Ddd.c115 WARN_ON(!list_empty(&dev->devres_head)); in really_probe()
Dcore.c595 INIT_LIST_HEAD(&dev->devres_head); in device_initialize()
/linux-2.6.39/include/linux/
Ddevice.h449 struct list_head devres_head; member