Home
last modified time | relevance | path

Searched refs:mlx_intr (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/mlx/
HDmlxvar.h119 void *mlx_intr; /* interrupt handle */ member
195 extern void mlx_intr(void *data);
HDmlx.c174 if (sc->mlx_intr) in mlx_free()
175 bus_teardown_intr(sc->mlx_dev, sc->mlx_irq, sc->mlx_intr); in mlx_free()
388 INTR_ENTROPY | INTR_MPSAFE, NULL, mlx_intr, sc, &sc->mlx_intr); in mlx_attach()
725 mlx_intr(void *arg) in mlx_intr() function