HomeSort by: relevance | last modified time | path
    Searched defs:wi_pcmcia_enable (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pcmcia/
if_wi_pcmcia.c 81 static int wi_pcmcia_enable(device_t, int);
269 wi_pcmcia_enable(device_t self, int onoff) function in typeref:typename:int
296 wi_pcmcia_enable(self, 0);
366 error = wi_pcmcia_enable(self, 1);
371 sc->sc_enable = wi_pcmcia_enable;
386 wi_pcmcia_enable(self, 0);
391 wi_pcmcia_enable(self, 0);

Completed in 12 milliseconds