Searched refs:bootdev_setup_for_dev (Results 1 – 7 of 7) sorted by relevance
386 int bootdev_setup_for_dev(struct udevice *parent, const char *drv_name);425 static inline int bootdev_setup_for_dev(struct udevice *parent, in bootdev_setup_for_dev() function
94 ret = bootdev_setup_for_dev(dev, "sf_bootdev"); in spi_flash_post_bind()
320 ret = bootdev_setup_for_dev(dev, "qfw_bootdev"); in qfw_post_bind()
511 ret = bootdev_setup_for_dev(dev, "eth_bootdev"); in eth_post_bind()
230 int bootdev_setup_for_dev(struct udevice *parent, const char *drv_name) in bootdev_setup_for_dev() function
1062 ret = bootdev_setup_for_dev(udev, "ide_bootdev"); in ide_probe()
308 `post_bind()` method by calling `bootdev_setup_for_dev()` or312 ret = bootdev_setup_for_dev(dev, "eth_bootdev");
Completed in 14 milliseconds