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