Searched refs:devres_head (Results 1 – 4 of 4) sorted by relevance
129 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()
709 struct list_head devres_head; member
677 if (!list_empty(&dev->devres_head)) { in really_probe()
3166 INIT_LIST_HEAD(&dev->devres_head); in device_initialize()