Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/sh/drivers/
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-6.3-rc2/drivers/base/
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()
A Ddd.c598 if (!list_empty(&dev->devres_head)) { in really_probe()
A Dcore.c3051 INIT_LIST_HEAD(&dev->devres_head); in device_initialize()
/linux-6.3-rc2/include/linux/
A Ddevice.h627 struct list_head devres_head; member
/linux-6.3-rc2/drivers/media/platform/mediatek/jpeg/
A Dmtk_jpeg_core.c1695 if (list_empty(&pdev->dev.devres_head)) { in mtk_jpeg_probe()

Completed in 21 milliseconds