Lines Matching refs:of_phandle_args
293 typedef struct generic_pm_domain *(*genpd_xlate_t)(struct of_phandle_args *args,
308 int of_genpd_add_device(struct of_phandle_args *args, struct device *dev);
309 int of_genpd_add_subdomain(struct of_phandle_args *parent_spec,
310 struct of_phandle_args *subdomain_spec);
311 int of_genpd_remove_subdomain(struct of_phandle_args *parent_spec,
312 struct of_phandle_args *subdomain_spec);
339 static inline int of_genpd_add_device(struct of_phandle_args *args, in of_genpd_add_device()
345 static inline int of_genpd_add_subdomain(struct of_phandle_args *parent_spec, in of_genpd_add_subdomain()
346 struct of_phandle_args *subdomain_spec) in of_genpd_add_subdomain()
351 static inline int of_genpd_remove_subdomain(struct of_phandle_args *parent_spec, in of_genpd_remove_subdomain()
352 struct of_phandle_args *subdomain_spec) in of_genpd_remove_subdomain()