Home
last modified time | relevance | path

Searched defs:pcmcia_function (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/pcmcia/
H A Dpcmciavar.h131 struct pcmcia_function { struct
139 SIMPLEQ_ENTRY(pcmcia_function) pf_list; argument
141 struct pcmcia_softc *sc;
142 device_t child;
166 SIMPLEQ_HEAD(pcmcia_function_head, pcmcia_function); argument