Lines Matching refs:of_phandle_args
305 typedef struct generic_pm_domain *(*genpd_xlate_t)(struct of_phandle_args *args,
320 int of_genpd_add_device(struct of_phandle_args *args, struct device *dev);
321 int of_genpd_add_subdomain(struct of_phandle_args *parent_spec,
322 struct of_phandle_args *subdomain_spec);
323 int of_genpd_remove_subdomain(struct of_phandle_args *parent_spec,
324 struct of_phandle_args *subdomain_spec);
351 static inline int of_genpd_add_device(struct of_phandle_args *args, in of_genpd_add_device()
357 static inline int of_genpd_add_subdomain(struct of_phandle_args *parent_spec, in of_genpd_add_subdomain()
358 struct of_phandle_args *subdomain_spec) in of_genpd_add_subdomain()
363 static inline int of_genpd_remove_subdomain(struct of_phandle_args *parent_spec, in of_genpd_remove_subdomain()
364 struct of_phandle_args *subdomain_spec) in of_genpd_remove_subdomain()