Searched refs:after_u_boot_dev (Results 1 – 3 of 3) sorted by relevance
40 bool after_u_boot_dev = true; in device_bind_common() local228 after_u_boot_dev = false; in device_bind_common()233 after_u_boot_dev = true; in device_bind_common()250 ret = uclass_bind_device(dev, after_u_boot_dev); in device_bind_common()
570 int uclass_bind_device(struct udevice *dev, bool after_u_boot_dev) in uclass_bind_device() argument577 if (after_u_boot_dev) in uclass_bind_device()
143 int uclass_bind_device(struct udevice *dev, bool after_u_boot_dev);