Home
last modified time | relevance | path

Searched refs:i2c_adapter_depth (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/i2c/busses/
Di2c-designware-amdpsp.c247 rt_mutex_lock_nested(&adapter->bus_lock, i2c_adapter_depth(adapter)); in i2c_adapter_dw_psp_lock_bus()
/Linux-v6.6/drivers/i2c/
Di2c-mux.c148 rt_mutex_lock_nested(&parent->mux_lock, i2c_adapter_depth(adapter)); in i2c_mux_lock_bus()
185 rt_mutex_lock_nested(&parent->mux_lock, i2c_adapter_depth(adapter)); in i2c_parent_lock_bus()
Di2c-core-base.c842 rt_mutex_lock_nested(&adapter->bus_lock, i2c_adapter_depth(adapter)); in i2c_adapter_lock_bus()
1189 unsigned int i2c_adapter_depth(struct i2c_adapter *adapter) in i2c_adapter_depth() function
1201 EXPORT_SYMBOL_GPL(i2c_adapter_depth);
1305 i2c_adapter_depth(adap)); in delete_device_store()
1730 i2c_adapter_depth(adap)); in i2c_del_adapter()
/Linux-v6.6/include/linux/
Di2c.h895 unsigned int i2c_adapter_depth(struct i2c_adapter *adapter);
/Linux-v6.6/drivers/gpio/
Dgpio-pca953x.c1154 i2c_adapter_depth(client->adapter)); in pca953x_probe()