Searched refs:type_in_mask (Results 1 – 4 of 4) sorted by relevance
184 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()
140 .type_in_mask = true,
68 .type_in_mask = false,
1411 bool type_in_mask:1; member