Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/ingenic/
H A Djz4780_timer.c57 void * ih_cookie; member
211 jz4780_hardclock, NULL, sc, &sc->ih_cookie)) { in jz4780_timer_attach()
/f-stack/freebsd/arm/ti/cpsw/
H A Dif_cpswvar.h106 void *ih_cookie[CPSW_INTR_COUNT]; member
H A Dif_cpsw.c718 cpsw_intr_cb[i].cb, sc, &sc->ih_cookie[i]) != 0) { in cpsw_intr_attach()
732 if (sc->ih_cookie[i]) { in cpsw_intr_detach()
734 sc->ih_cookie[i]); in cpsw_intr_detach()
/f-stack/freebsd/arm/ti/
H A Dti_edma3.c109 void *ih_cookie[TI_EDMA3_NUM_IRQS]; member
197 sc, &sc->ih_cookie[i]); in ti_edma3_attach()
/f-stack/freebsd/arm/mv/
H A Dgpio.c84 void *ih_cookie[GPIO_MAX_INTR_COUNT]; member
271 sc, &sc->ih_cookie[i]) != 0) { in mv_gpio_setup_interrupts()