Home
last modified time | relevance | path

Searched refs:of_genpd_add_device (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dpm_domain.h452 int of_genpd_add_device(const struct of_phandle_args *args, struct device *dev);
482 static inline int of_genpd_add_device(const struct of_phandle_args *args, in of_genpd_add_device() function
/linux/drivers/clk/imx/
H A Dclk-scu.c653 return of_genpd_add_device(&genpdspec, dev); in imx_clk_scu_attach_pd()