irq_types
if (priv->irq_types[hw] & IRQ_TYPE_SENSE_MASK) {
irqd_set_trigger_type(data, priv->irq_types[hw]);
irq_setup_alt_chip(data, priv->irq_types[hw]);
priv->irq_types[intspec[0]] = intspec[1] & IRQ_TYPE_SENSE_MASK;
u32 irq_types[NR_IRQS];
struct tps65219_regulator_irq_type *irq_types;
.irq_types = NULL,
.irq_types = tps65215_regulator_irq_types,
.irq_types = tps65219_regulator_irq_types,
struct tps65219_regulator_irq_type *irq_types,
if (strcmp(irq_types[i].regulator_name, regulator_name))
irq = platform_get_irq_byname(pdev, irq_types[i].irq_name);
irq_data->type = &irq_types[i];
irq_types[i].irq_name,
irq_types[i].irq_name, irq);
pmic->irq_types,
pmic->irq_types,
irq_type = &pmic->irq_types[i];