Home
last modified time | relevance | path

Searched refs:u_boot_dev_head (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/core/
H A Ddevice.c239 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()
H A Duclass.c84 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()
/OK3568_Linux_fs/u-boot/include/dm/
H A Duclass.h41 struct list_head *u_boot_dev_head; member