Searched refs:pd_links (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/base/power/
H A Dcommon.c229 pds->pd_links = devm_kcalloc(dev, num_pds, sizeof(*pds->pd_links),
231 if (!pds->pd_links)
257 pds->pd_links[i] = link;
271 if (pds->pd_links[i])
272 device_link_del(pds->pd_links[i]);
317 if (list->pd_links[i])
318 device_link_del(list->pd_links[i]);
/linux-master/include/linux/
H A Dpm_domain.h45 struct device_link **pd_links; member in struct:dev_pm_domain_list

Completed in 109 milliseconds