Searched refs:u_boot_dev_head (Results 1 – 3 of 3) sorted by relevance
239 if (!dev->uclass->u_boot_dev_head) in device_bind_common()240 dev->uclass->u_boot_dev_head = &uc->dev_head; in device_bind_common()242 if (!dev->uclass->u_boot_dev_head) in device_bind_common()243 dev->uclass->u_boot_dev_head = &dev->uclass_node; in device_bind_common()
84 uc->u_boot_dev_head = NULL; in uclass_add()580 list_add_tail(&dev->uclass_node, uc->u_boot_dev_head); in uclass_bind_device()
41 struct list_head *u_boot_dev_head; member