Home
last modified time | relevance | path

Searched refs:of_parse_phandle_with_fixed_args (Results 1 – 25 of 43) sorted by relevance

12

/Linux-v5.15/arch/arm/mach-mvebu/
Dpm-board.c121 ret = of_parse_phandle_with_fixed_args(np, "ctrl-gpios", 2, in mvebu_armada_pm_init()
/Linux-v5.15/drivers/net/mdio/
Dfwnode_mdio.c26 err = of_parse_phandle_with_fixed_args(to_of_node(fwnode), in fwnode_find_mii_timestamper()
/Linux-v5.15/sound/soc/fsl/
Dimx-rpmsg.c70 ret = of_parse_phandle_with_fixed_args(np, "audio-codec", 0, 0, &args); in imx_rpmsg_probe()
/Linux-v5.15/sound/soc/rockchip/
Drk3288_hdmi_analog.c218 ret = of_parse_phandle_with_fixed_args(np, "rockchip,audio-codec", in snd_rk_mc_probe()
/Linux-v5.15/drivers/mfd/
Dsyscon.c240 rc = of_parse_phandle_with_fixed_args(np, property, arg_count, in syscon_regmap_lookup_by_phandle_args()
/Linux-v5.15/drivers/usb/mtu3/
Dmtu3_host.c94 ret = of_parse_phandle_with_fixed_args(dn, in ssusb_wakeup_of_property_parse()
/Linux-v5.15/drivers/usb/chipidea/
Dci_hdrc_msm.c148 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/
Dsunxi_sram.c175 ret = of_parse_phandle_with_fixed_args(node, "allwinner,sram", 1, 0, in sunxi_sram_of_parse()
/Linux-v5.15/drivers/gpu/drm/zte/
Dzx_tvenc.c307 ret = of_parse_phandle_with_fixed_args(dev->of_node, in zx_tvenc_pwrctrl_init()
Dzx_vga.c198 ret = of_parse_phandle_with_fixed_args(dev->of_node, in zx_vga_pwrctrl_init()
/Linux-v5.15/drivers/rtc/
Drtc-at91sam9.c364 ret = of_parse_phandle_with_fixed_args(pdev->dev.of_node, in at91_rtc_probe()
/Linux-v5.15/drivers/pinctrl/renesas/
Dpinctrl-rza2.c247 ret = of_parse_phandle_with_fixed_args(np, "gpio-ranges", 3, 0, in rza2_gpio_register()
/Linux-v5.15/drivers/pci/controller/cadence/
Dpci-j721e.c237 ret = of_parse_phandle_with_fixed_args(node, "ti,syscon-pcie-ctrl", 1, in j721e_pcie_ctrl_init()
/Linux-v5.15/drivers/soc/mediatek/
Dmtk-cmdq-helper.c53 err = of_parse_phandle_with_fixed_args(dev->of_node, in cmdq_dev_get_client_reg()
/Linux-v5.15/drivers/net/ethernet/hisilicon/
Dhns_mdio.c459 ret = of_parse_phandle_with_fixed_args(pdev->dev.of_node, in hns_mdio_probe()
/Linux-v5.15/include/linux/
Dof.h375 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/
Dixp4xx_crypto.c466 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/
Dixp4xx_eth.c1387 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/
Dtm2_wm5110.c592 ret = of_parse_phandle_with_fixed_args(dev->of_node, in tm2_probe()
/Linux-v5.15/drivers/tty/serial/8250/
D8250_aspeed_vuart.c511 rc = of_parse_phandle_with_fixed_args( in aspeed_vuart_probe()
/Linux-v5.15/drivers/thermal/qcom/
Dqcom-spmi-adc-tm5.c441 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/
Dgpio-rcar.c454 ret = of_parse_phandle_with_fixed_args(np, "gpio-ranges", 3, 0, &args); in gpio_rcar_parse_dt()
Dgpiolib-of.c939 ret = of_parse_phandle_with_fixed_args(np, "gpio-ranges", 3, in of_gpiochip_add_pin_range()
/Linux-v5.15/drivers/of/
Dbase.c1711 int of_parse_phandle_with_fixed_args(const struct device_node *np, in of_parse_phandle_with_fixed_args() function
1720 EXPORT_SYMBOL(of_parse_phandle_with_fixed_args);
/Linux-v5.15/drivers/usb/host/
Dxhci-mtk.c332 ret = of_parse_phandle_with_fixed_args(dn, in usb_wakeup_of_property_parse()

12