Lines Matching defs:ced
108 struct clock_event_device ced; member
705 static struct sh_cmt_channel *ced_to_sh_cmt(struct clock_event_device *ced) in ced_to_sh_cmt()
712 struct clock_event_device *ced = &ch->ced; in sh_cmt_clock_event_start() local
729 static int sh_cmt_clock_event_shutdown(struct clock_event_device *ced) in sh_cmt_clock_event_shutdown()
737 static int sh_cmt_clock_event_set_state(struct clock_event_device *ced, in sh_cmt_clock_event_set_state()
752 static int sh_cmt_clock_event_set_oneshot(struct clock_event_device *ced) in sh_cmt_clock_event_set_oneshot()
757 static int sh_cmt_clock_event_set_periodic(struct clock_event_device *ced) in sh_cmt_clock_event_set_periodic()
763 struct clock_event_device *ced) in sh_cmt_clock_event_next()
776 static void sh_cmt_clock_event_suspend(struct clock_event_device *ced) in sh_cmt_clock_event_suspend()
784 static void sh_cmt_clock_event_resume(struct clock_event_device *ced) in sh_cmt_clock_event_resume()
795 struct clock_event_device *ced = &ch->ced; in sh_cmt_register_clockevent() local