/openbmc/linux/drivers/net/wan/ |
H A D | ixp4xx_hss.c | 1423 err = of_parse_phandle_with_fixed_args(np, "intel,npe-handle", 1, 0, in ixp4xx_hss_probe() 1435 err = of_parse_phandle_with_fixed_args(np, "intek,queue-chl-txready", 1, 0, in ixp4xx_hss_probe() 1441 err = of_parse_phandle_with_fixed_args(np, "intek,queue-chl-rxtrig", 1, 0, in ixp4xx_hss_probe() 1447 err = of_parse_phandle_with_fixed_args(np, "intek,queue-pkt-rx", 1, 0, in ixp4xx_hss_probe() 1453 err = of_parse_phandle_with_fixed_args(np, "intek,queue-pkt-tx", 1, 0, in ixp4xx_hss_probe() 1459 err = of_parse_phandle_with_fixed_args(np, "intek,queue-pkt-rxfree", 1, 0, in ixp4xx_hss_probe() 1465 err = of_parse_phandle_with_fixed_args(np, "intek,queue-pkt-txdone", 1, 0, in ixp4xx_hss_probe()
|
/openbmc/linux/arch/arm/mach-mvebu/ |
H A D | pm-board.c | 108 ret = of_parse_phandle_with_fixed_args(np, "ctrl-gpios", 2, in mvebu_armada_pm_init()
|
/openbmc/linux/drivers/i3c/master/ |
H A D | ast2600-i3c-master.c | 136 rc = of_parse_phandle_with_fixed_args(np, "aspeed,global-regs", 1, 0, in ast2600_i3c_probe()
|
/openbmc/linux/drivers/net/mdio/ |
H A D | fwnode_mdio.c | 48 err = of_parse_phandle_with_fixed_args(to_of_node(fwnode), in fwnode_find_mii_timestamper()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | dw_mmc-starfive.c | 133 ret = of_parse_phandle_with_fixed_args(host->dev->of_node, in dw_mci_starfive_parse_dt()
|
/openbmc/linux/sound/soc/fsl/ |
H A D | imx-rpmsg.c | 101 ret = of_parse_phandle_with_fixed_args(np, "audio-codec", 0, 0, &args); in imx_rpmsg_probe()
|
/openbmc/linux/sound/soc/rockchip/ |
H A D | rk3288_hdmi_analog.c | 218 ret = of_parse_phandle_with_fixed_args(np, "rockchip,audio-codec", in snd_rk_mc_probe()
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | dwc3-am62.c | 158 ret = of_parse_phandle_with_fixed_args(node, "ti,syscon-phy-pll-refclk", 1, in phy_syscon_pll_refclk()
|
/openbmc/linux/drivers/usb/chipidea/ |
H A D | ci_hdrc_msm.c | 148 ret = of_parse_phandle_with_fixed_args(dev->of_node, "phy-select", 2, 0, in ci_hdrc_msm_mux_phy()
|
/openbmc/linux/drivers/usb/mtu3/ |
H A D | mtu3_host.c | 95 ret = of_parse_phandle_with_fixed_args(dn, in ssusb_wakeup_of_property_parse()
|
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pci-keystone.c | 829 ret = of_parse_phandle_with_fixed_args(np, "ti,syscon-pcie-id", 1, 0, &args); in ks_pcie_init_id() 1057 ret = of_parse_phandle_with_fixed_args(np, "ti,syscon-pcie-mode", 1, 0, &args); in ks_pcie_set_mode() 1089 ret = of_parse_phandle_with_fixed_args(np, "ti,syscon-pcie-mode", 1, 0, &args); in ks_pcie_am654_set_mode()
|
/openbmc/linux/drivers/soc/sunxi/ |
H A D | sunxi_sram.c | 178 ret = of_parse_phandle_with_fixed_args(node, "allwinner,sram", 1, 0, in sunxi_sram_of_parse()
|
/openbmc/linux/drivers/mfd/ |
H A D | syscon.c | 303 rc = of_parse_phandle_with_fixed_args(np, property, arg_count, in syscon_regmap_lookup_by_phandle_args()
|
/openbmc/linux/drivers/remoteproc/ |
H A D | qcom_q6v5_mss.c | 1723 ret = of_parse_phandle_with_fixed_args(pdev->dev.of_node, in q6v5_init_mem() 1743 ret = of_parse_phandle_with_fixed_args(pdev->dev.of_node, in q6v5_init_mem() 1757 ret = of_parse_phandle_with_fixed_args(pdev->dev.of_node, in q6v5_init_mem() 1773 ret = of_parse_phandle_with_fixed_args(pdev->dev.of_node, in q6v5_init_mem() 1786 ret = of_parse_phandle_with_fixed_args(pdev->dev.of_node, in q6v5_init_mem()
|
/openbmc/linux/drivers/bus/ |
H A D | qcom-ssc-block-bus.c | 334 ret = of_parse_phandle_with_fixed_args(pdev->dev.of_node, "qcom,halt-regs", 1, 0, in qcom_ssc_block_bus_probe()
|
/openbmc/linux/drivers/net/ethernet/xscale/ |
H A D | ixp4xx_eth.c | 1398 ret = of_parse_phandle_with_fixed_args(np, "intel,npe-handle", 1, 0, in ixp4xx_of_get_platdata() 1416 ret = of_parse_phandle_with_fixed_args(np, "queue-rx", 1, 0, in ixp4xx_of_get_platdata() 1425 ret = of_parse_phandle_with_fixed_args(np, "queue-txready", 1, 0, in ixp4xx_of_get_platdata()
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-at91sam9.c | 364 ret = of_parse_phandle_with_fixed_args(pdev->dev.of_node, in at91_rtc_probe()
|
/openbmc/linux/drivers/soc/mediatek/ |
H A D | mtk-cmdq-helper.c | 55 err = of_parse_phandle_with_fixed_args(dev->of_node, in cmdq_dev_get_client_reg()
|
/openbmc/linux/drivers/crypto/intel/ixp4xx/ |
H A D | ixp4xx_crypto.c | 467 ret = of_parse_phandle_with_fixed_args(np, "intel,npe-handle", in init_ixp_crypto() 476 ret = of_parse_phandle_with_fixed_args(np, "queue-rx", 1, 0, in init_ixp_crypto() 485 ret = of_parse_phandle_with_fixed_args(np, "queue-txready", 1, 0, in init_ixp_crypto()
|
/openbmc/linux/drivers/pinctrl/renesas/ |
H A D | pinctrl-rza2.c | 249 ret = of_parse_phandle_with_fixed_args(np, "gpio-ranges", 3, 0, in rza2_gpio_register()
|
/openbmc/linux/drivers/tty/serial/8250/ |
H A D | 8250_aspeed_vuart.c | 516 rc = of_parse_phandle_with_fixed_args( in aspeed_vuart_probe()
|
/openbmc/linux/sound/soc/samsung/ |
H A D | tm2_wm5110.c | 596 ret = of_parse_phandle_with_fixed_args(dev->of_node, in tm2_probe()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/ |
H A D | hns_mdio.c | 537 ret = of_parse_phandle_with_fixed_args(pdev->dev.of_node, in hns_mdio_probe()
|
/openbmc/linux/drivers/pci/controller/cadence/ |
H A D | pci-j721e.c | 244 ret = of_parse_phandle_with_fixed_args(node, "ti,syscon-pcie-ctrl", 1, in j721e_pcie_ctrl_init()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-rcar.c | 470 ret = of_parse_phandle_with_fixed_args(np, "gpio-ranges", 3, 0, &args); in gpio_rcar_parse_dt()
|