Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/
Di2c-core-of.c125 struct i2c_client *of_find_i2c_device_by_node(struct device_node *node) in of_find_i2c_device_by_node() function
140 EXPORT_SYMBOL(of_find_i2c_device_by_node);
259 client = of_find_i2c_device_by_node(rd->dn); in of_i2c_notify()
/Linux-v4.19/arch/powerpc/platforms/44x/
Dwarp.c242 client = of_find_i2c_device_by_node(np); in pika_dtm_thread()
/Linux-v4.19/sound/soc/fsl/
Dimx-sgtl5000.c111 codec_dev = of_find_i2c_device_by_node(codec_np); in imx_sgtl5000_probe()
Dfsl-asoc-card.c501 codec_dev = of_find_i2c_device_by_node(codec_np); in fsl_asoc_card_probe()
/Linux-v4.19/include/linux/
Di2c.h888 extern struct i2c_client *of_find_i2c_device_by_node(struct device_node *node);
905 static inline struct i2c_client *of_find_i2c_device_by_node(struct device_node *node) in of_find_i2c_device_by_node() function
/Linux-v4.19/drivers/phy/samsung/
Dphy-exynos5250-sata.c195 sata_phy->client = of_find_i2c_device_by_node(node); in exynos_sata_phy_probe()
/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_hdmi.c1917 hdata->hdmiphy_port = of_find_i2c_device_by_node(np); in hdmi_get_phy_io()
/Linux-v4.19/drivers/of/
Dunittest.c1284 client = of_find_i2c_device_by_node(np); in of_path_to_i2c_client()
/Linux-v4.19/drivers/media/platform/soc_camera/
Dsoc_camera.c1550 client = of_find_i2c_device_by_node(remote); in soc_of_bind()