Searched refs:DM_DRIVER_REF (Results 1 - 18 of 18) sorted by relevance

/u-boot/drivers/usb/host/
H A Dusb_bootdev.c51 .drv = DM_DRIVER_REF(usb_bootdev),
/u-boot/drivers/mmc/
H A Dmmc_bootdev.c42 .drv = DM_DRIVER_REF(mmc_bootdev),
/u-boot/drivers/nvme/
H A Dnvme-uclass.c68 .drv = DM_DRIVER_REF(nvme_bootdev),
/u-boot/drivers/scsi/
H A Dscsi_bootdev.c61 .drv = DM_DRIVER_REF(scsi_bootdev),
/u-boot/drivers/ata/
H A Dsata_bootdev.c61 .drv = DM_DRIVER_REF(sata_bootdev),
/u-boot/drivers/mtd/spi/
H A Dsf_bootdev.c81 .drv = DM_DRIVER_REF(sf_bootdev),
/u-boot/net/
H A Deth_bootdev.c118 .drv = DM_DRIVER_REF(eth_bootdev),
/u-boot/drivers/misc/
H A Dqfw.c177 .drv = DM_DRIVER_REF(qfw_bootdev),
H A Dfs_loader.c319 ret = device_bind(dm_root(), DM_DRIVER_REF(fs_loader), "default-loader",
/u-boot/drivers/pinctrl/meson/
H A Dpinctrl-meson-gxbb.c442 .gpio_driver = DM_DRIVER_REF(meson_gx_gpio_driver),
455 .gpio_driver = DM_DRIVER_REF(meson_gx_gpio_driver),
H A Dpinctrl-meson-gxl.c704 .gpio_driver = DM_DRIVER_REF(meson_gx_gpio_driver),
717 .gpio_driver = DM_DRIVER_REF(meson_gx_gpio_driver),
/u-boot/drivers/clk/sunxi/
H A Dclk_sunxi.c76 return device_bind(dev, DM_DRIVER_REF(sunxi_reset), "reset",
/u-boot/include/dm/
H A Ddevice.h419 * DM_DRIVER_REF() - Get a reference to a driver
431 * DM_DRIVER_REF(sandbox_fixed_clock),
438 #define DM_DRIVER_REF(_name) \ macro
/u-boot/drivers/virtio/
H A Dvirtio-uclass.c421 .drv = DM_DRIVER_REF(virtio_bootdev),
/u-boot/drivers/pinctrl/sunxi/
H A Dpinctrl-sunxi.c215 ret = device_bind(gpio_dev, DM_DRIVER_REF(gpio_sunxi),
/u-boot/test/boot/
H A Dbootflow.c545 ut_assertok(device_bind(bootstd, DM_DRIVER_REF(bootmeth_2script),
551 ut_assertok(device_bind(bootstd, DM_DRIVER_REF(bootmeth_cros),
/u-boot/drivers/mtd/nand/raw/
H A Dsand_nand.c677 err = uclass_get_device_by_driver(UCLASS_MTD, DM_DRIVER_REF(sand_nand),
/u-boot/drivers/block/
H A Dide.c994 .drv = DM_DRIVER_REF(ide_bootdev),

Completed in 177 milliseconds