Home
last modified time | relevance | path

Searched refs:of_find_i2c_device_by_node (Results 1 – 8 of 8) sorted by relevance

/linux-5.10/drivers/i2c/
Di2c-core-of.c128 struct i2c_client *of_find_i2c_device_by_node(struct device_node *node) in of_find_i2c_device_by_node() function
143 EXPORT_SYMBOL(of_find_i2c_device_by_node);
263 client = of_find_i2c_device_by_node(rd->dn); in of_i2c_notify()
/linux-5.10/arch/powerpc/platforms/44x/
Dwarp.c235 client = of_find_i2c_device_by_node(np); in pika_dtm_thread()
/linux-5.10/sound/soc/fsl/
Dimx-sgtl5000.c113 codec_dev = of_find_i2c_device_by_node(codec_np); in imx_sgtl5000_probe()
Dfsl-asoc-card.c563 codec_i2c = of_find_i2c_device_by_node(codec_np); in fsl_asoc_card_probe()
/linux-5.10/drivers/phy/samsung/
Dphy-exynos5250-sata.c192 sata_phy->client = of_find_i2c_device_by_node(node); in exynos_sata_phy_probe()
/linux-5.10/include/linux/
Di2c.h941 struct i2c_client *of_find_i2c_device_by_node(struct device_node *node);
958 static inline struct i2c_client *of_find_i2c_device_by_node(struct device_node *node) in of_find_i2c_device_by_node() function
/linux-5.10/drivers/gpu/drm/exynos/
Dexynos_hdmi.c1930 hdata->hdmiphy_port = of_find_i2c_device_by_node(np); in hdmi_get_phy_io()
/linux-5.10/drivers/of/
Dunittest.c1787 client = of_find_i2c_device_by_node(np); in of_path_to_i2c_client()