Searched refs:brcmf_mp_device (Results 1 – 14 of 14) sorted by relevance
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | common.h | 45 struct brcmf_mp_device { struct 66 struct brcmf_mp_device *brcmf_get_module_param(struct device *dev, argument 69 void brcmf_release_module_param(struct brcmf_mp_device *module_param); 76 void brcmf_dmi_probe(struct brcmf_mp_device *settings, u32 chip, u32 chiprev); 79 brcmf_dmi_probe(struct brcmf_mp_device *settings, u32 chip, u32 chiprev) {} in brcmf_dmi_probe() 84 struct brcmf_mp_device *settings); 88 struct brcmf_mp_device *settings) {} in brcmf_acpi_probe()
|
D | of.h | 7 struct brcmf_mp_device *settings); 10 struct brcmf_mp_device *settings) in brcmf_of_probe()
|
D | of.c | 17 struct brcmf_mp_device *settings) in brcmf_of_get_country_codes() 69 struct brcmf_mp_device *settings) in brcmf_of_probe()
|
D | core.h | 70 struct brcmf_mp_device; /* module paramateres, device specific */ 140 struct brcmf_mp_device *settings;
|
D | common.c | 252 struct brcmf_mp_device *settings = drvr->settings; in brcmf_c_process_cal_blob() 506 struct brcmf_mp_device *brcmf_get_module_param(struct device *dev, in brcmf_get_module_param() 510 struct brcmf_mp_device *settings; in brcmf_get_module_param() 564 void brcmf_release_module_param(struct brcmf_mp_device *module_param) in brcmf_release_module_param()
|
D | bus.h | 61 struct brcmf_mp_device; 299 int brcmf_alloc(struct device *dev, struct brcmf_mp_device *settings);
|
D | acpi.c | 12 struct brcmf_mp_device *settings) in brcmf_acpi_probe()
|
D | dmi.c | 186 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 | 445 struct cfg80211_ops *brcmf_cfg80211_get_ops(struct brcmf_mp_device *settings);
|
D | usb.c | 167 struct brcmf_mp_device *settings;
|
D | core.c | 1292 int brcmf_alloc(struct device *dev, struct brcmf_mp_device *settings) in brcmf_alloc()
|
D | pcie.c | 359 struct brcmf_mp_device *settings;
|
D | cfg80211.c | 5973 struct cfg80211_ops *brcmf_cfg80211_get_ops(struct brcmf_mp_device *settings) in brcmf_cfg80211_get_ops()
|