/kernel/linux/linux-5.10/include/linux/device/ |
H A D | bus.h | 112 struct lock_class_key lock_key; member
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | base.h | 59 struct lock_class_key lock_key; member
|
/kernel/linux/linux-6.6/drivers/base/regmap/ |
H A D | regmap-i2c.c | 369 __regmap_init_i2c(struct i2c_client *i2c, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) __regmap_init_i2c() 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) __devm_regmap_init_i2c() argument
|
H A D | regmap-mmio.c | 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) __regmap_init_mmio_clk() 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) __devm_regmap_init_mmio_clk() argument
|
H A D | regmap-spi-avmm.c | 667 __regmap_init_spi_avmm(struct spi_device *spi, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) __regmap_init_spi_avmm() 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) __devm_regmap_init_spi_avmm() argument
|
H A D | regmap.c | 664 __regmap_init(struct device *dev, const struct regmap_bus *bus, void *bus_context, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) __regmap_init() argument 1173 __devm_regmap_init(struct device *dev, const struct regmap_bus *bus, void *bus_context, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) __devm_regmap_init() argument
|
/kernel/linux/linux-6.6/net/devlink/ |
H A D | devl_internal.h | 54 struct lock_class_key lock_key; member
|
/kernel/linux/linux-5.10/drivers/base/regmap/ |
H A D | regmap-spi-avmm.c | 673 __regmap_init_spi_avmm(struct spi_device *spi, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) __regmap_init_spi_avmm() argument 696 __devm_regmap_init_spi_avmm(struct spi_device *spi, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) __devm_regmap_init_spi_avmm() argument
|
H A D | regmap.c | 702 __regmap_init(struct device *dev, const struct regmap_bus *bus, void *bus_context, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) __regmap_init() argument 1211 __devm_regmap_init(struct device *dev, const struct regmap_bus *bus, void *bus_context, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) __devm_regmap_init() argument
|
/kernel/linux/linux-5.10/drivers/bus/ |
H A D | sunxi-rsb.c | 474 __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) __devm_regmap_init_sunxi_rsb() argument
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-lock.c | 235 struct lock_key { struct
|
/kernel/linux/linux-5.10/include/linux/gpio/ |
H A D | driver.h | 152 struct lock_class_key *lock_key; member 702 static struct lock_class_key lock_key; in gpiochip_irqchip_add() local 717 static struct lock_class_key lock_key; gpiochip_irqchip_add_nested() local [all...] |
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-subdev.c | 1382 __v4l2_subdev_state_alloc(struct v4l2_subdev *sd, const char *lock_name, struct lock_class_key *lock_key) __v4l2_subdev_state_alloc() argument
|
/kernel/linux/linux-6.6/include/linux/gpio/ |
H A D | driver.h | 163 struct lock_class_key *lock_key; member
|
/kernel/linux/linux-6.6/drivers/bus/ |
H A D | sunxi-rsb.c | 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) __devm_regmap_init_sunxi_rsb() argument
|
/kernel/linux/linux-6.6/drivers/mailbox/ |
H A D | tegra-hsp.c | 118 struct lock_class_key lock_key; member
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
H A D | low_i2c.c | 89 struct lock_class_key lock_key; member
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
H A D | low_i2c.c | 89 struct lock_class_key lock_key; member
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-lock.c | 198 struct lock_key { struct [all...] |
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpiolib.c | 566 gpiochip_add_data_with_key(struct gpio_chip *gc, void *data, struct lock_class_key *lock_key, struct lock_class_key *request_key) gpiochip_add_data_with_key() argument 1536 gpiochip_add_irqchip(struct gpio_chip *gc, struct lock_class_key *lock_key, struct lock_class_key *request_key) gpiochip_add_irqchip() argument 1714 gpiochip_irqchip_add_key(struct gpio_chip *gc, struct irq_chip *irqchip, unsigned int first_irq, irq_flow_handler_t handler, unsigned int type, bool threaded, struct lock_class_key *lock_key, struct lock_class_key *request_key) gpiochip_irqchip_add_key() argument 1809 gpiochip_add_irqchip(struct gpio_chip *gc, struct lock_class_key *lock_key, struct lock_class_key *request_key) gpiochip_add_irqchip() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.c | 330 static struct lock_class_key lock_key; in mv88e6xxx_g1_irq_setup() local
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpiolib.c | 737 gpiochip_add_data_with_key(struct gpio_chip *gc, void *data, struct lock_class_key *lock_key, struct lock_class_key *request_key) gpiochip_add_data_with_key() argument 1738 gpiochip_add_irqchip(struct gpio_chip *gc, struct lock_class_key *lock_key, struct lock_class_key *request_key) gpiochip_add_irqchip() argument 1882 gpiochip_add_irqchip(struct gpio_chip *gc, struct lock_class_key *lock_key, struct lock_class_key *request_key) gpiochip_add_irqchip() argument [all...] |
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | ring_buffer.c | 501 struct lock_class_key lock_key; member
|
/kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.c | 345 static struct lock_class_key lock_key; in mv88e6xxx_g1_irq_setup() local
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | ring_buffer.c | 501 struct lock_class_key lock_key; member
|