Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nfc/nfcmrvl/
H A 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()
/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_mdio.c266 np = of_get_compatible_child(mdio_node, "nxp,sja1110-base-tx-mdio"); in sja1105_mdiobus_base_tx_register()
320 np = of_get_compatible_child(mdio_node, "nxp,sja1110-base-t1-mdio"); in sja1105_mdiobus_base_t1_register()
/openbmc/linux/drivers/clk/at91/
H A Dsckc.c393 child = of_get_compatible_child(np, "atmel,at91sam9x5-clk-slow-osc"); in at91sam9x5_sckc_register()
400 child = of_get_compatible_child(np, "atmel,at91sam9x5-clk-slow"); in at91sam9x5_sckc_register()
/openbmc/linux/drivers/usb/dwc3/
H A Ddwc3-st.c251 child = of_get_compatible_child(node, "snps,dwc3"); in st_dwc3_probe()
H A Ddwc3-imx8mp.c222 dwc3_np = of_get_compatible_child(node, "snps,dwc3"); in dwc3_imx8mp_probe()
H A Ddwc3-meson-g12a.c567 np = of_get_compatible_child(dev->of_node, compatible); in dwc3_meson_g12_find_child()
H A Ddwc3-qcom.c745 dwc3_np = of_get_compatible_child(np, "snps,dwc3"); in dwc3_qcom_of_register_core()
/openbmc/linux/drivers/firmware/
H A Draspberrypi.c222 firmware = of_get_compatible_child(dev->of_node, in rpi_register_clk_driver()
/openbmc/linux/drivers/net/dsa/realtek/
H A Drealtek-smi.c375 mdio_np = of_get_compatible_child(priv->dev->of_node, "realtek,smi-mdio"); in realtek_smi_setup_mdio()
/openbmc/linux/include/linux/
H A Dof.h300 extern struct device_node *of_get_compatible_child(const struct device_node *parent,
557 static inline struct device_node *of_get_compatible_child(const struct device_node *parent, in of_get_compatible_child() function
/openbmc/linux/drivers/of/
H A Dbase.c684 struct device_node *of_get_compatible_child(const struct device_node *parent, in of_get_compatible_child() function
696 EXPORT_SYMBOL(of_get_compatible_child);
H A Dplatform.c623 node = of_get_compatible_child(of_chosen, "simple-framebuffer"); in of_platform_default_populate_init()
/openbmc/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c423 priv->mdio_dn = of_get_compatible_child(dn, compat); in bcmgenet_mii_of_find_mdio()
/openbmc/linux/drivers/mmc/host/
H A Dmeson-mx-sdio.c517 slot_node = of_get_compatible_child(parent->of_node, "mmc-slot"); in meson_mx_mmc_slot_pdev()
/openbmc/linux/drivers/net/dsa/
H A 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()
/openbmc/linux/drivers/power/supply/
H A Dtwl4030_charger.c1022 phynode = of_get_compatible_child(bci->dev->of_node->parent, in twl4030_bci_probe()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-sun8i.c787 mdio_internal = of_get_compatible_child(mdio_mux, in get_ephy_nodes()
/openbmc/linux/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c2151 nfc_np = of_get_compatible_child(dev->of_node, "atmel,sama5d3-nfc"); in atmel_hsmc_nand_controller_legacy_init()
2596 nfc_node = of_get_compatible_child(pdev->dev.of_node, in atmel_nand_controller_probe()
/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dtopology.c1044 link->platforms->of_node = of_get_compatible_child(component->dev->of_node, in audioreach_link_load()
/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_hdmi.c1443 cec_np = of_get_compatible_child(np->parent, "mediatek,mt8173-cec"); in mtk_hdmi_dt_parse_pdata()
/openbmc/linux/drivers/mtd/
H A Dmtdcore.c895 np = of_get_compatible_child(mtd->dev.of_node, compatible); in mtd_otp_nvmem_register()
/openbmc/linux/drivers/remoteproc/
H A Dqcom_q6v5_mss.c2116 node = of_get_compatible_child(pdev->dev.of_node, "qcom,bam-dmux"); in q6v5_probe()