Home | Sort by: relevance | last modified time | path |
/src/sys/dev/marvell/ | |
mvpexvar.h | 37 int ih_type; member in struct:mvpex_intrhand |
/src/sys/arch/mips/cavium/dev/ | |
octeon_cib.c | 64 int ih_type; member in struct:octeon_cib_intr 194 ih->ih_type = type; 245 if (ih->ih_type == IST_EDGE) |
/src/sys/arch/atari/include/ | |
intr.h | 109 * 'standard' clockframe. This depends on 'ih_type'. 117 int ih_type; member in struct:intrhand |
/src/usr.bin/mkubootimage/ | |
uboot.h | 83 uint8_t ih_type; member in struct:uboot_image_header |
/src/sys/arch/alpha/include/ | |
intr.h | 209 int ih_type; member in struct:alpha_shared_intrhand |
/src/sys/dev/acpi/ | |
qcomgpio.c | 76 int ih_type; member in struct:qcomgpio_intr_handler 542 qih->ih_type = (irqmode & GPIO_INTR_LEVEL_MASK) != 0 ? 640 if (qih->ih_type == IST_LEVEL) { 655 if (qih->ih_type == IST_LEVEL) { |