Home
last modified time | relevance | path

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

/linux/drivers/base/regmap/
A Dregmap-irq.c206 for (i = 0; i < d->chip->num_type_reg; i++) { in regmap_irq_sync_unlock()
637 int num_type_reg; in regmap_add_irq_chip_fwnode() local
705 num_type_reg = chip->type_in_mask ? chip->num_regs : chip->num_type_reg; in regmap_add_irq_chip_fwnode()
706 if (num_type_reg) { in regmap_add_irq_chip_fwnode()
707 d->type_buf_def = kcalloc(num_type_reg, in regmap_add_irq_chip_fwnode()
712 d->type_buf = kcalloc(num_type_reg, sizeof(unsigned int), in regmap_add_irq_chip_fwnode()
858 if (chip->num_type_reg && !chip->type_in_mask) { in regmap_add_irq_chip_fwnode()
859 for (i = 0; i < chip->num_type_reg; ++i) { in regmap_add_irq_chip_fwnode()
/linux/drivers/mfd/
A Dqcom-pm8008.c144 .num_type_reg = PM8008_NUM_PERIPHS,
A Dwcd934x.c64 .num_type_reg = 4,
A Drohm-bd70528.c213 .num_type_reg = 4,
/linux/include/linux/
A Dregmap.h1515 int num_type_reg; member
/linux/sound/soc/codecs/
A Dwcd9335.c5027 .num_type_reg = 4,

Completed in 21 milliseconds