Home
last modified time | relevance | path

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

/linux/arch/sh/drivers/
H A Dplatform_early.c129 if (!dev->devres_head.next) { in sh_early_platform_add_devices()
131 INIT_LIST_HEAD(&dev->devres_head); in sh_early_platform_add_devices()
132 list_add_tail(&dev->devres_head, in sh_early_platform_add_devices()
175 list_for_each_entry(pd, &sh_early_platform_device_list, dev.devres_head) in sh_early_platform_match()
193 list_for_each_entry(pd, &sh_early_platform_device_list, dev.devres_head) in sh_early_platform_left()
332 dev.devres_head) { in early_platform_cleanup()
333 list_del(&pd->dev.devres_head); in early_platform_cleanup()
334 memset(&pd->dev.devres_head, 0, sizeof(pd->dev.devres_head)); in early_platform_cleanup()
/linux/include/linux/
H A Ddevice.h709 struct list_head devres_head; member
/linux/drivers/base/
H A Ddd.c677 if (!list_empty(&dev->devres_head)) { in really_probe()
H A Dcore.c3166 INIT_LIST_HEAD(&dev->devres_head); in device_initialize()