Searched refs:pd_names (Results 1 – 3 of 3) sorted by relevance
62 const char *pd_names[WCNSS_MAX_PDS]; member121 .pd_names = { "mx", "cx" },135 .pd_names = { "mx", "cx" },388 const char * const pd_names[WCNSS_MAX_PDS]) in wcnss_init_pds()393 if (!pd_names[i]) in wcnss_init_pds()396 wcnss->pds[i] = dev_pm_domain_attach_by_name(wcnss->dev, pd_names[i]); in wcnss_init_pds()580 ret = wcnss_init_pds(wcnss, data->pd_names); in wcnss_probe()
321 char **pd_names) in adsp_pds_attach() argument327 if (!pd_names) in adsp_pds_attach()337 while (pd_names[num_pds]) in adsp_pds_attach()341 devs[i] = dev_pm_domain_attach_by_name(dev, pd_names[i]); in adsp_pds_attach()
1556 char **pd_names) in q6v5_pds_attach() argument1562 if (!pd_names) in q6v5_pds_attach()1565 while (pd_names[num_pds]) in q6v5_pds_attach()1569 devs[i] = dev_pm_domain_attach_by_name(dev, pd_names[i]); in q6v5_pds_attach()