Home | Sort by: relevance | last modified time | path |
/src/sys/dev/gpio/ | |
gpiosim.c | 422 bool has_level = false; local in function:gpiosim_intr_disestablish 436 has_level = true; 440 if (has_level == false) { |
gpio.c | 489 int has_edge, has_level; local in function:gpio_irqmode_sanitize 492 has_level = irqmode & GPIO_INTR_LEVEL_MASK; 499 if (has_level && has_edge) 516 if (has_level == GPIO_INTR_LEVEL_MASK) |
/src/sys/arch/arm/broadcom/ | |
bcm2835_gpio.c | 457 int has_level = flags & local in function:bmcgpio_intr_enable 466 if (!has_edge && !has_level) 470 if (has_level == (BCMGPIO_INTR_HIGH_LEVEL|BCMGPIO_INTR_LOW_LEVEL)) 474 if (has_edge && has_level) |