Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dchip.h28 struct brcmf_chip { struct
69 int (*reset)(void *ctx, struct brcmf_chip *chip);
70 int (*setup)(void *ctx, struct brcmf_chip *chip);
71 void (*activate)(void *ctx, struct brcmf_chip *chip, u32 rstvec);
74 int brcmf_chip_get_raminfo(struct brcmf_chip *pub);
75 struct brcmf_chip *brcmf_chip_attach(void *ctx, u16 devid,
77 void brcmf_chip_detach(struct brcmf_chip *chip);
78 struct brcmf_core *brcmf_chip_get_core(struct brcmf_chip *chip, u16 coreid);
79 struct brcmf_core *brcmf_chip_get_d11core(struct brcmf_chip *pub, u8 unit);
80 struct brcmf_core *brcmf_chip_get_chipcommon(struct brcmf_chip *chip);
[all …]
H A Dpcie.c344 struct brcmf_chip *ci;
1876 static int brcmf_pcie_buscore_reset(void *ctx, struct brcmf_chip *chip) in brcmf_pcie_buscore_reset()
1900 static void brcmf_pcie_buscore_activate(void *ctx, struct brcmf_chip *chip, in brcmf_pcie_buscore_activate()