Home
last modified time | relevance | path

Searched refs:get_bus_free (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Di2c.h561 * @get_bus_free: Returns the bus free state as seen from the IP core in case it
585 int (*get_bus_free)(struct i2c_adapter *adap); member
/device/soc/rockchip/common/sdk_linux/drivers/i2c/
H A Di2c-core-base.c161 if (bri->get_bus_free) { in i2c_generic_bus_free()
162 ret = bri->get_bus_free(adap); in i2c_generic_bus_free()

Completed in 8 milliseconds