Searched refs:device_pd (Results 1 – 1 of 1) sorted by relevance
511 struct brcmfmac_pd_device *device_pd; in brcmf_get_module_param() local538 device_pd = &brcmfmac_pdata->devices[i]; in brcmf_get_module_param()539 if ((device_pd->bus_type == bus_type) && in brcmf_get_module_param()540 (device_pd->id == chip) && in brcmf_get_module_param()541 ((device_pd->rev == chiprev) || in brcmf_get_module_param()542 (device_pd->rev == -1))) { in brcmf_get_module_param()545 device_pd->country_codes; in brcmf_get_module_param()546 if (device_pd->bus_type == BRCMF_BUSTYPE_SDIO) in brcmf_get_module_param()548 &device_pd->bus.sdio, in brcmf_get_module_param()