Searched refs:after_u_boot_dev (Results 1 – 3 of 3) sorted by relevance
143 int uclass_bind_device(struct udevice *dev, bool after_u_boot_dev);
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()
605 int uclass_bind_device(struct udevice *dev, bool after_u_boot_dev) in uclass_bind_device() argument612 if (after_u_boot_dev) in uclass_bind_device()