Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mfd/
H A Dmax77650.c102 .type_falling_val = MAX77650_INT_GPI_F_MSK,
H A Dwcd934x.c29 .type_falling_val = 0, \
/openbmc/linux/drivers/base/regmap/
H A Dregmap-irq.c576 buf[0][idx] &= ~(t->type_falling_val | in regmap_irq_set_type_config_simple()
583 buf[0][idx] |= t->type_falling_val; in regmap_irq_set_type_config_simple()
591 buf[0][idx] |= (t->type_falling_val | in regmap_irq_set_type_config_simple()
/openbmc/linux/include/linux/
H A Dregmap.h1475 unsigned int type_falling_val; member