cevt               32 drivers/clocksource/ingenic-timer.c 	struct clock_event_device cevt;
cevt               57 drivers/clocksource/ingenic-timer.c 	return container_of(evt, struct ingenic_tcu, cevt);
cevt              145 drivers/clocksource/ingenic-timer.c 			  tcu->name, &tcu->cevt);
cevt              149 drivers/clocksource/ingenic-timer.c 	tcu->cevt.cpumask = cpumask_of(smp_processor_id());
cevt              150 drivers/clocksource/ingenic-timer.c 	tcu->cevt.features = CLOCK_EVT_FEAT_ONESHOT;
cevt              151 drivers/clocksource/ingenic-timer.c 	tcu->cevt.name = tcu->name;
cevt              152 drivers/clocksource/ingenic-timer.c 	tcu->cevt.rating = 200;
cevt              153 drivers/clocksource/ingenic-timer.c 	tcu->cevt.set_state_shutdown = ingenic_tcu_cevt_set_state_shutdown;
cevt              154 drivers/clocksource/ingenic-timer.c 	tcu->cevt.set_next_event = ingenic_tcu_cevt_set_next;
cevt              156 drivers/clocksource/ingenic-timer.c 	clockevents_config_and_register(&tcu->cevt, rate, 10, 0xffff);
cevt               59 drivers/gpu/drm/gma500/opregion.c 	u32 cevt;	/* current event */
cevt               79 drivers/gpu/drm/i915/display/intel_opregion.c 	u32 cevt;       /* current event */
cevt              637 drivers/gpu/drm/i915/display/intel_opregion.c 	if (event->type == 0x80 && ((acpi->cevt & 1) == 0))