Searched refs:brcmf_chip (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | chip.h | 28 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 …]
|
| D | chip.c | 226 struct brcmf_chip pub; 747 int brcmf_chip_get_raminfo(struct brcmf_chip *pub) in brcmf_chip_get_raminfo() 1071 struct brcmf_chip *pub; in brcmf_chip_setup() 1108 struct brcmf_chip *brcmf_chip_attach(void *ctx, u16 devid, in brcmf_chip_attach() 1154 void brcmf_chip_detach(struct brcmf_chip *pub) in brcmf_chip_detach() 1168 struct brcmf_core *brcmf_chip_get_d11core(struct brcmf_chip *pub, u8 unit) in brcmf_chip_get_d11core() 1183 struct brcmf_core *brcmf_chip_get_core(struct brcmf_chip *pub, u16 coreid) in brcmf_chip_get_core() 1196 struct brcmf_core *brcmf_chip_get_chipcommon(struct brcmf_chip *pub) in brcmf_chip_get_chipcommon() 1208 struct brcmf_core *brcmf_chip_get_pmu(struct brcmf_chip *pub) in brcmf_chip_get_pmu() 1346 void brcmf_chip_set_passive(struct brcmf_chip *pub) in brcmf_chip_set_passive() [all …]
|
| D | pcie.c | 327 struct brcmf_chip *ci; 1798 static int brcmf_pcie_buscore_reset(void *ctx, struct brcmf_chip *chip) in brcmf_pcie_buscore_reset() 1822 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 */ 2459 static bool brcmf_chip_is_ulp(struct brcmf_chip *ci) in brcmf_chip_is_ulp() 3776 struct brcmf_chip *ci, u32 drivestrength) in brcmf_sdio_drivestrengthinit() 3889 static void brcmf_sdio_buscore_activate(void *ctx, struct brcmf_chip *chip, in brcmf_sdio_buscore_activate()
|