Searched refs:orion_clkevt_shutdown (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | timer-orion.c | 79 static int orion_clkevt_shutdown(struct clock_event_device *dev) in orion_clkevt_shutdown() function 105 .set_state_shutdown = orion_clkevt_shutdown, 107 .set_state_oneshot = orion_clkevt_shutdown, 108 .tick_resume = orion_clkevt_shutdown,
|
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | timer-orion.c | 76 static int orion_clkevt_shutdown(struct clock_event_device *dev) in orion_clkevt_shutdown() function 102 .set_state_shutdown = orion_clkevt_shutdown, 104 .set_state_oneshot = orion_clkevt_shutdown, 105 .tick_resume = orion_clkevt_shutdown,
|
/kernel/linux/linux-5.10/arch/arm/plat-orion/ |
H A D | time.c | 110 static int orion_clkevt_shutdown(struct clock_event_device *evt) in orion_clkevt_shutdown() function 163 .set_state_shutdown = orion_clkevt_shutdown, 165 .set_state_oneshot = orion_clkevt_shutdown, 166 .tick_resume = orion_clkevt_shutdown,
|
/kernel/linux/linux-6.6/arch/arm/plat-orion/ |
H A D | time.c | 110 static int orion_clkevt_shutdown(struct clock_event_device *evt) in orion_clkevt_shutdown() function 163 .set_state_shutdown = orion_clkevt_shutdown, 165 .set_state_oneshot = orion_clkevt_shutdown, 166 .tick_resume = orion_clkevt_shutdown,
|
Completed in 3 milliseconds