Searched refs:device_pd (Results 1 – 1 of 1) sorted by relevance
411 struct brcmfmac_pd_device *device_pd; in brcmf_get_module_param() local438 device_pd = &brcmfmac_pdata->devices[i]; in brcmf_get_module_param()439 if ((device_pd->bus_type == bus_type) && in brcmf_get_module_param()440 (device_pd->id == chip) && in brcmf_get_module_param()441 ((device_pd->rev == chiprev) || in brcmf_get_module_param()442 (device_pd->rev == -1))) { in brcmf_get_module_param()445 device_pd->country_codes; in brcmf_get_module_param()446 if (device_pd->bus_type == BRCMF_BUSTYPE_SDIO) in brcmf_get_module_param()448 &device_pd->bus.sdio, in brcmf_get_module_param()