Searched refs:cevt (Results 1 – 3 of 3) sorted by relevance
32 struct clock_event_device cevt; member57 return container_of(evt, struct ingenic_tcu, cevt); in to_ingenic_tcu()145 tcu->name, &tcu->cevt); in ingenic_tcu_timer_init()149 tcu->cevt.cpumask = cpumask_of(smp_processor_id()); in ingenic_tcu_timer_init()150 tcu->cevt.features = CLOCK_EVT_FEAT_ONESHOT; in ingenic_tcu_timer_init()151 tcu->cevt.name = tcu->name; in ingenic_tcu_timer_init()152 tcu->cevt.rating = 200; in ingenic_tcu_timer_init()153 tcu->cevt.set_state_shutdown = ingenic_tcu_cevt_set_state_shutdown; in ingenic_tcu_timer_init()154 tcu->cevt.set_next_event = ingenic_tcu_cevt_set_next; in ingenic_tcu_timer_init()156 clockevents_config_and_register(&tcu->cevt, rate, 10, 0xffff); in ingenic_tcu_timer_init()
59 u32 cevt; /* current event */ member
79 u32 cevt; /* current event */ member637 if (event->type == 0x80 && ((acpi->cevt & 1) == 0)) in intel_opregion_video_event()