Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/
H A Di2c-mux.c235 parent->mux_root_ops->unlock_deselect(parent); in i2c_mux_lock_select()
252 parent->mux_root_ops->unlock_deselect(parent); in i2c_mux_unlock_deselect()
328 .unlock_deselect = i2c_mux_unlock_deselect,
H A Di2c-core-base.c1462 parent->mux_root_ops->unlock_deselect(parent); in i2c_adapter_unlock_deselect()
1467 .unlock_deselect = i2c_adapter_unlock_deselect,
/openbmc/linux/include/linux/
H A Di2c.h602 void (*unlock_deselect)(struct i2c_adapter *adapter); member
863 adapter->mux_root_ops->unlock_deselect(adapter); in i2c_unlock_deselect_bus()