/linux-6.14.4/drivers/nfc/nfcmrvl/ |
D | uart.c | 70 matched_node = of_get_compatible_child(node, "marvell,nfc-uart"); in nfcmrvl_uart_parse_dt() 72 matched_node = of_get_compatible_child(node, "mrvl,nfc-uart"); in nfcmrvl_uart_parse_dt()
|
/linux-6.14.4/drivers/usb/dwc3/ |
D | dwc3-rtk.c | 180 struct device_node *dwc3_np __free(device_node) = of_get_compatible_child(np, in __get_dwc3_maximum_speed() 290 struct device_node *dwc3_node __free(device_node) = of_get_compatible_child(node, in dwc3_rtk_probe_dwc3_core()
|
D | dwc3-st.c | 231 struct device_node *child __free(device_node) = of_get_compatible_child(node, in st_dwc3_probe()
|
D | dwc3-imx8mp.c | 210 struct device_node *dwc3_np __free(device_node) = of_get_compatible_child(node, in dwc3_imx8mp_probe()
|
D | dwc3-xilinx.c | 258 dwc3_np = of_get_compatible_child(np, "snps,dwc3"); in dwc3_set_swnode()
|
D | dwc3-qcom.c | 710 struct device_node *dwc3_np __free(device_node) = of_get_compatible_child(np, in dwc3_qcom_of_register_core()
|
D | dwc3-meson-g12a.c | 567 np = of_get_compatible_child(dev->of_node, compatible); in dwc3_meson_g12_find_child()
|
/linux-6.14.4/drivers/net/dsa/sja1105/ |
D | sja1105_mdio.c | 266 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()
|
/linux-6.14.4/drivers/clk/at91/ |
D | sckc.c | 395 child = of_get_compatible_child(np, "atmel,at91sam9x5-clk-slow-osc"); in at91sam9x5_sckc_register() 402 child = of_get_compatible_child(np, "atmel,at91sam9x5-clk-slow"); in at91sam9x5_sckc_register()
|
/linux-6.14.4/drivers/i2c/ |
D | i2c-core-of-prober.c | 336 node = of_get_compatible_child(bus_node, compat); in i2c_of_probe_simple_enable()
|
/linux-6.14.4/drivers/firmware/ |
D | raspberrypi.c | 223 firmware = of_get_compatible_child(dev->of_node, in rpi_register_clk_driver()
|
/linux-6.14.4/drivers/of/ |
D | platform.c | 576 node = of_get_compatible_child(of_chosen, "simple-framebuffer"); in of_platform_default_populate_init()
|
D | base.c | 790 struct device_node *of_get_compatible_child(const struct device_node *parent, in of_get_compatible_child() function 802 EXPORT_SYMBOL(of_get_compatible_child);
|
/linux-6.14.4/include/linux/ |
D | of.h | 300 extern struct device_node *of_get_compatible_child(const struct device_node *parent, 568 static inline struct device_node *of_get_compatible_child(const struct device_node *parent, in of_get_compatible_child() function
|
/linux-6.14.4/drivers/net/ethernet/broadcom/genet/ |
D | bcmmii.c | 424 priv->mdio_dn = of_get_compatible_child(dn, compat); in bcmgenet_mii_of_find_mdio()
|
/linux-6.14.4/drivers/mmc/host/ |
D | meson-mx-sdio.c | 517 slot_node = of_get_compatible_child(parent->of_node, "mmc-slot"); in meson_mx_mmc_slot_pdev()
|
/linux-6.14.4/drivers/counter/ |
D | stm32-timer-cnt.c | 696 tnode = of_get_compatible_child(pnode, stm32_timer_trigger_compat[i]); in stm32_timer_cnt_probe_encoder()
|
/linux-6.14.4/drivers/net/dsa/ |
D | lantiq_gswip.c | 517 mdio_np = of_get_compatible_child(switch_np, "lantiq,xrx200-mdio"); in gswip_mdio() 2157 gphy_fw_np = of_get_compatible_child(dev->of_node, "lantiq,gphy-fw"); in gswip_probe()
|
/linux-6.14.4/drivers/power/supply/ |
D | twl4030_charger.c | 1022 phynode = of_get_compatible_child(bci->dev->of_node->parent, in twl4030_bci_probe()
|
/linux-6.14.4/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-sun8i.c | 787 mdio_internal = of_get_compatible_child(mdio_mux, in get_ephy_nodes()
|
/linux-6.14.4/drivers/mtd/nand/raw/atmel/ |
D | nand-controller.c | 2154 nfc_np = of_get_compatible_child(dev->of_node, "atmel,sama5d3-nfc"); in atmel_hsmc_nand_controller_legacy_init() 2599 nfc_node = of_get_compatible_child(pdev->dev.of_node, in atmel_nand_controller_probe()
|
/linux-6.14.4/sound/soc/qcom/qdsp6/ |
D | topology.c | 1072 link->platforms->of_node = of_get_compatible_child(component->dev->of_node, in audioreach_link_load()
|
/linux-6.14.4/drivers/gpu/drm/mediatek/ |
D | mtk_hdmi.c | 1441 cec_np = of_get_compatible_child(np->parent, "mediatek,mt8173-cec"); in mtk_hdmi_dt_parse_pdata()
|
/linux-6.14.4/drivers/mtd/ |
D | mtdcore.c | 896 np = of_get_compatible_child(mtd->dev.of_node, compatible); in mtd_otp_nvmem_register()
|
/linux-6.14.4/drivers/remoteproc/ |
D | qcom_q6v5_mss.c | 2112 node = of_get_compatible_child(pdev->dev.of_node, "qcom,bam-dmux"); in q6v5_probe()
|