Searched refs:lock_ops (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| H A D | i2c.h | 740 const struct i2c_lock_operations *lock_ops; member 809 adapter->lock_ops->lock_bus(adapter, flags); in i2c_lock_bus() 823 return adapter->lock_ops->trylock_bus(adapter, flags); in i2c_trylock_bus() 835 adapter->lock_ops->unlock_bus(adapter, flags); in i2c_unlock_bus()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-cht-wc.c | 449 adap->adapter.lock_ops = &cht_wc_i2c_adap_lock_ops; in cht_wc_i2c_adap_i2c_probe()
|
| /linux/tools/perf/util/ |
| H A D | disasm.c | 41 static struct ins_ops lock_ops; variable 580 static struct ins_ops lock_ops = { variable 843 return ins->ops == &lock_ops; in ins__is_lock()
|
| /linux/kernel/rcu/ |
| H A D | refscale.c | 682 static const struct ref_scale_ops lock_ops = { variable 1523 &rwlock_ops, &rwsem_ops, &lock_ops, &lock_irq_ops, &acqrel_ops, in ref_scale_init()
|
| /linux/drivers/i2c/ |
| H A D | i2c-atr.c | 827 chan->adap.lock_ops = &i2c_atr_lock_ops; in i2c_atr_add_adapter()
|
| /linux/tools/perf/arch/x86/annotate/ |
| H A D | instructions.c | 70 { .name = "lock", .ops = &lock_ops, },
|