Home
last modified time | relevance | path

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

/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);
268 client = of_find_i2c_device_by_node(rd->dn); in of_i2c_notify()
/drivers/usb/phy/
Dphy-isp1301.c148 client = of_find_i2c_device_by_node(node); in isp1301_get_client()
/drivers/media/cec/core/
Dcec-notifier.c231 struct i2c_client *hdmi_client = of_find_i2c_device_by_node(np); in cec_notifier_parse_hdmi_phandle()
/drivers/phy/samsung/
Dphy-exynos5250-sata.c189 sata_phy->client = of_find_i2c_device_by_node(node); in exynos_sata_phy_probe()
/drivers/gpu/drm/exynos/
Dexynos_hdmi.c1944 hdata->hdmiphy_port = of_find_i2c_device_by_node(np); in hdmi_get_phy_io()
/drivers/of/
Dunittest.c1847 client = of_find_i2c_device_by_node(np); in of_path_to_i2c_client()