Searched refs:cevt (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/clocksource/ |
| H A D | ingenic-timer.c | 34 struct clock_event_device cevt; member 75 return container_of(evt, struct ingenic_tcu_timer, cevt); in to_ingenic_tcu_timer() 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.name = timer->name; in ingenic_tcu_setup_cevt() 186 timer->cevt.rating = 200; in ingenic_tcu_setup_cevt() 188 timer->cevt.set_next_event = ingenic_tcu_cevt_set_next; in ingenic_tcu_setup_cevt() [all …]
|
| H A D | ingenic-sysost.c | 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, rate, 4, 0xffffffff); in ingenic_ost_percpu_timer_init()
|
| /linux-6.15/Documentation/devicetree/bindings/timer/ |
| H A D | ralink,cevt-systick.yaml | 4 $id: http://devicetree.org/schemas/timer/ralink,cevt-systick.yaml# 14 const: ralink,cevt-systick 32 compatible = "ralink,cevt-systick";
|
| /linux-6.15/arch/mips/kernel/ |
| H A D | Makefile | 26 obj-$(CONFIG_CEVT_BCM1480) += cevt-bcm1480.o 27 obj-$(CONFIG_CEVT_R4K) += cevt-r4k.o 28 obj-$(CONFIG_CEVT_DS1287) += cevt-ds1287.o 29 obj-$(CONFIG_CEVT_GT641XX) += cevt-gt641xx.o 30 obj-$(CONFIG_CEVT_SB1250) += cevt-sb1250.o 31 obj-$(CONFIG_CEVT_TXX9) += cevt-txx9.o
|
| /linux-6.15/drivers/gpu/drm/gma500/ |
| H A D | opregion.c | 60 u32 cevt; /* current event */ member
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_opregion.c | 83 u32 cevt; /* current event */ member 697 if (event->type == 0x80 && ((acpi->cevt & 1) == 0)) in intel_opregion_video_event()
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | devices.txt | 2800 3 = /dev/cpqhealth/cevt Event Log
|