Searched refs:i2c_node (Results 1 – 2 of 2) sorted by relevance
312 struct device_node *i2c_node; in tfp410_probe() local345 i2c_node = of_find_node_by_phandle(i2c_phandle); in tfp410_probe()346 if (!i2c_node) { in tfp410_probe()351 tfp410_mod->i2c = of_find_i2c_adapter_by_node(i2c_node); in tfp410_probe()354 of_node_put(i2c_node); in tfp410_probe()358 of_node_put(i2c_node); in tfp410_probe()
312 struct device_node *i2c_node; in slave_probe() local332 i2c_node = of_find_node_by_phandle(i2c_phandle); in slave_probe()333 if (!i2c_node) { in slave_probe()339 slavei2c = of_find_i2c_adapter_by_node(i2c_node); in slave_probe()340 of_node_put(i2c_node); in slave_probe()