Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx/
H A Dmlx.c325 sc->mlx_intaction = mlx_v3_intaction; in mlx_attach()
331 sc->mlx_intaction = mlx_v4_intaction; in mlx_attach()
337 sc->mlx_intaction = mlx_v5_intaction; in mlx_attach()
346 sc->mlx_intaction(sc, MLX_INTACTION_DISABLE); in mlx_attach()
577 sc->mlx_intaction(sc, MLX_INTACTION_ENABLE); in mlx_startup()
653 sc->mlx_intaction(sc, MLX_INTACTION_DISABLE); in mlx_shutdown_locked()
687 sc->mlx_intaction(sc, MLX_INTACTION_DISABLE); in mlx_suspend()
705 sc->mlx_intaction(sc, MLX_INTACTION_ENABLE); in mlx_resume()
H A Dmlxvar.h179 void (* mlx_intaction)(struct mlx_softc *sc, int action); member