Home
last modified time | relevance | path

Searched refs:cpg_mstp_attach_dev (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/linux/clk/
Drenesas.h21 int cpg_mstp_attach_dev(struct generic_pm_domain *unused, struct device *dev);
24 #define cpg_mstp_attach_dev NULL macro
/Linux-v5.10/drivers/clk/renesas/
Dclk-mstp.c266 int cpg_mstp_attach_dev(struct generic_pm_domain *unused, struct device *dev) in cpg_mstp_attach_dev() function
337 pd->attach_dev = cpg_mstp_attach_dev; in cpg_mstp_add_clk_domain()
/Linux-v5.10/drivers/soc/renesas/
Drmobile-sysc.c117 genpd->attach_dev = cpg_mstp_attach_dev; in rmobile_init_pm_domain()
Drcar-sysc.c243 genpd->attach_dev = cpg_mstp_attach_dev; in rcar_sysc_pd_setup()