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

/netbsd-current/sys/dev/ic/
H A Dbwfmvar.h84 struct bwfm_softc;
148 int (*ch_core_isup)(struct bwfm_softc *, struct bwfm_core *);
149 void (*ch_core_disable)(struct bwfm_softc *, struct bwfm_core *,
151 void (*ch_core_reset)(struct bwfm_softc *, struct bwfm_core *,
156 void (*bs_init)(struct bwfm_softc *);
157 void (*bs_stop)(struct bwfm_softc *);
158 int (*bs_txcheck)(struct bwfm_softc *);
159 int (*bs_txdata)(struct bwfm_softc *, struct mbuf **);
160 int (*bs_txctl)(struct bwfm_softc *, char *, size_t);
161 int (*bs_rxctl)(struct bwfm_softc *, cha
212 struct bwfm_softc { struct
[all...]
H A Dbwfm.c75 void bwfm_newstate_cb(struct bwfm_softc *, struct bwfm_cmd_newstate *);
79 int bwfm_chip_attach(struct bwfm_softc *);
80 int bwfm_chip_detach(struct bwfm_softc *, int);
81 struct bwfm_core *bwfm_chip_get_core(struct bwfm_softc *, int);
82 struct bwfm_core *bwfm_chip_get_pmu(struct bwfm_softc *);
83 int bwfm_chip_ai_isup(struct bwfm_softc *, struct bwfm_core *);
84 void bwfm_chip_ai_disable(struct bwfm_softc *, struct bwfm_core *,
86 void bwfm_chip_ai_reset(struct bwfm_softc *, struct bwfm_core *,
88 void bwfm_chip_dmp_erom_scan(struct bwfm_softc *);
89 int bwfm_chip_dmp_get_regaddr(struct bwfm_softc *, uint32_
[all...]
/netbsd-current/sys/dev/sdmmc/
H A Dif_bwfm_sdio.c77 struct bwfm_softc sc_sc;
139 static uint32_t bwfm_sdio_buscore_read(struct bwfm_softc *, uint32_t);
140 static void bwfm_sdio_buscore_write(struct bwfm_softc *, uint32_t,
142 static int bwfm_sdio_buscore_prepare(struct bwfm_softc *);
143 static void bwfm_sdio_buscore_activate(struct bwfm_softc *, uint32_t);
177 static int bwfm_sdio_txcheck(struct bwfm_softc *);
178 static int bwfm_sdio_txdata(struct bwfm_softc *, struct mbuf **);
179 static int bwfm_sdio_txctl(struct bwfm_softc *, char *, size_t);
180 static int bwfm_sdio_rxctl(struct bwfm_softc *, char *, size_t *);
461 struct bwfm_softc *bwf
[all...]
/netbsd-current/sys/dev/usb/
H A Dif_bwfm_usb.c190 struct bwfm_softc sc_sc;
229 int bwfm_usb_txcheck(struct bwfm_softc *);
230 int bwfm_usb_txdata(struct bwfm_softc *, struct mbuf **);
231 int bwfm_usb_txctl(struct bwfm_softc *, char *, size_t);
232 int bwfm_usb_rxctl(struct bwfm_softc *, char *, size_t *);
337 struct bwfm_softc *bwfm = &sc->sc_sc;
760 bwfm_usb_txcheck(struct bwfm_softc *bwfm)
777 bwfm_usb_txdata(struct bwfm_softc *bwfm, struct mbuf **mp)
830 bwfm_usb_txctl(struct bwfm_softc *bwfm, char *buf, size_t len)
859 bwfm_usb_rxctl(struct bwfm_softc *bwf
[all...]
/netbsd-current/sys/dev/pci/
H A Dif_bwfm_pci.c125 struct bwfm_softc sc_sc;
269 uint32_t bwfm_pci_buscore_read(struct bwfm_softc *, uint32_t);
270 void bwfm_pci_buscore_write(struct bwfm_softc *, uint32_t,
272 int bwfm_pci_buscore_prepare(struct bwfm_softc *);
273 int bwfm_pci_buscore_reset(struct bwfm_softc *);
274 void bwfm_pci_buscore_activate(struct bwfm_softc *, const uint32_t);
283 void bwfm_pci_stop(struct bwfm_softc *);
284 int bwfm_pci_txcheck(struct bwfm_softc *);
285 int bwfm_pci_txdata(struct bwfm_softc *, struct mbuf **);
291 int bwfm_pci_msgbuf_query_dcmd(struct bwfm_softc *, in
[all...]

Completed in 203 milliseconds