Searched refs:lock_key (Results 26 - 46 of 46) sorted by last modified time

12

/linux-master/drivers/net/wireless/ath/ath12k/
H A Dhal.c2318 lockdep_set_class(&srng->lock, &srng->lock_key);
2516 lockdep_register_key(&hal->srng_list[ring_id].lock_key);
2525 lockdep_unregister_key(&hal->srng_list[ring_id].lock_key);
/linux-master/drivers/bus/
H A Dsunxi-rsb.c494 struct lock_class_key *lock_key,
503 lock_key, lock_name);
492 __devm_regmap_init_sunxi_rsb(struct sunxi_rsb_device *rdev, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
/linux-master/drivers/base/
H A Dbase.h36 * @lock_key: Lock class key for use by the lock validator
59 struct lock_class_key lock_key; member in struct:subsys_private
H A Dbus.c210 lockdep_unregister_key(&priv->lock_key);
889 key = &priv->lock_key;
H A Dclass.c106 lockdep_unregister_key(&cp->lock_key);
192 key = &cp->lock_key;
/linux-master/tools/perf/
H A Dbuiltin-lock.c200 struct lock_key { struct
214 void (*print)(struct lock_key*, struct lock_stat*);
251 static void lock_stat_key_print_ ## member(struct lock_key *key, \
258 static void lock_stat_key_print_ ## member(struct lock_key *key, \
270 static void lock_stat_key_print_wait_time_min(struct lock_key *key,
294 static struct lock_key report_keys[] = {
306 static struct lock_key contention_keys[] = {
320 struct lock_key *keys = report_keys;
344 struct lock_key *keys = report_keys;
368 struct lock_key *key
[all...]
/linux-master/fs/afs/
H A Dsuper.c697 vnode->lock_key = NULL;
H A Dinode.c671 key_put(vnode->lock_key);
672 vnode->lock_key = NULL;
/linux-master/drivers/mailbox/
H A Dtegra-hsp.c118 struct lock_class_key lock_key; member in struct:tegra_hsp
865 lockdep_register_key(&hsp->lock_key);
866 lockdep_set_class(&hsp->lock, &hsp->lock_key);
875 lockdep_unregister_key(&hsp->lock_key);
/linux-master/net/devlink/
H A Ddevl_internal.h57 struct lock_class_key lock_key; member in struct:devlink
/linux-master/arch/powerpc/platforms/powermac/
H A Dlow_i2c.c89 struct lock_class_key lock_key; member in struct:pmac_i2c_bus
585 lockdep_register_key(&bus->lock_key);
586 lockdep_set_class(&bus->mutex, &bus->lock_key);
815 lockdep_register_key(&bus->lock_key);
816 lockdep_set_class(&bus->mutex, &bus->lock_key);
941 lockdep_register_key(&bus->lock_key);
942 lockdep_set_class(&bus->mutex, &bus->lock_key);
/linux-master/drivers/base/regmap/
H A Dregmap-mmio.c558 struct lock_class_key *lock_key,
568 lock_key, lock_name);
576 struct lock_class_key *lock_key,
586 lock_key, lock_name);
555 __regmap_init_mmio_clk(struct device *dev, const char *clk_id, void __iomem *regs, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
572 __devm_regmap_init_mmio_clk(struct device *dev, const char *clk_id, void __iomem *regs, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
H A Dregmap-spi-avmm.c669 struct lock_class_key *lock_key,
680 bridge, config, lock_key, lock_name);
692 struct lock_class_key *lock_key,
703 bridge, config, lock_key, lock_name);
667 __regmap_init_spi_avmm(struct spi_device *spi, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
690 __devm_regmap_init_spi_avmm(struct spi_device *spi, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
H A Dregmap-i2c.c371 struct lock_class_key *lock_key,
380 lock_key, lock_name);
386 struct lock_class_key *lock_key,
395 lock_key, lock_name);
369 __regmap_init_i2c(struct i2c_client *i2c, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
384 __devm_regmap_init_i2c(struct i2c_client *i2c, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
H A Dregmap-fsi.c207 struct lock_class_key *lock_key, const char *lock_name)
214 return __regmap_init(&fsi_dev->dev, bus, fsi_dev->slave, config, lock_key, lock_name);
220 struct lock_class_key *lock_key, const char *lock_name)
227 return __devm_regmap_init(&fsi_dev->dev, bus, fsi_dev->slave, config, lock_key, lock_name);
206 __regmap_init_fsi(struct fsi_device *fsi_dev, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
218 __devm_regmap_init_fsi(struct fsi_device *fsi_dev, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
H A Dregmap-w1.c207 struct lock_class_key *lock_key,
217 lock_key, lock_name);
223 struct lock_class_key *lock_key,
233 lock_key, lock_name);
205 __regmap_init_w1(struct device *w1_dev, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
221 __devm_regmap_init_w1(struct device *w1_dev, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
H A Dregmap-sccb.c100 struct lock_class_key *lock_key,
109 lock_key, lock_name);
115 struct lock_class_key *lock_key,
124 lock_key, lock_name);
98 __regmap_init_sccb(struct i2c_client *i2c, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
113 __devm_regmap_init_sccb(struct i2c_client *i2c, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
H A Dregmap-slimbus.c43 struct lock_class_key *lock_key,
52 lock_key, lock_name);
58 struct lock_class_key *lock_key,
67 lock_key, lock_name);
41 __regmap_init_slimbus(struct slim_device *slimbus, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
56 __devm_regmap_init_slimbus(struct slim_device *slimbus, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
H A Dregmap-spmi.c87 struct lock_class_key *lock_key,
91 lock_key, lock_name);
97 struct lock_class_key *lock_key,
101 lock_key, lock_name);
207 struct lock_class_key *lock_key,
211 lock_key, lock_name);
217 struct lock_class_key *lock_key,
221 lock_key, lock_name);
85 __regmap_init_spmi_base(struct spmi_device *sdev, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
95 __devm_regmap_init_spmi_base(struct spmi_device *sdev, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
205 __regmap_init_spmi_ext(struct spmi_device *sdev, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
215 __devm_regmap_init_spmi_ext(struct spmi_device *sdev, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
H A Dregmap-ac97.c71 struct lock_class_key *lock_key,
75 lock_key, lock_name);
81 struct lock_class_key *lock_key,
85 lock_key, lock_name);
69 __regmap_init_ac97(struct snd_ac97 *ac97, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
79 __devm_regmap_init_ac97(struct snd_ac97 *ac97, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
/linux-master/include/linux/
H A Dsunxi-rsb.h88 struct lock_class_key *lock_key,

Completed in 561 milliseconds

12