Lines Matching refs:of_phandle_args
307 typedef struct generic_pm_domain *(*genpd_xlate_t)(struct of_phandle_args *args,
322 int of_genpd_add_device(struct of_phandle_args *args, struct device *dev);
323 int of_genpd_add_subdomain(struct of_phandle_args *parent_spec,
324 struct of_phandle_args *subdomain_spec);
325 int of_genpd_remove_subdomain(struct of_phandle_args *parent_spec,
326 struct of_phandle_args *subdomain_spec);
353 static inline int of_genpd_add_device(struct of_phandle_args *args, in of_genpd_add_device()
359 static inline int of_genpd_add_subdomain(struct of_phandle_args *parent_spec, in of_genpd_add_subdomain()
360 struct of_phandle_args *subdomain_spec) in of_genpd_add_subdomain()
365 static inline int of_genpd_remove_subdomain(struct of_phandle_args *parent_spec, in of_genpd_remove_subdomain()
366 struct of_phandle_args *subdomain_spec) in of_genpd_remove_subdomain()