Searched refs:dev_read_resource (Results 1 – 11 of 11) sorted by relevance
| /u-boot/drivers/usb/isp1760/ |
| A D | isp1760-if.c | 84 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 D | omap_elm.c | 209 dev_read_resource(dev, 0, &res); in elm_probe()
|
| A D | vf610_nfc.c | 774 ret = dev_read_resource(dev, 0, &res); in vf610_nfc_dt_probe()
|
| /u-boot/drivers/pci/ |
| A D | pci_tegra.c | 487 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 D | pci_octeontx.c | 306 err = dev_read_resource(dev, 0, &pcie->cfg); in pci_octeontx_probe()
|
| /u-boot/include/dm/ |
| A D | read.h | 684 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 D | pbias_regulator.c | 92 err = dev_read_resource(dev, 0, &res); in pbias_of_to_plat()
|
| /u-boot/test/dm/ |
| A D | test-fdt.c | 1207 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 D | read.c | 362 int dev_read_resource(const struct udevice *dev, uint index, in dev_read_resource() function
|
| /u-boot/drivers/memory/ |
| A D | ti-gpmc.c | 1179 dev_read_resource(dev, 0, &res); in gpmc_probe()
|
| /u-boot/drivers/mtd/nand/raw/brcmnand/ |
| A D | brcmnand.c | 2696 dev_read_resource(pdev, 0, &res); in brcmnand_probe()
|
Completed in 37 milliseconds