Home
last modified time | relevance | path

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

/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()
/linux/drivers/clk/at91/
H A Dsckc.c395 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/drivers/i2c/
H A Di2c-core-of-prober.c336 node = of_get_compatible_child(bus_node, compat); in i2c_of_probe_simple_enable()
/linux/drivers/firmware/
H A Draspberrypi.c223 firmware = of_get_compatible_child(dev->of_node, in rpi_register_clk_driver()
/linux/drivers/usb/dwc3/
H A Ddwc3-imx8mp.c230 struct device_node *dwc3_np __free(device_node) = of_get_compatible_child(node, in dwc3_imx8mp_probe()
H A Ddwc3-qcom-legacy.c710 struct device_node *dwc3_np __free(device_node) = of_get_compatible_child(np, in dwc3_qcom_of_register_core()
H A Ddwc3-meson-g12a.c567 np = of_get_compatible_child(dev->of_node, compatible); in dwc3_meson_g12_find_child()
/linux/drivers/net/dsa/lantiq/
H A Dlantiq_gswip.c410 gphy_fw_np = of_get_compatible_child(dev->of_node, "lantiq,gphy-fw"); in gswip_probe()
H A Dlantiq_gswip_common.c194 mdio_np = of_get_compatible_child(switch_np, "lantiq,xrx200-mdio"); in gswip_mdio()
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_hdmi_common.c262 cec_np = of_get_compatible_child(np->parent, "mediatek,mt8173-cec"); in mtk_hdmi_get_cec_dev()
/linux/include/linux/
H A Dof.h300 extern struct device_node *of_get_compatible_child(const struct device_node *parent,
597 static inline struct device_node *of_get_compatible_child(const struct device_node *parent, in of_get_compatible_child() function
/linux/drivers/counter/
H A Dstm32-timer-cnt.c697 tnode = of_get_compatible_child(pnode, stm32_timer_trigger_compat[i]); in stm32_timer_cnt_probe_encoder()
/linux/sound/soc/qcom/qdsp6/
H A Dtopology.c1200 link->platforms->of_node = of_get_compatible_child(component->dev->of_node, in audioreach_put_vol_ctrl_audio_mixer()
/linux/drivers/mtd/
H A Dmtdcore.c965 np = of_get_compatible_child(mtd->dev.of_node, compatible); in mtd_otp_nvmem_register()