OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bwfm_softc
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/ic/
bwfmvar.h
84
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
*, char *, size_t *)
212
struct
bwfm_softc
{
struct
[
all
...]
bwfm.c
75
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_t *
[
all
...]
/src/sys/dev/sdmmc/
if_bwfm_sdio.c
77
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
*bwfm = &sc->sc_sc
[
all
...]
/src/sys/dev/usb/
if_bwfm_usb.c
190
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
*bwfm, char *buf, size_t *len
[
all
...]
/src/sys/dev/pci/
if_bwfm_pci.c
125
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
*, int
[
all
...]
Completed in 15 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025