Searched refs:lock_key (Results 1 - 25 of 46) sorted by relevance

12

/linux-master/drivers/base/regmap/
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
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-sdw-mbq.c70 struct lock_class_key *lock_key,
80 &sdw->dev, config, lock_key, lock_name);
86 struct lock_class_key *lock_key,
96 &sdw->dev, config, lock_key, lock_name);
68 __regmap_init_sdw_mbq(struct sdw_slave *sdw, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
84 __devm_regmap_init_sdw_mbq(struct sdw_slave *sdw, 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-mdio.c86 const struct regmap_config *config, struct lock_class_key *lock_key,
98 return __regmap_init(&mdio_dev->dev, bus, mdio_dev, config, lock_key, lock_name);
103 const struct regmap_config *config, struct lock_class_key *lock_key,
115 return __devm_regmap_init(&mdio_dev->dev, bus, mdio_dev, config, lock_key, lock_name);
85 __regmap_init_mdio(struct mdio_device *mdio_dev, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
102 __devm_regmap_init_mdio(struct mdio_device *mdio_dev, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
H A Dregmap-sdw.c71 struct lock_class_key *lock_key,
81 &sdw->dev, config, lock_key, lock_name);
87 struct lock_class_key *lock_key,
97 &sdw->dev, config, lock_key, lock_name);
69 __regmap_init_sdw(struct sdw_slave *sdw, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
85 __devm_regmap_init_sdw(struct sdw_slave *sdw, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
H A Dregmap-i3c.c50 struct lock_class_key *lock_key,
54 lock_key, lock_name);
48 __devm_regmap_init_i3c(struct i3c_device *i3c, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
H A Dregmap-ram.c58 struct lock_class_key *lock_key,
79 lock_key, lock_name);
56 __regmap_init_ram(const struct regmap_config *config, struct regmap_ram_data *data, struct lock_class_key *lock_key, const char *lock_name) argument
H A Dregmap-spi.c142 struct lock_class_key *lock_key,
150 return __regmap_init(&spi->dev, bus, &spi->dev, config, lock_key, lock_name);
156 struct lock_class_key *lock_key,
164 return __devm_regmap_init(&spi->dev, bus, &spi->dev, config, lock_key, lock_name);
140 __regmap_init_spi(struct spi_device *spi, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) argument
154 __devm_regmap_init_spi(struct spi_device *spi, 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-raw-ram.c112 struct lock_class_key *lock_key,
138 lock_key, lock_name);
110 __regmap_init_raw_ram(const struct regmap_config *config, struct regmap_ram_data *data, 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-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-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 Dinternal.h331 struct lock_class_key *lock_key,
339 struct lock_class_key *lock_key,
/linux-master/include/linux/
H A Dregmap.h599 struct lock_class_key *lock_key,
603 struct lock_class_key *lock_key,
607 struct lock_class_key *lock_key,
611 struct lock_class_key *lock_key,
615 struct lock_class_key *lock_key,
619 struct lock_class_key *lock_key,
623 struct lock_class_key *lock_key,
627 struct lock_class_key *lock_key,
631 struct lock_class_key *lock_key,
636 struct lock_class_key *lock_key,
[all...]
H A Dsunxi-rsb.h88 struct lock_class_key *lock_key,
/linux-master/include/linux/gpio/
H A Ddriver.h161 * @lock_key:
165 struct lock_class_key *lock_key; member in struct:gpio_irq_chip
592 struct lock_class_key *lock_key,
620 static struct lock_class_key lock_key; \
622 gpiochip_add_data_with_key(gc, data, &lock_key, \
626 static struct lock_class_key lock_key; \
628 devm_gpiochip_add_data_with_key(dev, gc, data, &lock_key, \
643 void *data, struct lock_class_key *lock_key,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Ddevcom.c34 struct lock_class_key lock_key; member in struct:mlx5_devcom_comp
123 lockdep_register_key(&comp->lock_key);
124 lockdep_set_class(&comp->sem, &comp->lock_key);
139 lockdep_unregister_key(&comp->lock_key);
/linux-master/drivers/gpio/
H A Dgpiolib-devres.c405 * @lock_key: lockdep class for IRQ lock
418 struct lock_class_key *lock_key,
423 ret = gpiochip_add_data_with_key(gc, data, lock_key, request_key);
417 devm_gpiochip_add_data_with_key(struct device *dev, struct gpio_chip *gc, void *data, struct lock_class_key *lock_key, struct lock_class_key *request_key) argument
/linux-master/fs/afs/
H A Dflock.c114 struct key *key = vnode->lock_key;
137 vnode->lock_key = NULL;
171 key_put(vnode->lock_key);
172 vnode->lock_key = NULL;
302 ret = afs_release_lock(vnode, vnode->lock_key);
327 key = key_get(vnode->lock_key);
550 vnode->lock_key = key_get(key);
/linux-master/net/devlink/
H A Dcore.c315 lockdep_unregister_key(&devlink->lock_key);
450 lockdep_register_key(&devlink->lock_key);
452 lockdep_set_class(&devlink->lock, &devlink->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...]

Completed in 701 milliseconds

12