Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/i2c/
H A Di2c-core-base.c794 rt_mutex_lock_nested(&adapter->bus_lock, i2c_adapter_depth(adapter)); in i2c_adapter_lock_bus()
1125 unsigned int i2c_adapter_depth(struct i2c_adapter *adapter) in i2c_adapter_depth() function
1137 EXPORT_SYMBOL_GPL(i2c_adapter_depth); variable
1236 mutex_lock_nested(&adap->userspace_clients_lock, i2c_adapter_depth(adap)); in delete_device_store()
1656 mutex_lock_nested(&adap->userspace_clients_lock, i2c_adapter_depth(adap)); in i2c_del_adapter()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Di2c.h823 unsigned int i2c_adapter_depth(struct i2c_adapter *adapter);

Completed in 8 milliseconds