Lines Matching refs:of_phandle_args
401 typedef struct generic_pm_domain *(*genpd_xlate_t)(const struct of_phandle_args *args,
416 int of_genpd_add_device(const struct of_phandle_args *args, struct device *dev);
417 int of_genpd_add_subdomain(const struct of_phandle_args *parent_spec,
418 const struct of_phandle_args *subdomain_spec);
419 int of_genpd_remove_subdomain(const struct of_phandle_args *parent_spec,
420 const struct of_phandle_args *subdomain_spec);
445 static inline int of_genpd_add_device(const struct of_phandle_args *args, in of_genpd_add_device()
451 static inline int of_genpd_add_subdomain(const struct of_phandle_args *parent_spec, in of_genpd_add_subdomain()
452 const struct of_phandle_args *subdomain_spec) in of_genpd_add_subdomain()
457 static inline int of_genpd_remove_subdomain(const struct of_phandle_args *parent_spec, in of_genpd_remove_subdomain()
458 const struct of_phandle_args *subdomain_spec) in of_genpd_remove_subdomain()