Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/tilcdc/
Dtilcdc_tfp410.c291 struct device_node *i2c_node; in tfp410_probe() local
322 i2c_node = of_find_node_by_phandle(i2c_phandle); in tfp410_probe()
323 if (!i2c_node) { in tfp410_probe()
328 tfp410_mod->i2c = of_find_i2c_adapter_by_node(i2c_node); in tfp410_probe()
331 of_node_put(i2c_node); in tfp410_probe()
335 of_node_put(i2c_node); in tfp410_probe()