Home
last modified time | relevance | path

Searched refs:bootdev_setup_for_dev (Results 1 – 7 of 7) sorted by relevance

/u-boot/include/
A Dbootdev.h386 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
/u-boot/drivers/mtd/spi/
A Dsf-uclass.c94 ret = bootdev_setup_for_dev(dev, "sf_bootdev"); in spi_flash_post_bind()
/u-boot/drivers/misc/
A Dqfw.c320 ret = bootdev_setup_for_dev(dev, "qfw_bootdev"); in qfw_post_bind()
/u-boot/net/
A Deth-uclass.c511 ret = bootdev_setup_for_dev(dev, "eth_bootdev"); in eth_post_bind()
/u-boot/boot/
A Dbootdev-uclass.c230 int bootdev_setup_for_dev(struct udevice *parent, const char *drv_name) in bootdev_setup_for_dev() function
/u-boot/drivers/block/
A Dide.c1062 ret = bootdev_setup_for_dev(udev, "ide_bootdev"); in ide_probe()
/u-boot/doc/develop/
A Dbootstd.rst308 `post_bind()` method by calling `bootdev_setup_for_dev()` or
312 ret = bootdev_setup_for_dev(dev, "eth_bootdev");

Completed in 15 milliseconds