Searched refs:irq_types (Results 1 – 3 of 3) sorted by relevance
36 u32 irq_types[NR_IRQS]; member 143 if (priv->irq_types[hw] & IRQ_TYPE_SENSE_MASK) { in pic32_irq_domain_map() 145 irqd_set_trigger_type(data, priv->irq_types[hw]); in pic32_irq_domain_map() 146 irq_setup_alt_chip(data, priv->irq_types[hw]); in pic32_irq_domain_map() 179 priv->irq_types[intspec[0]] = intspec[1] & IRQ_TYPE_SENSE_MASK; in pic32_irq_domain_xlate()
364 struct tps65219_regulator_irq_type *irq_types; member 374 .irq_types = NULL,384 .irq_types = tps65215_regulator_irq_types,394 .irq_types = tps65219_regulator_irq_types,463 irq_type = &pmic->irq_types[i]; in tps65219_regulator_probe()
209 enum irq_types { enum