Searched refs:brcmf_chip (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | chip.h | 38 struct brcmf_chip { struct 78 int (*reset)(void *ctx, struct brcmf_chip *chip); 79 int (*setup)(void *ctx, struct brcmf_chip *chip); 80 void (*activate)(void *ctx, struct brcmf_chip *chip, u32 rstvec); 83 struct brcmf_chip *brcmf_chip_attach(void *ctx, 85 void brcmf_chip_detach(struct brcmf_chip *chip); 86 struct brcmf_core *brcmf_chip_get_core(struct brcmf_chip *chip, u16 coreid); 87 struct brcmf_core *brcmf_chip_get_chipcommon(struct brcmf_chip *chip); 88 struct brcmf_core *brcmf_chip_get_pmu(struct brcmf_chip *pub); 93 void brcmf_chip_set_passive(struct brcmf_chip *ci); [all …]
|
D | chip.c | 234 struct brcmf_chip pub; 1020 struct brcmf_chip *pub; in brcmf_chip_setup() 1057 struct brcmf_chip *brcmf_chip_attach(void *ctx, in brcmf_chip_attach() 1102 void brcmf_chip_detach(struct brcmf_chip *pub) in brcmf_chip_detach() 1116 struct brcmf_core *brcmf_chip_get_core(struct brcmf_chip *pub, u16 coreid) in brcmf_chip_get_core() 1129 struct brcmf_core *brcmf_chip_get_chipcommon(struct brcmf_chip *pub) in brcmf_chip_get_chipcommon() 1141 struct brcmf_core *brcmf_chip_get_pmu(struct brcmf_chip *pub) in brcmf_chip_get_pmu() 1278 void brcmf_chip_set_passive(struct brcmf_chip *pub) in brcmf_chip_set_passive() 1303 bool brcmf_chip_set_active(struct brcmf_chip *pub, u32 rstvec) in brcmf_chip_set_active() 1324 bool brcmf_chip_sr_capable(struct brcmf_chip *pub) in brcmf_chip_sr_capable()
|
D | pcie.c | 258 struct brcmf_chip *ci; 1650 static int brcmf_pcie_buscore_reset(void *ctx, struct brcmf_chip *chip) in brcmf_pcie_buscore_reset() 1667 static void brcmf_pcie_buscore_activate(void *ctx, struct brcmf_chip *chip, in brcmf_pcie_buscore_activate()
|
D | sdio.c | 438 struct brcmf_chip *ci; /* Chip info struct */ 3650 struct brcmf_chip *ci, u32 drivestrength) in brcmf_sdio_drivestrengthinit() 3763 static void brcmf_sdio_buscore_activate(void *ctx, struct brcmf_chip *chip, in brcmf_sdio_buscore_activate()
|