Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dchip.h37 struct brcmf_chip { struct
76 int (*setup)(void *ctx, struct brcmf_chip *chip);
77 void (*activate)(void *ctx, struct brcmf_chip *chip, u32 rstvec);
80 struct brcmf_chip *brcmf_chip_attach(void *ctx,
82 void brcmf_chip_detach(struct brcmf_chip *chip);
83 struct brcmf_core *brcmf_chip_get_core(struct brcmf_chip *chip, u16 coreid);
84 struct brcmf_core *brcmf_chip_get_chipcommon(struct brcmf_chip *chip);
89 void brcmf_chip_set_passive(struct brcmf_chip *ci);
90 bool brcmf_chip_set_active(struct brcmf_chip *ci, u32 rstvec);
91 bool brcmf_chip_sr_capable(struct brcmf_chip *pub);
Dchip.c230 struct brcmf_chip pub;
936 struct brcmf_chip *pub; in brcmf_chip_setup()
968 struct brcmf_chip *brcmf_chip_attach(void *ctx, in brcmf_chip_attach()
1013 void brcmf_chip_detach(struct brcmf_chip *pub) in brcmf_chip_detach()
1027 struct brcmf_core *brcmf_chip_get_core(struct brcmf_chip *pub, u16 coreid) in brcmf_chip_get_core()
1040 struct brcmf_core *brcmf_chip_get_chipcommon(struct brcmf_chip *pub) in brcmf_chip_get_chipcommon()
1145 void brcmf_chip_set_passive(struct brcmf_chip *pub) in brcmf_chip_set_passive()
1162 bool brcmf_chip_set_active(struct brcmf_chip *pub, u32 rstvec) in brcmf_chip_set_active()
1177 bool brcmf_chip_sr_capable(struct brcmf_chip *pub) in brcmf_chip_sr_capable()
Dpcie.c238 struct brcmf_chip *ci;
1560 static void brcmf_pcie_buscore_activate(void *ctx, struct brcmf_chip *chip, in brcmf_pcie_buscore_activate()
Dsdio.c433 struct brcmf_chip *ci; /* Chip info struct */
683 static int brcmf_sdio_get_fwnames(struct brcmf_chip *ci, in brcmf_sdio_get_fwnames()
3678 struct brcmf_chip *ci, u32 drivestrength) in brcmf_sdio_drivestrengthinit()
3791 static void brcmf_sdio_buscore_activate(void *ctx, struct brcmf_chip *chip, in brcmf_sdio_buscore_activate()