Home
last modified time | relevance | path

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

/linux/arch/sh/drivers/
H A Dplatform_early.c133 if (!dev->devres_head.next) { in sh_early_platform_add_devices()
135 INIT_LIST_HEAD(&dev->devres_head); in sh_early_platform_add_devices()
136 list_add_tail(&dev->devres_head, in sh_early_platform_add_devices()
179 list_for_each_entry(pd, &sh_early_platform_device_list, dev.devres_head) in sh_early_platform_match()
197 list_for_each_entry(pd, &sh_early_platform_device_list, dev.devres_head) in sh_early_platform_left()
336 dev.devres_head) { in early_platform_cleanup()
337 list_del(&pd->dev.devres_head); in early_platform_cleanup()
338 memset(&pd->dev.devres_head, 0, sizeof(pd->dev.devres_head)); in early_platform_cleanup()
/linux/drivers/base/
H A Ddevres.c136 list_add_tail(&node->entry, &dev->devres_head); in add_dr()
204 &dev->devres_head, entry) { in devres_for_each_res()
259 list_for_each_entry_reverse(node, &dev->devres_head, entry) { in find_dr()
524 if (WARN_ON(dev->devres_head.next == NULL)) in devres_release_all()
528 if (list_empty(&dev->devres_head)) in devres_release_all()
532 cnt = remove_nodes(dev, dev->devres_head.next, &dev->devres_head, &todo); in devres_release_all()
583 list_for_each_entry_reverse(node, &dev->devres_head, entry) { in find_group()
680 struct list_head *end = &dev->devres_head; in devres_release_group()
H A Ddd.c624 if (!list_empty(&dev->devres_head)) { in really_probe()
H A Dcore.c3154 INIT_LIST_HEAD(&dev->devres_head); in device_initialize()
/linux/include/linux/
H A Ddevice.h796 struct list_head devres_head; member