Home
last modified time | relevance | path

Searched refs:type_in_mask (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/base/regmap/
Dregmap-irq.c184 if (!d->chip->type_in_mask) { in regmap_irq_sync_unlock()
239 if (d->chip->type_in_mask && type) in regmap_irq_enable()
649 num_type_reg = chip->type_in_mask ? chip->num_regs : chip->num_type_reg; in regmap_add_irq_chip_fwnode()
780 if (chip->num_type_reg && !chip->type_in_mask) { in regmap_add_irq_chip_fwnode()
/kernel/linux/linux-5.10/drivers/mfd/
Dmax77650.c140 .type_in_mask = true,
Dwcd934x.c68 .type_in_mask = false,
/kernel/linux/linux-5.10/include/linux/
Dregmap.h1411 bool type_in_mask:1; member