Searched refs:xirc_softc (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pcmcia/
H A Dxirc.c88 struct xirc_softc { struct
126 CFATTACH_DECL2_NEW(xirc, sizeof(struct xirc_softc),
133 xirc_mako_alloc(struct xirc_softc *);
135 xirc_dingo_alloc_modem(struct xirc_softc *);
137 xirc_dingo_alloc_ethernet(struct xirc_softc *);
139 int xirc_enable(struct xirc_softc *, int, int);
140 void xirc_disable(struct xirc_softc *, int, int);
170 struct xirc_softc *sc = device_private(self);
298 xirc_mako_alloc(struct xirc_softc *sc)
333 xirc_dingo_alloc_modem(struct xirc_softc *s
[all...]

Completed in 111 milliseconds