Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/dm/
H A Dread.h477 int dev_read_resource(struct udevice *dev, uint index, struct resource *res);
687 static inline int dev_read_resource(struct udevice *dev, uint index, in dev_read_resource() function
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dstm32_fmc2_nand.c945 ret = dev_read_resource(dev, 0, &resource); in stm32_fmc2_probe()
957 ret = dev_read_resource(dev, mem_region, &resource); in stm32_fmc2_probe()
965 ret = dev_read_resource(dev, mem_region + 1, &resource); in stm32_fmc2_probe()
973 ret = dev_read_resource(dev, mem_region + 2, &resource); in stm32_fmc2_probe()
H A Dvf610_nfc.c782 ret = dev_read_resource(dev, 0, &res); in vf610_nfc_dt_probe()
/rk3399_rockchip-uboot/drivers/core/
H A Dread.c235 int dev_read_resource(struct udevice *dev, uint index, struct resource *res) in dev_read_resource() function
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci_tegra.c494 err = dev_read_resource(dev, 0, &pcie->pads); in tegra_pcie_parse_dt()
500 err = dev_read_resource(dev, 1, &pcie->afi); in tegra_pcie_parse_dt()
506 err = dev_read_resource(dev, 2, &pcie->cs); in tegra_pcie_parse_dt()
/rk3399_rockchip-uboot/drivers/video/drm/
H A Dinno_video_combo_phy.c932 ret = dev_read_resource(dev, 0, &inno->phy); in inno_video_phy_probe()
938 ret = dev_read_resource(dev, 1, &inno->host); in inno_video_phy_probe()
/rk3399_rockchip-uboot/drivers/phy/
H A Dphy-rockchip-inno-usb2.c687 ret = dev_read_resource(dev, 0, &res); in rockchip_usb2phy_probe()
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c2519 dev_read_resource(pdev, 0, &res); in brcmnand_probe()