Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dcs89x0.c278 static bool cs_shutdown(device_t, int);
495 if (pmf_device_register1(sc->sc_dev, NULL, NULL, cs_shutdown)) in cs_attach()
542 cs_shutdown(device_t self, int howto) in cs_shutdown() function