Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/tilcdc/
Dtilcdc_tfp410.c316 uint32_t i2c_phandle; in tfp410_probe() local
338 if (of_property_read_u32(node, "i2c", &i2c_phandle)) { in tfp410_probe()
345 i2c_node = of_find_node_by_phandle(i2c_phandle); in tfp410_probe()
Dtilcdc_slave.c316 uint32_t i2c_phandle; in slave_probe() local
327 if (of_property_read_u32(node, "i2c", &i2c_phandle)) { in slave_probe()
332 i2c_node = of_find_node_by_phandle(i2c_phandle); in slave_probe()