Searched refs:type_falling_val (Results 1 – 5 of 5) sorted by relevance
291 d->type_buf[reg] &= ~(t->type_falling_val | in regmap_irq_set_type()297 d->type_buf[reg] |= t->type_falling_val; in regmap_irq_set_type()305 d->type_buf[reg] |= (t->type_falling_val | in regmap_irq_set_type()663 buf[0][idx] &= ~(t->type_falling_val | in regmap_irq_set_type_config_simple()670 buf[0][idx] |= t->type_falling_val; in regmap_irq_set_type_config_simple()678 buf[0][idx] |= (t->type_falling_val | in regmap_irq_set_type_config_simple()
102 .type_falling_val = MAX77650_INT_GPI_F_MSK,
189 type->type_falling_val = pm8008_irqs[i].mask; in pm8008_probe_irq_peripherals()
29 .type_falling_val = 0, \
1418 unsigned int type_falling_val; member