Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/clk/
H A Drenesas.h21 int cpg_mstp_attach_dev(struct generic_pm_domain *unused, struct device *dev);
24 #define cpg_mstp_attach_dev NULL macro
/openbmc/linux/drivers/clk/renesas/
H A Dclk-mstp.c262 int cpg_mstp_attach_dev(struct generic_pm_domain *unused, struct device *dev) in cpg_mstp_attach_dev() function
333 pd->attach_dev = cpg_mstp_attach_dev; in cpg_mstp_add_clk_domain()
/openbmc/linux/drivers/pmdomain/renesas/
H A Drmobile-sysc.c104 genpd->attach_dev = cpg_mstp_attach_dev; in rmobile_init_pm_domain()
H A Drcar-sysc.c238 genpd->attach_dev = cpg_mstp_attach_dev; in rcar_sysc_pd_setup()