| /Linux-v5.15/arch/arm/mach-mvebu/ | 
| D | pm-board.c | 121 		ret = of_parse_phandle_with_fixed_args(np, "ctrl-gpios", 2,  in mvebu_armada_pm_init()
 | 
| /Linux-v5.15/drivers/net/mdio/ | 
| D | fwnode_mdio.c | 26 	err = of_parse_phandle_with_fixed_args(to_of_node(fwnode),  in fwnode_find_mii_timestamper()
 | 
| /Linux-v5.15/sound/soc/fsl/ | 
| D | imx-rpmsg.c | 70 	ret = of_parse_phandle_with_fixed_args(np, "audio-codec", 0, 0, &args);  in imx_rpmsg_probe()
 | 
| /Linux-v5.15/sound/soc/rockchip/ | 
| D | rk3288_hdmi_analog.c | 218 	ret = of_parse_phandle_with_fixed_args(np, "rockchip,audio-codec",  in snd_rk_mc_probe()
 | 
| /Linux-v5.15/drivers/mfd/ | 
| D | syscon.c | 240 	rc = of_parse_phandle_with_fixed_args(np, property, arg_count,  in syscon_regmap_lookup_by_phandle_args()
 | 
| /Linux-v5.15/drivers/usb/mtu3/ | 
| D | mtu3_host.c | 94 	ret = of_parse_phandle_with_fixed_args(dn,  in ssusb_wakeup_of_property_parse()
 | 
| /Linux-v5.15/drivers/usb/chipidea/ | 
| 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()
 | 
| /Linux-v5.15/drivers/soc/sunxi/ | 
| D | sunxi_sram.c | 175 	ret = of_parse_phandle_with_fixed_args(node, "allwinner,sram", 1, 0,  in sunxi_sram_of_parse()
 | 
| /Linux-v5.15/drivers/gpu/drm/zte/ | 
| D | zx_tvenc.c | 307 	ret = of_parse_phandle_with_fixed_args(dev->of_node,  in zx_tvenc_pwrctrl_init()
 | 
| D | zx_vga.c | 198 	ret = of_parse_phandle_with_fixed_args(dev->of_node,  in zx_vga_pwrctrl_init()
 | 
| /Linux-v5.15/drivers/rtc/ | 
| D | rtc-at91sam9.c | 364 	ret = of_parse_phandle_with_fixed_args(pdev->dev.of_node,  in at91_rtc_probe()
 | 
| /Linux-v5.15/drivers/pinctrl/renesas/ | 
| D | pinctrl-rza2.c | 247 	ret = of_parse_phandle_with_fixed_args(np, "gpio-ranges", 3, 0,  in rza2_gpio_register()
 | 
| /Linux-v5.15/drivers/pci/controller/cadence/ | 
| D | pci-j721e.c | 237 	ret = of_parse_phandle_with_fixed_args(node, "ti,syscon-pcie-ctrl", 1,  in j721e_pcie_ctrl_init()
 | 
| /Linux-v5.15/drivers/soc/mediatek/ | 
| D | mtk-cmdq-helper.c | 53 	err = of_parse_phandle_with_fixed_args(dev->of_node,  in cmdq_dev_get_client_reg()
 | 
| /Linux-v5.15/drivers/net/ethernet/hisilicon/ | 
| D | hns_mdio.c | 459 		ret = of_parse_phandle_with_fixed_args(pdev->dev.of_node,  in hns_mdio_probe()
 | 
| /Linux-v5.15/include/linux/ | 
| D | of.h | 375 extern int of_parse_phandle_with_fixed_args(const struct device_node *np,892 static inline int of_parse_phandle_with_fixed_args(const struct device_node *np,  in of_parse_phandle_with_fixed_args()  function
 
 | 
| /Linux-v5.15/drivers/crypto/ | 
| D | ixp4xx_crypto.c | 466 		ret = of_parse_phandle_with_fixed_args(np, "intel,npe-handle",  in init_ixp_crypto()474 		ret = of_parse_phandle_with_fixed_args(np, "queue-rx", 1, 0,  in init_ixp_crypto()
 482 		ret = of_parse_phandle_with_fixed_args(np, "queue-txready", 1, 0,  in init_ixp_crypto()
 
 | 
| /Linux-v5.15/drivers/net/ethernet/xscale/ | 
| D | ixp4xx_eth.c | 1387 	ret = of_parse_phandle_with_fixed_args(np, "intel,npe-handle", 1, 0,  in ixp4xx_of_get_platdata()1405 	ret = of_parse_phandle_with_fixed_args(np, "queue-rx", 1, 0,  in ixp4xx_of_get_platdata()
 1414 	ret = of_parse_phandle_with_fixed_args(np, "queue-txready", 1, 0,  in ixp4xx_of_get_platdata()
 
 | 
| /Linux-v5.15/sound/soc/samsung/ | 
| D | tm2_wm5110.c | 592 		ret = of_parse_phandle_with_fixed_args(dev->of_node,  in tm2_probe()
 | 
| /Linux-v5.15/drivers/tty/serial/8250/ | 
| D | 8250_aspeed_vuart.c | 511 	rc = of_parse_phandle_with_fixed_args(  in aspeed_vuart_probe()
 | 
| /Linux-v5.15/drivers/thermal/qcom/ | 
| D | qcom-spmi-adc-tm5.c | 441 	ret = of_parse_phandle_with_fixed_args(node, "io-channels", 1, 0, &args);  in adc_tm5_get_dt_channel_data()
 | 
| /Linux-v5.15/drivers/gpio/ | 
| D | gpio-rcar.c | 454 	ret = of_parse_phandle_with_fixed_args(np, "gpio-ranges", 3, 0, &args);  in gpio_rcar_parse_dt()
 | 
| D | gpiolib-of.c | 939 		ret = of_parse_phandle_with_fixed_args(np, "gpio-ranges", 3,  in of_gpiochip_add_pin_range()
 | 
| /Linux-v5.15/drivers/of/ | 
| D | base.c | 1711 int of_parse_phandle_with_fixed_args(const struct device_node *np,  in of_parse_phandle_with_fixed_args()  function1720 EXPORT_SYMBOL(of_parse_phandle_with_fixed_args);
 
 | 
| /Linux-v5.15/drivers/usb/host/ | 
| D | xhci-mtk.c | 332 	ret = of_parse_phandle_with_fixed_args(dn,  in usb_wakeup_of_property_parse()
 |