Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/power/reset/
Dodroid-go-ultra-poweroff.c85 pmic_client = of_find_i2c_device_by_node(pmic_node); in odroid_go_ultra_poweroff_get_pmic_device()
/Linux-v6.6/drivers/usb/phy/
Dphy-isp1301.c147 client = of_find_i2c_device_by_node(node); in isp1301_get_client()
/Linux-v6.6/drivers/i2c/
Di2c-core-of.c202 client = of_find_i2c_device_by_node(rd->dn); in of_i2c_notify()
/Linux-v6.6/drivers/media/cec/core/
Dcec-notifier.c232 struct i2c_client *hdmi_client = of_find_i2c_device_by_node(np); in cec_notifier_parse_hdmi_phandle()
/Linux-v6.6/arch/powerpc/platforms/44x/
Dwarp.c266 client = of_find_i2c_device_by_node(np); in pika_dtm_thread()
/Linux-v6.6/sound/soc/fsl/
Dimx-sgtl5000.c113 codec_dev = of_find_i2c_device_by_node(codec_np); in imx_sgtl5000_probe()
Dfsl-asoc-card.c583 codec_i2c = of_find_i2c_device_by_node(codec_np); in fsl_asoc_card_probe()
/Linux-v6.6/drivers/phy/samsung/
Dphy-exynos5250-sata.c189 sata_phy->client = of_find_i2c_device_by_node(node); in exynos_sata_phy_probe()
/Linux-v6.6/include/linux/
Di2c.h976 static inline struct i2c_client *of_find_i2c_device_by_node(struct device_node *node) in of_find_i2c_device_by_node() function
1002 static inline struct i2c_client *of_find_i2c_device_by_node(struct device_node *node) in of_find_i2c_device_by_node() function
/Linux-v6.6/drivers/gpu/drm/exynos/
Dexynos_hdmi.c1942 hdata->hdmiphy_port = of_find_i2c_device_by_node(np); in hdmi_get_phy_io()
/Linux-v6.6/drivers/of/
Dunittest.c1980 client = of_find_i2c_device_by_node(np); in of_path_to_i2c_client()