Home
last modified time | relevance | path

Searched refs:dev_read_resource (Results 1 – 11 of 11) sorted by relevance

/u-boot/drivers/usb/isp1760/
A Disp1760-if.c84 dev_read_resource(dev, 0, &mem_res); in isp1760_plat_probe()
85 dev_read_resource(dev, 1, &irq_res); in isp1760_plat_probe()
/u-boot/drivers/mtd/nand/raw/
A Domap_elm.c209 dev_read_resource(dev, 0, &res); in elm_probe()
A Dvf610_nfc.c774 ret = dev_read_resource(dev, 0, &res); in vf610_nfc_dt_probe()
/u-boot/drivers/pci/
A Dpci_tegra.c487 err = dev_read_resource(dev, 0, &pcie->pads); in tegra_pcie_parse_dt()
493 err = dev_read_resource(dev, 1, &pcie->afi); in tegra_pcie_parse_dt()
499 err = dev_read_resource(dev, 2, &pcie->cs); in tegra_pcie_parse_dt()
A Dpci_octeontx.c306 err = dev_read_resource(dev, 0, &pcie->cfg); in pci_octeontx_probe()
/u-boot/include/dm/
A Dread.h684 int dev_read_resource(const struct udevice *dev, uint index,
1150 static inline int dev_read_resource(const struct udevice *dev, uint index, in dev_read_resource() function
/u-boot/drivers/power/regulator/
A Dpbias_regulator.c92 err = dev_read_resource(dev, 0, &res); in pbias_of_to_plat()
/u-boot/test/dm/
A Dtest-fdt.c1207 ut_assertok(dev_read_resource(dev, 0, &res)); in dm_test_read_resource()
1210 ut_assertok(dev_read_resource(dev, 1, &res)); in dm_test_read_resource()
1216 ut_assertok(dev_read_resource(dev, 0, &res)); in dm_test_read_resource()
/u-boot/drivers/core/
A Dread.c362 int dev_read_resource(const struct udevice *dev, uint index, in dev_read_resource() function
/u-boot/drivers/memory/
A Dti-gpmc.c1179 dev_read_resource(dev, 0, &res); in gpmc_probe()
/u-boot/drivers/mtd/nand/raw/brcmnand/
A Dbrcmnand.c2696 dev_read_resource(pdev, 0, &res); in brcmnand_probe()

Completed in 37 milliseconds