Home
last modified time | relevance | path

Searched refs:lock_key (Results 1 – 25 of 35) sorted by relevance

12

/linux-6.1.9/drivers/base/regmap/
Dregmap-spmi.c87 struct lock_class_key *lock_key, in __regmap_init_spmi_base() argument
91 lock_key, lock_name); in __regmap_init_spmi_base()
97 struct lock_class_key *lock_key, in __devm_regmap_init_spmi_base() argument
101 lock_key, lock_name); in __devm_regmap_init_spmi_base()
207 struct lock_class_key *lock_key, in __regmap_init_spmi_ext() argument
211 lock_key, lock_name); in __regmap_init_spmi_ext()
217 struct lock_class_key *lock_key, in __devm_regmap_init_spmi_ext() argument
221 lock_key, lock_name); in __devm_regmap_init_spmi_ext()
Dregmap-ac97.c71 struct lock_class_key *lock_key, in __regmap_init_ac97() argument
75 lock_key, lock_name); in __regmap_init_ac97()
81 struct lock_class_key *lock_key, in __devm_regmap_init_ac97() argument
85 lock_key, lock_name); in __devm_regmap_init_ac97()
Dregmap-sdw.c58 struct lock_class_key *lock_key, in __regmap_init_sdw() argument
68 &sdw->dev, config, lock_key, lock_name); in __regmap_init_sdw()
74 struct lock_class_key *lock_key, in __devm_regmap_init_sdw() argument
84 &sdw->dev, config, lock_key, lock_name); in __devm_regmap_init_sdw()
Dregmap-slimbus.c43 struct lock_class_key *lock_key, in __regmap_init_slimbus() argument
52 lock_key, lock_name); in __regmap_init_slimbus()
58 struct lock_class_key *lock_key, in __devm_regmap_init_slimbus() argument
67 lock_key, lock_name); in __devm_regmap_init_slimbus()
Dregmap-sdw-mbq.c70 struct lock_class_key *lock_key, in __regmap_init_sdw_mbq() argument
80 &sdw->dev, config, lock_key, lock_name); in __regmap_init_sdw_mbq()
86 struct lock_class_key *lock_key, in __devm_regmap_init_sdw_mbq() argument
96 &sdw->dev, config, lock_key, lock_name); in __devm_regmap_init_sdw_mbq()
Dregmap-sccb.c100 struct lock_class_key *lock_key, in __regmap_init_sccb() argument
109 lock_key, lock_name); in __regmap_init_sccb()
115 struct lock_class_key *lock_key, in __devm_regmap_init_sccb() argument
124 lock_key, lock_name); in __devm_regmap_init_sccb()
Dregmap-mdio.c81 const struct regmap_config *config, struct lock_class_key *lock_key, in __regmap_init_mdio() argument
93 return __regmap_init(&mdio_dev->dev, bus, mdio_dev, config, lock_key, lock_name); in __regmap_init_mdio()
98 const struct regmap_config *config, struct lock_class_key *lock_key, in __devm_regmap_init_mdio() argument
110 return __devm_regmap_init(&mdio_dev->dev, bus, mdio_dev, config, lock_key, lock_name); in __devm_regmap_init_mdio()
Dregmap-spi.c142 struct lock_class_key *lock_key, in __regmap_init_spi() argument
150 return __regmap_init(&spi->dev, bus, &spi->dev, config, lock_key, lock_name); in __regmap_init_spi()
156 struct lock_class_key *lock_key, in __devm_regmap_init_spi() argument
164 return __devm_regmap_init(&spi->dev, bus, &spi->dev, config, lock_key, lock_name); in __devm_regmap_init_spi()
Dregmap-w1.c207 struct lock_class_key *lock_key, in __regmap_init_w1() argument
217 lock_key, lock_name); in __regmap_init_w1()
223 struct lock_class_key *lock_key, in __devm_regmap_init_w1() argument
233 lock_key, lock_name); in __devm_regmap_init_w1()
Dregmap-i3c.c50 struct lock_class_key *lock_key, in __devm_regmap_init_i3c() argument
54 lock_key, lock_name); in __devm_regmap_init_i3c()
Dregmap-i2c.c371 struct lock_class_key *lock_key, in __regmap_init_i2c() argument
380 lock_key, lock_name); in __regmap_init_i2c()
386 struct lock_class_key *lock_key, in __devm_regmap_init_i2c() argument
395 lock_key, lock_name); in __devm_regmap_init_i2c()
Dregmap-spi-avmm.c669 struct lock_class_key *lock_key, in __regmap_init_spi_avmm() argument
680 bridge, config, lock_key, lock_name); in __regmap_init_spi_avmm()
692 struct lock_class_key *lock_key, in __devm_regmap_init_spi_avmm() argument
703 bridge, config, lock_key, lock_name); in __devm_regmap_init_spi_avmm()
Dregmap-mmio.c582 struct lock_class_key *lock_key, in __regmap_init_mmio_clk() argument
592 lock_key, lock_name); in __regmap_init_mmio_clk()
600 struct lock_class_key *lock_key, in __devm_regmap_init_mmio_clk() argument
610 lock_key, lock_name); in __devm_regmap_init_mmio_clk()
Dregmap.c722 struct lock_class_key *lock_key, in __regmap_init() argument
785 lock_key, lock_name); in __regmap_init()
791 lock_key, lock_name); in __regmap_init()
799 lock_key, lock_name); in __regmap_init()
1271 struct lock_class_key *lock_key, in __devm_regmap_init() argument
1281 lock_key, lock_name); in __devm_regmap_init()
/linux-6.1.9/include/linux/
Dregmap.h576 struct lock_class_key *lock_key,
580 struct lock_class_key *lock_key,
584 struct lock_class_key *lock_key,
588 struct lock_class_key *lock_key,
592 struct lock_class_key *lock_key,
596 struct lock_class_key *lock_key,
600 struct lock_class_key *lock_key,
604 struct lock_class_key *lock_key,
608 struct lock_class_key *lock_key,
613 struct lock_class_key *lock_key,
[all …]
Dsunxi-rsb.h88 struct lock_class_key *lock_key,
/linux-6.1.9/include/linux/gpio/
Ddriver.h163 struct lock_class_key *lock_key; member
564 struct lock_class_key *lock_key,
592 static struct lock_class_key lock_key; \
594 gpiochip_add_data_with_key(gc, data, &lock_key, \
598 static struct lock_class_key lock_key; \
600 devm_gpiochip_add_data_with_key(dev, gc, data, &lock_key, \
615 struct lock_class_key *lock_key,
/linux-6.1.9/fs/afs/
Dflock.c114 struct key *key = vnode->lock_key; in afs_next_locker()
138 vnode->lock_key = NULL; in afs_next_locker()
172 key_put(vnode->lock_key); in afs_kill_lockers_enoent()
173 vnode->lock_key = NULL; in afs_kill_lockers_enoent()
303 ret = afs_release_lock(vnode, vnode->lock_key); in afs_lock_work()
328 key = key_get(vnode->lock_key); in afs_lock_work()
551 vnode->lock_key = key_get(key); in afs_do_setlk()
/linux-6.1.9/tools/perf/
Dbuiltin-lock.c186 struct lock_key { struct
200 void (*print)(struct lock_key*, struct lock_stat*); argument
231 static void lock_stat_key_print_ ## member(struct lock_key *key, \
238 static void lock_stat_key_print_ ## member(struct lock_key *key, \
250 static void lock_stat_key_print_wait_time_min(struct lock_key *key, in PRINT_KEY()
274 static struct lock_key report_keys[] = {
286 static struct lock_key contention_keys[] = {
300 struct lock_key *keys = report_keys; in select_key()
324 struct lock_key *keys = report_keys; in add_output_field()
348 struct lock_key *keys = report_keys; in setup_output_field()
[all …]
/linux-6.1.9/arch/powerpc/platforms/powermac/
Dlow_i2c.c89 struct lock_class_key lock_key; member
585 lockdep_register_key(&bus->lock_key); in kw_i2c_add()
586 lockdep_set_class(&bus->mutex, &bus->lock_key); in kw_i2c_add()
815 lockdep_register_key(&bus->lock_key); in pmu_i2c_probe()
816 lockdep_set_class(&bus->mutex, &bus->lock_key); in pmu_i2c_probe()
939 lockdep_register_key(&bus->lock_key); in smu_i2c_probe()
940 lockdep_set_class(&bus->mutex, &bus->lock_key); in smu_i2c_probe()
/linux-6.1.9/drivers/gpio/
Dgpiolib-devres.c473 struct lock_class_key *lock_key, in devm_gpiochip_add_data_with_key() argument
478 ret = gpiochip_add_data_with_key(gc, data, lock_key, request_key); in devm_gpiochip_add_data_with_key()
Dgpiolib.c85 struct lock_class_key *lock_key,
595 struct lock_class_key *lock_key, in gpiochip_add_data_with_key() argument
793 ret = gpiochip_add_irqchip(gc, lock_key, request_key); in gpiochip_add_data_with_key()
1171 irq_set_lockdep_class(irq, gc->irq.lock_key, gc->irq.request_key); in gpiochip_hierarchy_irq_domain_alloc()
1322 irq_set_lockdep_class(irq, gc->irq.lock_key, gc->irq.request_key); in gpiochip_irq_map()
1543 struct lock_class_key *lock_key, in gpiochip_add_irqchip() argument
1575 gc->irq.lock_key = lock_key; in gpiochip_add_irqchip()
1707 struct lock_class_key *lock_key, in gpiochip_add_irqchip() argument
/linux-6.1.9/drivers/mailbox/
Dtegra-hsp.c118 struct lock_class_key lock_key; member
867 lockdep_register_key(&hsp->lock_key); in tegra_hsp_probe()
868 lockdep_set_class(&hsp->lock, &hsp->lock_key); in tegra_hsp_probe()
877 lockdep_unregister_key(&hsp->lock_key); in tegra_hsp_remove()
/linux-6.1.9/include/linux/device/
Dbus.h115 struct lock_class_key lock_key; member
/linux-6.1.9/drivers/bus/
Dsunxi-rsb.c489 struct lock_class_key *lock_key, in __devm_regmap_init_sunxi_rsb() argument
498 lock_key, lock_name); in __devm_regmap_init_sunxi_rsb()

12