Searched refs:cevt (Results 1 – 3 of 3) sorted by relevance
34 struct clock_event_device cevt; member 75 return container_of(evt, struct ingenic_tcu_timer, cevt); in to_ingenic_tcu_timer() 106 struct clock_event_device *cevt = (struct clock_event_device *) info; in ingenic_per_cpu_event_handler() local 108 cevt->event_handler(cevt); in ingenic_per_cpu_event_handler() 119 if (timer->cevt.event_handler) { in ingenic_tcu_cevt_cb() 121 csd->info = (void *) &timer->cevt; in ingenic_tcu_cevt_cb() 183 timer->cevt.cpumask = cpumask_of(smp_processor_id()); in ingenic_tcu_setup_cevt() 184 timer->cevt.features = CLOCK_EVT_FEAT_ONESHOT; in ingenic_tcu_setup_cevt() 185 timer->cevt in ingenic_tcu_setup_cevt() [all...]
77 struct clock_event_device cevt; member 231 return container_of(evt, struct ingenic_ost, cevt); in to_ingenic_ost() 343 ost->name, &ost->cevt); in ingenic_ost_percpu_timer_init() 347 ost->cevt.cpumask = cpumask_of(smp_processor_id()); in ingenic_ost_percpu_timer_init() 348 ost->cevt.features = CLOCK_EVT_FEAT_ONESHOT; in ingenic_ost_percpu_timer_init() 349 ost->cevt.name = ost->name; in ingenic_ost_percpu_timer_init() 350 ost->cevt.rating = 400; in ingenic_ost_percpu_timer_init() 351 ost->cevt.set_state_shutdown = ingenic_ost_cevt_set_state_shutdown; in ingenic_ost_percpu_timer_init() 352 ost->cevt.set_next_event = ingenic_ost_cevt_set_next; in ingenic_ost_percpu_timer_init() 354 clockevents_config_and_register(&ost->cevt, rat in ingenic_ost_percpu_timer_init() [all...]
60 u32 cevt; /* current event */ member