Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/nfc/nfcmrvl/
Duart.c65 matched_node = of_get_compatible_child(node, "marvell,nfc-uart"); in nfcmrvl_uart_parse_dt()
67 matched_node = of_get_compatible_child(node, "mrvl,nfc-uart"); in nfcmrvl_uart_parse_dt()
/linux-6.1.9/drivers/clocksource/
Dtimer-riscv.c143 child = of_get_compatible_child(n, "riscv,cpu-intc"); in riscv_timer_init_dt()
/linux-6.1.9/drivers/net/dsa/sja1105/
Dsja1105_mdio.c293 np = of_get_compatible_child(mdio_node, "nxp,sja1110-base-tx-mdio"); in sja1105_mdiobus_base_tx_register()
347 np = of_get_compatible_child(mdio_node, "nxp,sja1110-base-t1-mdio"); in sja1105_mdiobus_base_t1_register()
/linux-6.1.9/drivers/clk/at91/
Dsckc.c389 child = of_get_compatible_child(np, "atmel,at91sam9x5-clk-slow-osc"); in at91sam9x5_sckc_register()
396 child = of_get_compatible_child(np, "atmel,at91sam9x5-clk-slow"); in at91sam9x5_sckc_register()
/linux-6.1.9/drivers/usb/dwc3/
Ddwc3-st.c254 child = of_get_compatible_child(node, "snps,dwc3"); in st_dwc3_probe()
Ddwc3-imx8mp.c221 dwc3_np = of_get_compatible_child(node, "snps,dwc3"); in dwc3_imx8mp_probe()
Ddwc3-meson-g12a.c573 np = of_get_compatible_child(dev->of_node, compatible); in dwc3_meson_g12_find_child()
Ddwc3-qcom.c737 dwc3_np = of_get_compatible_child(np, "snps,dwc3"); in dwc3_qcom_of_register_core()
/linux-6.1.9/drivers/firmware/
Draspberrypi.c220 firmware = of_get_compatible_child(dev->of_node, in rpi_register_clk_driver()
/linux-6.1.9/drivers/net/dsa/realtek/
Drealtek-smi.c376 mdio_np = of_get_compatible_child(priv->dev->of_node, "realtek,smi-mdio"); in realtek_smi_setup_mdio()
/linux-6.1.9/include/linux/
Dof.h293 extern struct device_node *of_get_compatible_child(const struct device_node *parent,
546 static inline struct device_node *of_get_compatible_child(const struct device_node *parent, in of_get_compatible_child() function
/linux-6.1.9/drivers/of/
Dplatform.c586 node = of_get_compatible_child(of_chosen, "simple-framebuffer"); in of_platform_default_populate_init()
Dbase.c870 struct device_node *of_get_compatible_child(const struct device_node *parent, in of_get_compatible_child() function
882 EXPORT_SYMBOL(of_get_compatible_child);
/linux-6.1.9/drivers/net/ethernet/broadcom/genet/
Dbcmmii.c412 priv->mdio_dn = of_get_compatible_child(dn, compat); in bcmgenet_mii_of_find_mdio()
/linux-6.1.9/drivers/mmc/host/
Dmeson-mx-sdio.c517 slot_node = of_get_compatible_child(parent->of_node, "mmc-slot"); in meson_mx_mmc_slot_pdev()
/linux-6.1.9/drivers/perf/
Driscv_pmu_sbi.c698 child = of_get_compatible_child(cpu, "riscv,cpu-intc"); in pmu_sbi_setup_irqs()
/linux-6.1.9/drivers/power/supply/
Dtwl4030_charger.c1023 phynode = of_get_compatible_child(bci->dev->of_node->parent, in twl4030_bci_probe()
/linux-6.1.9/drivers/net/dsa/
Dlantiq_gswip.c2156 gphy_fw_np = of_get_compatible_child(dev->of_node, "lantiq,gphy-fw"); in gswip_probe()
2167 mdio_np = of_get_compatible_child(dev->of_node, "lantiq,xrx200-mdio"); in gswip_probe()
/linux-6.1.9/sound/soc/qcom/qdsp6/
Dtopology.c912 link->platforms->of_node = of_get_compatible_child(component->dev->of_node, in audioreach_link_load()
/linux-6.1.9/drivers/gpu/drm/msm/adreno/
Dadreno_gpu.c930 node = of_get_compatible_child(dev->of_node, "qcom,gpu-pwrlevels"); in adreno_get_legacy_pwrlevels()
/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-sun8i.c769 mdio_internal = of_get_compatible_child(mdio_mux, in get_ephy_nodes()
/linux-6.1.9/drivers/mtd/nand/raw/atmel/
Dnand-controller.c2152 nfc_np = of_get_compatible_child(dev->of_node, "atmel,sama5d3-nfc"); in atmel_hsmc_nand_controller_legacy_init()
2597 nfc_node = of_get_compatible_child(pdev->dev.of_node, in atmel_nand_controller_probe()
/linux-6.1.9/drivers/gpu/drm/mediatek/
Dmtk_hdmi.c1443 cec_np = of_get_compatible_child(np->parent, "mediatek,mt8173-cec"); in mtk_hdmi_dt_parse_pdata()
/linux-6.1.9/drivers/mtd/
Dmtdcore.c883 np = of_get_compatible_child(mtd->dev.of_node, compatible); in mtd_otp_nvmem_register()
/linux-6.1.9/drivers/remoteproc/
Dqcom_q6v5_mss.c2035 node = of_get_compatible_child(pdev->dev.of_node, "qcom,bam-dmux"); in q6v5_probe()