Home
last modified time | relevance | path

Searched defs:ced (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.4/drivers/clocksource/
Drenesas-ostm.c30 struct clock_event_device ced; member
50 static struct ostm_device *ced_to_ostm(struct clock_event_device *ced) in ced_to_ostm()
100 struct clock_event_device *ced) in ostm_clock_event_next()
113 static int ostm_shutdown(struct clock_event_device *ced) in ostm_shutdown()
121 static int ostm_set_periodic(struct clock_event_device *ced) in ostm_set_periodic()
135 static int ostm_set_oneshot(struct clock_event_device *ced) in ostm_set_oneshot()
161 struct clock_event_device *ced = &ostm->ced; in ostm_init_clkevt() local
Dh8300_timer8.c39 struct clock_event_device ced; member
98 static inline struct timer8_priv *ced_to_priv(struct clock_event_device *ced) in ced_to_priv()
109 static int timer8_clock_event_shutdown(struct clock_event_device *ced) in timer8_clock_event_shutdown()
115 static int timer8_clock_event_periodic(struct clock_event_device *ced) in timer8_clock_event_periodic()
126 static int timer8_clock_event_oneshot(struct clock_event_device *ced) in timer8_clock_event_oneshot()
138 struct clock_event_device *ced) in timer8_clock_event_next()
Dnumachip.c30 static int numachip2_set_next_event(unsigned long delta, struct clock_event_device *ced) in numachip2_set_next_event()
52 struct clock_event_device *ced = this_cpu_ptr(&numachip2_ced); in numachip_timer_interrupt() local
60 struct clock_event_device *ced = this_cpu_ptr(&numachip2_ced); in numachip_timer_each() local
Dsh_tmu.c42 struct clock_event_device ced; member
330 static struct sh_tmu_channel *ced_to_sh_tmu(struct clock_event_device *ced) in ced_to_sh_tmu()
345 static int sh_tmu_clock_event_shutdown(struct clock_event_device *ced) in sh_tmu_clock_event_shutdown()
354 static int sh_tmu_clock_event_set_state(struct clock_event_device *ced, in sh_tmu_clock_event_set_state()
369 static int sh_tmu_clock_event_set_oneshot(struct clock_event_device *ced) in sh_tmu_clock_event_set_oneshot()
374 static int sh_tmu_clock_event_set_periodic(struct clock_event_device *ced) in sh_tmu_clock_event_set_periodic()
380 struct clock_event_device *ced) in sh_tmu_clock_event_next()
391 static void sh_tmu_clock_event_suspend(struct clock_event_device *ced) in sh_tmu_clock_event_suspend()
396 static void sh_tmu_clock_event_resume(struct clock_event_device *ced) in sh_tmu_clock_event_resume()
404 struct clock_event_device *ced = &ch->ced; in sh_tmu_register_clockevent() local
Djcore-pit.c36 struct clock_event_device ced; member
79 static int jcore_pit_set_state_shutdown(struct clock_event_device *ced) in jcore_pit_set_state_shutdown()
86 static int jcore_pit_set_state_oneshot(struct clock_event_device *ced) in jcore_pit_set_state_oneshot()
93 static int jcore_pit_set_state_periodic(struct clock_event_device *ced) in jcore_pit_set_state_periodic()
101 struct clock_event_device *ced) in jcore_pit_set_next_event()
Dtimer-imx-gpt.c69 struct clock_event_device ced; member
85 static inline struct imx_timer *to_imx_timer(struct clock_event_device *ced) in to_imx_timer()
174 struct clock_event_device *ced) in mx1_2_set_next_event()
188 struct clock_event_device *ced) in v2_set_next_event()
202 static int mxc_shutdown(struct clock_event_device *ced) in mxc_shutdown()
224 static int mxc_set_oneshot(struct clock_event_device *ced) in mxc_set_oneshot()
260 struct clock_event_device *ced = dev_id; in mxc_timer_interrupt() local
275 struct clock_event_device *ced = &imxtm->ced; in mxc_clockevent_init() local
Dem_sti.c32 struct clock_event_device ced; member
228 static struct em_sti_priv *ced_to_em_sti(struct clock_event_device *ced) in ced_to_em_sti()
233 static int em_sti_clock_event_shutdown(struct clock_event_device *ced) in em_sti_clock_event_shutdown()
240 static int em_sti_clock_event_set_oneshot(struct clock_event_device *ced) in em_sti_clock_event_set_oneshot()
250 struct clock_event_device *ced) in em_sti_clock_event_next()
264 struct clock_event_device *ced = &p->ced; in em_sti_register_clockevent() local
Dsh_cmt.c101 struct clock_event_device ced; member
693 static struct sh_cmt_channel *ced_to_sh_cmt(struct clock_event_device *ced) in ced_to_sh_cmt()
708 static int sh_cmt_clock_event_shutdown(struct clock_event_device *ced) in sh_cmt_clock_event_shutdown()
716 static int sh_cmt_clock_event_set_state(struct clock_event_device *ced, in sh_cmt_clock_event_set_state()
731 static int sh_cmt_clock_event_set_oneshot(struct clock_event_device *ced) in sh_cmt_clock_event_set_oneshot()
736 static int sh_cmt_clock_event_set_periodic(struct clock_event_device *ced) in sh_cmt_clock_event_set_periodic()
742 struct clock_event_device *ced) in sh_cmt_clock_event_next()
755 static void sh_cmt_clock_event_suspend(struct clock_event_device *ced) in sh_cmt_clock_event_suspend()
763 static void sh_cmt_clock_event_resume(struct clock_event_device *ced) in sh_cmt_clock_event_resume()
774 struct clock_event_device *ced = &ch->ced; in sh_cmt_register_clockevent() local
Dsh_mtu2.c34 struct clock_event_device ced; member
266 static struct sh_mtu2_channel *ced_to_sh_mtu2(struct clock_event_device *ced) in ced_to_sh_mtu2()
271 static int sh_mtu2_clock_event_shutdown(struct clock_event_device *ced) in sh_mtu2_clock_event_shutdown()
281 static int sh_mtu2_clock_event_set_periodic(struct clock_event_device *ced) in sh_mtu2_clock_event_set_periodic()
294 static void sh_mtu2_clock_event_suspend(struct clock_event_device *ced) in sh_mtu2_clock_event_suspend()
299 static void sh_mtu2_clock_event_resume(struct clock_event_device *ced) in sh_mtu2_clock_event_resume()
307 struct clock_event_device *ced = &ch->ced; in sh_mtu2_register_clockevent() local
Ddw_apb_timer_of.c67 struct dw_apb_clock_event_device *ced; in add_clockevent() local
/Linux-v5.4/arch/x86/platform/uv/
Duv_time.c302 struct clock_event_device *ced) in uv_rtc_next_event()
323 struct clock_event_device *ced = &per_cpu(cpu_ced, cpu); in uv_rtc_interrupt() local
344 struct clock_event_device *ced = this_cpu_ptr(&cpu_ced); in uv_rtc_register_clockevents() local
/Linux-v5.4/kernel/time/
Dclockevents.c359 static int clockevents_replace(struct clock_event_device *ced) in clockevents_replace()
387 static int __clockevents_try_unbind(struct clock_event_device *ced, int cpu) in __clockevents_try_unbind()
418 static int clockevents_unbind(struct clock_event_device *ced, int cpu) in clockevents_unbind()
429 int clockevents_unbind_device(struct clock_event_device *ced, int cpu) in clockevents_unbind_device()
/Linux-v5.4/include/linux/
Ddw_apb_timer.h26 struct clock_event_device ced; member
/Linux-v5.4/drivers/char/hw_random/
Dstm32-rng.c35 bool ced; member
/Linux-v5.4/arch/nios2/kernel/
Dtime.c43 struct clock_event_device ced; member