Searched refs:get_bus_free (Results 1 – 3 of 3) sorted by relevance
667 int (*get_bus_free)(struct i2c_adapter *adap); member
204 if (bri->get_bus_free) in i2c_generic_bus_free()205 ret = bri->get_bus_free(adap); in i2c_generic_bus_free()
213 .get_bus_free = rcar_i2c_get_bus_free, in rcar_i2c_init()