Searched refs:brcmf_chip (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/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_d11core(struct brcmf_chip *pub, u8 unit); 78 struct brcmf_core *brcmf_chip_get_chipcommon(struct brcmf_chip *chip); [all …]
|
| D | chip.c | 224 struct brcmf_chip pub; 736 int brcmf_chip_get_raminfo(struct brcmf_chip *pub) in brcmf_chip_get_raminfo() 1053 struct brcmf_chip *pub; in brcmf_chip_setup() 1090 struct brcmf_chip *brcmf_chip_attach(void *ctx, in brcmf_chip_attach() 1135 void brcmf_chip_detach(struct brcmf_chip *pub) in brcmf_chip_detach() 1149 struct brcmf_core *brcmf_chip_get_d11core(struct brcmf_chip *pub, u8 unit) in brcmf_chip_get_d11core() 1164 struct brcmf_core *brcmf_chip_get_core(struct brcmf_chip *pub, u16 coreid) in brcmf_chip_get_core() 1177 struct brcmf_core *brcmf_chip_get_chipcommon(struct brcmf_chip *pub) in brcmf_chip_get_chipcommon() 1189 struct brcmf_core *brcmf_chip_get_pmu(struct brcmf_chip *pub) in brcmf_chip_get_pmu() 1326 void brcmf_chip_set_passive(struct brcmf_chip *pub) in brcmf_chip_set_passive() [all …]
|
| D | pcie.c | 259 struct brcmf_chip *ci; 1713 static int brcmf_pcie_buscore_reset(void *ctx, struct brcmf_chip *chip) in brcmf_pcie_buscore_reset() 1730 static void brcmf_pcie_buscore_activate(void *ctx, struct brcmf_chip *chip, in brcmf_pcie_buscore_activate()
|
| D | sdio.c | 441 struct brcmf_chip *ci; /* Chip info struct */ 2446 static bool brcmf_chip_is_ulp(struct brcmf_chip *ci) in brcmf_chip_is_ulp() 3761 struct brcmf_chip *ci, u32 drivestrength) in brcmf_sdio_drivestrengthinit() 3874 static void brcmf_sdio_buscore_activate(void *ctx, struct brcmf_chip *chip, in brcmf_sdio_buscore_activate()
|