Searched refs:ih_user (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/arm/freescale/vybrid/
H A Dvf_port.h45 int port_setup(int, enum ev_type, void (*ih)(void *), void *ih_user);
H A Dvf_port.c83 void *ih_user; member in struct:port_event
128 pev->ih(pev->ih_user);
138 port_setup(int pnum, enum ev_type pevt, void (*ih)(void *), void *ih_user) argument
183 pev->ih_user = ih_user;
H A Dvf_edma.c66 void *ih_user; member in struct:edma_channel
111 ch->ih(ch->ih_user, i);
217 ch->ih_user = tcd->ih_user;
H A Dvf_edma.h148 void *ih_user; member in struct:tcd_conf
H A Dvf_sai.c485 tcd->ih_user = scp;
/freebsd-13-stable/sys/dev/beri/virtio/
H A Dvirtio_mmio_platform.c78 void *ih_user; member in struct:virtio_mmio_platform_softc
245 sc->intr_handler(sc->ih_user);
250 void *intr_handler, void *ih_user)
258 sc->ih_user = ih_user;
249 platform_setup_intr(device_t dev, device_t mmio_dev, void *intr_handler, void *ih_user) argument
/freebsd-13-stable/sys/dev/altera/pio/
H A Dpio.c82 pio_setup_irq(device_t dev, void *intr_handler, void *ih_user) argument
90 NULL, intr_handler, ih_user, &sc->ih)) {
/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx6_sdma.h238 void *ih_user; member in struct:sdma_conf
H A Dimx6_sdma.c116 conf->ih(conf->ih_user, 1);
H A Dimx6_ssi.c492 conf->ih_user = scp;

Completed in 72 milliseconds