Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Di2c.h667 int (*get_bus_free)(struct i2c_adapter *adap); member
/openbmc/linux/drivers/i2c/
H A Di2c-core-base.c204 if (bri->get_bus_free) in i2c_generic_bus_free()
205 ret = bri->get_bus_free(adap); in i2c_generic_bus_free()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-rcar.c213 .get_bus_free = rcar_i2c_get_bus_free, in rcar_i2c_init()