Searched refs:dev_read_resource (Results 1 – 7 of 7) sorted by relevance
| /u-boot/include/dm/ |
| A D | read.h | 609 int dev_read_resource(const struct udevice *dev, uint index, 998 static inline int dev_read_resource(const struct udevice *dev, uint index, in dev_read_resource() function
|
| /u-boot/drivers/pci/ |
| A D | pci_tegra.c | 492 err = dev_read_resource(dev, 0, &pcie->pads); in tegra_pcie_parse_dt() 498 err = dev_read_resource(dev, 1, &pcie->afi); in tegra_pcie_parse_dt() 504 err = dev_read_resource(dev, 2, &pcie->cs); in tegra_pcie_parse_dt()
|
| A D | pci_octeontx.c | 327 err = dev_read_resource(dev, 0, &pcie->cfg); in pci_octeontx_probe()
|
| /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/drivers/core/ |
| A D | read.c | 322 int dev_read_resource(const struct udevice *dev, uint index, in dev_read_resource() function
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | vf610_nfc.c | 774 ret = dev_read_resource(dev, 0, &res); in vf610_nfc_dt_probe()
|
| /u-boot/drivers/mtd/nand/raw/brcmnand/ |
| A D | brcmnand.c | 2516 dev_read_resource(pdev, 0, &res); in brcmnand_probe()
|
Completed in 36 milliseconds