Lines Matching refs:of_phandle_args
323 typedef struct generic_pm_domain *(*genpd_xlate_t)(struct of_phandle_args *args,
338 int of_genpd_add_device(struct of_phandle_args *args, struct device *dev);
339 int of_genpd_add_subdomain(struct of_phandle_args *parent_spec,
340 struct of_phandle_args *subdomain_spec);
341 int of_genpd_remove_subdomain(struct of_phandle_args *parent_spec,
342 struct of_phandle_args *subdomain_spec);
369 static inline int of_genpd_add_device(struct of_phandle_args *args, in of_genpd_add_device()
375 static inline int of_genpd_add_subdomain(struct of_phandle_args *parent_spec, in of_genpd_add_subdomain()
376 struct of_phandle_args *subdomain_spec) in of_genpd_add_subdomain()
381 static inline int of_genpd_remove_subdomain(struct of_phandle_args *parent_spec, in of_genpd_remove_subdomain()
382 struct of_phandle_args *subdomain_spec) in of_genpd_remove_subdomain()