Home
last modified time | relevance | path

Searched refs:clkdm_read_sleepdep (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dclockdomain.h152 * @clkdm_read_sleepdep: Read sleep dependency state between clk domains
170 int (*clkdm_read_sleepdep)(struct clockdomain *clkdm1, struct clockdomain *clkdm2); member
199 int clkdm_read_sleepdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
H A Dclockdomain.c764 * clkdm_read_sleepdep - read sleep dependency state from clkdm2 to clkdm1
779 int clkdm_read_sleepdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2) in clkdm_read_sleepdep() function
791 if (!arch_clkdm || !arch_clkdm->clkdm_read_sleepdep) in clkdm_read_sleepdep()
801 return arch_clkdm->clkdm_read_sleepdep(clkdm1, clkdm2); in clkdm_read_sleepdep()
H A Dcminst44xx.c529 .clkdm_read_sleepdep = omap4_clkdm_read_wkup_sleep_dep,
H A Dcm3xxx.c301 .clkdm_read_sleepdep = omap3xxx_clkdm_read_sleepdep,
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dclockdomain.h152 * @clkdm_read_sleepdep: Read sleep dependency state between clk domains
170 int (*clkdm_read_sleepdep)(struct clockdomain *clkdm1, struct clockdomain *clkdm2); member
199 int clkdm_read_sleepdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
H A Dclockdomain.c764 * clkdm_read_sleepdep - read sleep dependency state from clkdm2 to clkdm1
779 int clkdm_read_sleepdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2) in clkdm_read_sleepdep() function
791 if (!arch_clkdm || !arch_clkdm->clkdm_read_sleepdep) in clkdm_read_sleepdep()
801 return arch_clkdm->clkdm_read_sleepdep(clkdm1, clkdm2); in clkdm_read_sleepdep()
H A Dcminst44xx.c529 .clkdm_read_sleepdep = omap4_clkdm_read_wkup_sleep_dep,
H A Dcm3xxx.c301 .clkdm_read_sleepdep = omap3xxx_clkdm_read_sleepdep,

Completed in 8 milliseconds