Searched refs:brcmf_mp_device (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | common.h | 44 struct brcmf_mp_device { struct 60 struct brcmf_mp_device *brcmf_get_module_param(struct device *dev, argument 63 void brcmf_release_module_param(struct brcmf_mp_device *module_param); 69 void brcmf_dmi_probe(struct brcmf_mp_device *settings, u32 chip, u32 chiprev); 72 brcmf_dmi_probe(struct brcmf_mp_device *settings, u32 chip, u32 chiprev) {} in brcmf_dmi_probe()
|
D | of.h | 7 struct brcmf_mp_device *settings); 10 struct brcmf_mp_device *settings) in brcmf_of_probe()
|
D | core.h | 64 struct brcmf_mp_device; /* module paramateres, device specific */ 134 struct brcmf_mp_device *settings;
|
D | bus.h | 37 struct brcmf_mp_device; 257 int brcmf_alloc(struct device *dev, struct brcmf_mp_device *settings);
|
D | of.c | 16 struct brcmf_mp_device *settings) in brcmf_of_probe()
|
D | common.c | 395 struct brcmf_mp_device *brcmf_get_module_param(struct device *dev, in brcmf_get_module_param() 399 struct brcmf_mp_device *settings; in brcmf_get_module_param() 452 void brcmf_release_module_param(struct brcmf_mp_device *module_param) in brcmf_release_module_param()
|
D | dmi.c | 159 void brcmf_dmi_probe(struct brcmf_mp_device *settings, u32 chip, u32 chiprev) in brcmf_dmi_probe()
|
D | sdio.h | 176 struct brcmf_mp_device *settings;
|
D | cfg80211.h | 439 struct cfg80211_ops *brcmf_cfg80211_get_ops(struct brcmf_mp_device *settings);
|
D | core.c | 1294 int brcmf_alloc(struct device *dev, struct brcmf_mp_device *settings) in brcmf_alloc()
|
D | usb.c | 167 struct brcmf_mp_device *settings;
|
D | pcie.c | 274 struct brcmf_mp_device *settings;
|
D | cfg80211.c | 5521 struct cfg80211_ops *brcmf_cfg80211_get_ops(struct brcmf_mp_device *settings) in brcmf_cfg80211_get_ops()
|