Lines Matching refs:brcmf_chip
37 struct brcmf_chip { struct
76 int (*reset)(void *ctx, struct brcmf_chip *chip);
77 int (*setup)(void *ctx, struct brcmf_chip *chip);
78 void (*activate)(void *ctx, struct brcmf_chip *chip, u32 rstvec);
81 struct brcmf_chip *brcmf_chip_attach(void *ctx,
83 void brcmf_chip_detach(struct brcmf_chip *chip);
84 struct brcmf_core *brcmf_chip_get_core(struct brcmf_chip *chip, u16 coreid);
85 struct brcmf_core *brcmf_chip_get_chipcommon(struct brcmf_chip *chip);
90 void brcmf_chip_set_passive(struct brcmf_chip *ci);
91 bool brcmf_chip_set_active(struct brcmf_chip *ci, u32 rstvec);
92 bool brcmf_chip_sr_capable(struct brcmf_chip *pub);