Lines Matching refs:brcmf_chip
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);
83 void brcmf_chip_set_passive(struct brcmf_chip *ci);
84 bool brcmf_chip_set_active(struct brcmf_chip *ci, u32 rstvec);
85 bool brcmf_chip_sr_capable(struct brcmf_chip *pub);