Searched refs:brcmf_chip (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | chip.h | 27 struct brcmf_chip { struct 67 int (*reset)(void *ctx, struct brcmf_chip *chip); 68 int (*setup)(void *ctx, struct brcmf_chip *chip); 69 void (*activate)(void *ctx, struct brcmf_chip *chip, u32 rstvec); 72 int brcmf_chip_get_raminfo(struct brcmf_chip *pub); 73 struct brcmf_chip *brcmf_chip_attach(void *ctx, 75 void brcmf_chip_detach(struct brcmf_chip *chip); 76 struct brcmf_core *brcmf_chip_get_core(struct brcmf_chip *chip, u16 coreid); 77 struct brcmf_core *brcmf_chip_get_chipcommon(struct brcmf_chip *chip); 78 struct brcmf_core *brcmf_chip_get_pmu(struct brcmf_chip *pub); [all …]
|
| D | chip.c | 224 struct brcmf_chip pub; 699 int brcmf_chip_get_raminfo(struct brcmf_chip *pub) in brcmf_chip_get_raminfo() 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() [all …]
|
| D | pcie.c | 257 struct brcmf_chip *ci; 1711 static int brcmf_pcie_buscore_reset(void *ctx, struct brcmf_chip *chip) in brcmf_pcie_buscore_reset() 1728 static void brcmf_pcie_buscore_activate(void *ctx, struct brcmf_chip *chip, in brcmf_pcie_buscore_activate()
|
| D | sdio.c | 434 struct brcmf_chip *ci; /* Chip info struct */ 2418 static bool brcmf_chip_is_ulp(struct brcmf_chip *ci) in brcmf_chip_is_ulp() 3720 struct brcmf_chip *ci, u32 drivestrength) in brcmf_sdio_drivestrengthinit() 3833 static void brcmf_sdio_buscore_activate(void *ctx, struct brcmf_chip *chip, in brcmf_sdio_buscore_activate()
|