Home
last modified time | relevance | path

Searched refs:lock_ops (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Di2c.h740 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 Di2c-cht-wc.c449 adap->adapter.lock_ops = &cht_wc_i2c_adap_lock_ops; in cht_wc_i2c_adap_i2c_probe()
/linux/tools/perf/util/
H A Ddisasm.c41 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 Drefscale.c682 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 Di2c-atr.c827 chan->adap.lock_ops = &i2c_atr_lock_ops; in i2c_atr_add_adapter()
/linux/tools/perf/arch/x86/annotate/
H A Dinstructions.c70 { .name = "lock", .ops = &lock_ops, },