Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Di2c.h636 extern struct i2c_client *of_find_i2c_device_by_node(struct device_node *node);
643 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.1.27/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.1.27/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.c435 codec_dev = of_find_i2c_device_by_node(codec_np); in fsl_asoc_card_probe()
/linux-4.1.27/arch/powerpc/platforms/44x/
Dwarp.c244 client = of_find_i2c_device_by_node(np); in pika_dtm_thread()
/linux-4.1.27/drivers/phy/
Dphy-exynos5250-sata.c195 sata_phy->client = of_find_i2c_device_by_node(node); in exynos_sata_phy_probe()
/linux-4.1.27/drivers/i2c/
Di2c-core.c1324 struct i2c_client *of_find_i2c_device_by_node(struct device_node *node) in of_find_i2c_device_by_node() function
1335 EXPORT_SYMBOL(of_find_i2c_device_by_node);
1858 client = of_find_i2c_device_by_node(rd->dn); in of_i2c_notify()
/linux-4.1.27/drivers/of/
Dunittest.c1025 client = of_find_i2c_device_by_node(np); in of_path_to_i2c_client()
/linux-4.1.27/drivers/media/platform/soc_camera/
Dsoc_camera.c1656 client = of_find_i2c_device_by_node(remote); in soc_of_bind()
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_hdmi.c2441 hdata->hdmiphy_port = of_find_i2c_device_by_node(phy_node); in hdmi_probe()