Searched refs:dev_pm_domain_attach_list (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/base/power/
H A Dcommon.c171 * dev_pm_domain_attach_list - Associate a device with its PM domains.
189 int dev_pm_domain_attach_list(struct device *dev, function
277 EXPORT_SYMBOL_GPL(dev_pm_domain_attach_list); variable
303 * This function reverse the actions from dev_pm_domain_attach_list().
/linux-master/include/linux/
H A Dpm_domain.h450 int dev_pm_domain_attach_list(struct device *dev,
473 static inline int dev_pm_domain_attach_list(struct device *dev, function
/linux-master/drivers/media/platform/qcom/venus/
H A Dpm_helpers.c872 ret = dev_pm_domain_attach_list(dev, &vcodec_data, &core->pmdomains);
/linux-master/drivers/remoteproc/
H A Dimx_rproc.c892 ret = dev_pm_domain_attach_list(dev, &pd_data, &priv->pd_list);
H A Dimx_dsp_rproc.c960 ret = dev_pm_domain_attach_list(dev, NULL, &priv->pd_list);
H A Dqcom_q6v5_adsp.c138 ret = dev_pm_domain_attach_list(dev, &pd_data, &adsp->pd_list);

Completed in 141 milliseconds