Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Di2c.h640 extern struct i2c_client *of_find_i2c_device_by_node(struct device_node *node);
649 static inline struct i2c_client *of_find_i2c_device_by_node(struct device_node *node) in of_find_i2c_device_by_node() function
/linux-4.4.14/drivers/gpu/drm/rcar-du/
Drcar_du_hdmienc.c136 i2c_slave = of_find_i2c_device_by_node(np); in rcar_du_hdmienc_init()
/linux-4.4.14/sound/soc/fsl/
Dimx-sgtl5000.c118 codec_dev = of_find_i2c_device_by_node(codec_np); in imx_sgtl5000_probe()
Dimx-wm8962.c215 codec_dev = of_find_i2c_device_by_node(codec_np); in imx_wm8962_probe()
Dfsl-asoc-card.c484 codec_dev = of_find_i2c_device_by_node(codec_np); in fsl_asoc_card_probe()
/linux-4.4.14/arch/powerpc/platforms/44x/
Dwarp.c244 client = of_find_i2c_device_by_node(np); in pika_dtm_thread()
/linux-4.4.14/drivers/phy/
Dphy-exynos5250-sata.c195 sata_phy->client = of_find_i2c_device_by_node(node); in exynos_sata_phy_probe()
/linux-4.4.14/drivers/i2c/
Di2c-core.c1447 struct i2c_client *of_find_i2c_device_by_node(struct device_node *node) in of_find_i2c_device_by_node() function
1462 EXPORT_SYMBOL(of_find_i2c_device_by_node);
2016 client = of_find_i2c_device_by_node(rd->dn); in of_i2c_notify()
/linux-4.4.14/drivers/of/
Dunittest.c1028 client = of_find_i2c_device_by_node(np); in of_path_to_i2c_client()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_hdmi.c1913 hdata->hdmiphy_port = of_find_i2c_device_by_node(phy_node); in hdmi_probe()
/linux-4.4.14/drivers/media/platform/soc_camera/
Dsoc_camera.c1674 client = of_find_i2c_device_by_node(remote); in soc_of_bind()