Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx/
H A Dmlxvar.h115 struct cdev *mlx_dev_t; member
H A Dmlx.c169 if (sc->mlx_dev_t != NULL) in mlx_free()
170 destroy_dev(sc->mlx_dev_t); in mlx_free()
502 sc->mlx_dev_t = make_dev(&mlx_cdevsw, 0, UID_ROOT, GID_OPERATOR, in mlx_attach()
504 sc->mlx_dev_t->si_drv1 = sc; in mlx_attach()