Home
last modified time | relevance | path

Searched refs:type_falling_val (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/base/regmap/
Dregmap-irq.c291 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()
/linux-6.1.9/drivers/mfd/
Dmax77650.c102 .type_falling_val = MAX77650_INT_GPI_F_MSK,
Dqcom-pm8008.c189 type->type_falling_val = pm8008_irqs[i].mask; in pm8008_probe_irq_peripherals()
Dwcd934x.c29 .type_falling_val = 0, \
/linux-6.1.9/include/linux/
Dregmap.h1418 unsigned int type_falling_val; member