Home
last modified time | relevance | path

Searched refs:brcmf_chip (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dchip.h37 struct brcmf_chip { struct
76 int (*reset)(void *ctx, struct brcmf_chip *chip);
77 int (*setup)(void *ctx, struct brcmf_chip *chip);
78 void (*activate)(void *ctx, struct brcmf_chip *chip, u32 rstvec);
81 struct brcmf_chip *brcmf_chip_attach(void *ctx,
83 void brcmf_chip_detach(struct brcmf_chip *chip);
84 struct brcmf_core *brcmf_chip_get_core(struct brcmf_chip *chip, u16 coreid);
85 struct brcmf_core *brcmf_chip_get_chipcommon(struct brcmf_chip *chip);
90 void brcmf_chip_set_passive(struct brcmf_chip *ci);
91 bool brcmf_chip_set_active(struct brcmf_chip *ci, u32 rstvec);
[all …]
Dchip.c234 struct brcmf_chip pub;
1006 struct brcmf_chip *pub; in brcmf_chip_setup()
1038 struct brcmf_chip *brcmf_chip_attach(void *ctx, in brcmf_chip_attach()
1083 void brcmf_chip_detach(struct brcmf_chip *pub) in brcmf_chip_detach()
1097 struct brcmf_core *brcmf_chip_get_core(struct brcmf_chip *pub, u16 coreid) in brcmf_chip_get_core()
1110 struct brcmf_core *brcmf_chip_get_chipcommon(struct brcmf_chip *pub) in brcmf_chip_get_chipcommon()
1242 void brcmf_chip_set_passive(struct brcmf_chip *pub) in brcmf_chip_set_passive()
1267 bool brcmf_chip_set_active(struct brcmf_chip *pub, u32 rstvec) in brcmf_chip_set_active()
1288 bool brcmf_chip_sr_capable(struct brcmf_chip *pub) in brcmf_chip_sr_capable()
Dpcie.c265 struct brcmf_chip *ci;
1743 static int brcmf_pcie_buscore_reset(void *ctx, struct brcmf_chip *chip) in brcmf_pcie_buscore_reset()
1760 static void brcmf_pcie_buscore_activate(void *ctx, struct brcmf_chip *chip, in brcmf_pcie_buscore_activate()
Dsdio.c435 struct brcmf_chip *ci; /* Chip info struct */
690 static int brcmf_sdio_get_fwnames(struct brcmf_chip *ci, in brcmf_sdio_get_fwnames()
3725 struct brcmf_chip *ci, u32 drivestrength) in brcmf_sdio_drivestrengthinit()
3838 static void brcmf_sdio_buscore_activate(void *ctx, struct brcmf_chip *chip, in brcmf_sdio_buscore_activate()