Lines Matching refs:cevt
78 struct clock_event_device cevt;
230 return container_of(evt, struct ingenic_ost, cevt);
342 ost->name, &ost->cevt);
346 ost->cevt.cpumask = cpumask_of(smp_processor_id());
347 ost->cevt.features = CLOCK_EVT_FEAT_ONESHOT;
348 ost->cevt.name = ost->name;
349 ost->cevt.rating = 400;
350 ost->cevt.set_state_shutdown = ingenic_ost_cevt_set_state_shutdown;
351 ost->cevt.set_next_event = ingenic_ost_cevt_set_next;
353 clockevents_config_and_register(&ost->cevt, rate, 4, 0xffffffff);