Searched refs:device_pd (Results 1 – 1 of 1) sorted by relevance
518 struct brcmfmac_pd_device *device_pd; in brcmf_get_module_param() local545 device_pd = &brcmfmac_pdata->devices[i]; in brcmf_get_module_param()546 if ((device_pd->bus_type == bus_type) && in brcmf_get_module_param()547 (device_pd->id == chip) && in brcmf_get_module_param()548 ((device_pd->rev == chiprev) || in brcmf_get_module_param()549 (device_pd->rev == -1))) { in brcmf_get_module_param()552 device_pd->country_codes; in brcmf_get_module_param()553 if (device_pd->bus_type == BRCMF_BUSTYPE_SDIO) in brcmf_get_module_param()555 &device_pd->bus.sdio, in brcmf_get_module_param()
Completed in 5 milliseconds