Searched refs:get_rtc_time (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | time.c | 744 if (!ppc_md.get_rtc_time) { in __read_persistent_clock() 748 ppc_md.get_rtc_time(&tm); in __read_persistent_clock() 997 ppc_md.get_rtc_time(tm); in rtc_generic_get_time() 1021 if (!ppc_md.get_rtc_time) in rtc_init()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/8xx/ |
H A D | mpc86xads_setup.c | 148 .get_rtc_time = mpc8xx_get_rtc_time, in define_machine()
|
H A D | tqm8xx_setup.c | 150 .get_rtc_time = mpc8xx_get_rtc_time, in define_machine()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/8xx/ |
H A D | mpc86xads_setup.c | 143 .get_rtc_time = mpc8xx_get_rtc_time, in define_machine()
|
H A D | tqm8xx_setup.c | 146 .get_rtc_time = mpc8xx_get_rtc_time, in define_machine()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | time.c | 805 if (!ppc_md.get_rtc_time) { in __read_persistent_clock() 809 ppc_md.get_rtc_time(&tm); in __read_persistent_clock() 1147 ppc_md.get_rtc_time(tm); in rtc_generic_get_time() 1171 if (!ppc_md.get_rtc_time) in rtc_init()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/52xx/ |
H A D | efika.c | 228 .get_rtc_time = rtas_get_rtc_time, in define_machine()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/52xx/ |
H A D | efika.c | 226 .get_rtc_time = rtas_get_rtc_time, in define_machine()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/chrp/ |
H A D | setup.c | 330 ppc_md.get_rtc_time = rtas_get_rtc_time; in chrp_setup_arch() 592 .get_rtc_time = chrp_get_rtc_time, in define_machine()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/chrp/ |
H A D | setup.c | 332 ppc_md.get_rtc_time = rtas_get_rtc_time; in chrp_setup_arch() 584 .get_rtc_time = chrp_get_rtc_time, in define_machine()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | machdep.h | 75 void (*get_rtc_time)(struct rtc_time *); member
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | setup.c | 265 .get_rtc_time = rtas_get_rtc_time, in define_machine()
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | machdep.h | 68 void (*get_rtc_time)(struct rtc_time *); member
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
H A D | setup.c | 267 .get_rtc_time = rtas_get_rtc_time, in define_machine()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/maple/ |
H A D | setup.c | 361 .get_rtc_time = maple_get_rtc_time, in define_machine()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/maple/ |
H A D | setup.c | 360 .get_rtc_time = maple_get_rtc_time, in define_machine()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
H A D | setup.c | 612 .get_rtc_time = pmac_get_rtc_time, in define_machine()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
H A D | setup.c | 589 .get_rtc_time = pmac_get_rtc_time, in define_machine()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | setup.c | 1066 .get_rtc_time = rtas_get_rtc_time, in define_machine()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | setup.c | 1148 .get_rtc_time = rtas_get_rtc_time, in define_machine()
|
Completed in 14 milliseconds