Home
last modified time | relevance | path

Searched refs:mlx_reset (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/dev/eisa/
Dmlx_eisa.c134 mlx->mlx_reset = mlx_v1_reset; in mlx_eisa_attach()
/netbsd/src/sys/dev/ic/
Dmlxvar.h141 int (*mlx_reset)(struct mlx_softc *); member
Dmlx.c341 if (mlx->mlx_reset != NULL) { in mlx_init()
344 if ((*mlx->mlx_reset)(mlx) != 0) { in mlx_init()
/netbsd/src/sys/dev/pci/
Dmlx_pci.c294 mlx->mlx_reset = mlx_v3_reset; in mlx_pci_attach()