Lines Matching refs:of_phandle_args
311 typedef struct generic_pm_domain *(*genpd_xlate_t)(struct of_phandle_args *args,
326 int of_genpd_add_device(struct of_phandle_args *args, struct device *dev);
327 int of_genpd_add_subdomain(struct of_phandle_args *parent_spec,
328 struct of_phandle_args *subdomain_spec);
329 int of_genpd_remove_subdomain(struct of_phandle_args *parent_spec,
330 struct of_phandle_args *subdomain_spec);
357 static inline int of_genpd_add_device(struct of_phandle_args *args, in of_genpd_add_device()
363 static inline int of_genpd_add_subdomain(struct of_phandle_args *parent_spec, in of_genpd_add_subdomain()
364 struct of_phandle_args *subdomain_spec) in of_genpd_add_subdomain()
369 static inline int of_genpd_remove_subdomain(struct of_phandle_args *parent_spec, in of_genpd_remove_subdomain()
370 struct of_phandle_args *subdomain_spec) in of_genpd_remove_subdomain()