Lines Matching refs:brcmf_chip
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);
94 bool brcmf_chip_set_active(struct brcmf_chip *ci, u32 rstvec);
95 bool brcmf_chip_sr_capable(struct brcmf_chip *pub);