Home
last modified time | relevance | path

Searched refs:arm_post_filter (Results 1 – 10 of 10) sorted by relevance

/NextBSD/sys/arm/arm/
HDintr.c75 void (*arm_post_filter)(void *) = NULL; variable
148 arm_post_filter, NULL, "intr%d:", irq); in arm_setup_irqhandler()
HDgic.c414 arm_post_filter = gic_post_filter; in arm_gic_attach()
/NextBSD/sys/arm/at91/
HDat91_common.c101 arm_post_filter = at91_eoi; in platform_probe_and_attach()
HDat91.c265 arm_post_filter = at91_eoi; in at91_attach()
/NextBSD/sys/arm/freescale/imx/
HDtzic.c105 arm_post_filter = tzic_post_filter; in tzic_attach()
/NextBSD/sys/arm/ti/
HDaintc.c140 arm_post_filter = aintc_post_filter; in ti_aintc_attach()
/NextBSD/sys/arm/include/
HDintr.h177 extern void (*arm_post_filter)(void *);
/NextBSD/sys/arm/lpc/
HDlpc_intc.c100 arm_post_filter = lpc_intc_eoi; in lpc_intc_attach()
/NextBSD/sys/arm/amlogic/aml8726/
HDaml8726_pic.c173 arm_post_filter = aml8726_pic_eoi; in aml8726_pic_attach()
/NextBSD/sys/arm/xscale/ixp425/
HDixp425.c319 arm_post_filter = ixp425_post_filter; in ixp425_attach()