Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/eisa/
H A Dmlx_eisa.c202 return mlx_configure(device_private(self), 1); in mlx_eisa_rescan()
/netbsd-src/sys/dev/ic/
H A Dmlxvar.h180 int mlx_configure(struct mlx_softc *, int);
H A Dmlx.c497 mlx_configure(mlx, 0); in mlx_init()
556 mlx_configure(struct mlx_softc *mlx, int waitok) in mlx_configure() function
755 mlx_configure(mlx, 1); in mlxioctl()
/netbsd-src/sys/dev/pci/
H A Dmlx_pci.c151 return mlx_configure(device_private(self), 1); in mlx_pci_rescan()