Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dmalovar.h77 struct malo_softc { struct
78 device_t sc_dev;
79 struct ethercom sc_ec;
80 struct ieee80211com sc_ic;
82 void *sc_soft_ih;
106 int (*sc_enable)(struct malo_softc *); argument
107 void (*sc_disable)(struct malo_softc *); argument
132 int malo_attach(struct malo_softc *sc); argument
/netbsd-src/sys/dev/pcmcia/
H A Dif_malo_pcmciavar.h365 struct malo_softc { struct
366 device_t sc_dev;
367 struct ethercom sc_ec;
369 struct ieee80211com sc_ic;
370 void *sc_soft_ih;
371 bus_space_tag_t sc_iot;
372 bus_space_handle_t sc_ioh;
373 int (*sc_newstate)
377 int sc_flags;
378 uint8_t *sc_fw_h;
[all …]