Searched refs:clockevent (Results 1 – 9 of 9) sorted by relevance
| /linux-4.4.14/arch/xtensa/kernel/ |
| D | time.c | 118 struct clock_event_device *clockevent = &timer->evt; in local_timer_setup() local 121 clockevent->name = timer->name; in local_timer_setup() 123 clockevent->features = CLOCK_EVT_FEAT_ONESHOT; in local_timer_setup() 124 clockevent->rating = 300; in local_timer_setup() 125 clockevent->set_next_event = ccount_timer_set_next_event; in local_timer_setup() 126 clockevent->set_state_shutdown = ccount_timer_shutdown; in local_timer_setup() 127 clockevent->set_state_oneshot = ccount_timer_set_oneshot; in local_timer_setup() 128 clockevent->tick_resume = ccount_timer_set_oneshot; in local_timer_setup() 129 clockevent->cpumask = cpumask_of(cpu); in local_timer_setup() 130 clockevent->irq = irq_create_mapping(NULL, LINUX_TIMER_INT); in local_timer_setup() [all …]
|
| /linux-4.4.14/arch/mips/loongson32/ |
| D | Kconfig | 25 bool "Use PWM Timer for clockevent/clocksource" 29 This option changes the default clockevent/clocksource to PWM Timer, 35 prompt "Select clockevent/clocksource" 42 Use PWM Timer 0 as the default clockevent/clocksourcer. 47 Use PWM Timer 1 as the default clockevent/clocksourcer. 52 Use PWM Timer 2 as the default clockevent/clocksourcer. 57 Use PWM Timer 3 as the default clockevent/clocksourcer.
|
| /linux-4.4.14/drivers/clocksource/ |
| D | vt8500_timer.c | 100 static struct clock_event_device clockevent = { variable 122 .dev_id = &clockevent, 150 clockevent.cpumask = cpumask_of(0); in vt8500_timer_init() 154 clockevent.name); in vt8500_timer_init() 155 clockevents_config_and_register(&clockevent, VT8500_TIMER_HZ, in vt8500_timer_init()
|
| D | sh_tmu.c | 451 bool clockevent, bool clocksource) in sh_tmu_register() argument 453 if (clockevent) { in sh_tmu_register() 465 bool clockevent, bool clocksource, in sh_tmu_channel_setup() argument 469 if (!clockevent && !clocksource) in sh_tmu_channel_setup() 491 clockevent, clocksource); in sh_tmu_channel_setup()
|
| D | sh_cmt.c | 835 bool clockevent, bool clocksource) in sh_cmt_register() argument 839 if (clockevent) { in sh_cmt_register() 855 unsigned int hwidx, bool clockevent, in sh_cmt_setup_channel() argument 861 if (!clockevent && !clocksource) in sh_cmt_setup_channel() 905 clockevent, clocksource); in sh_cmt_setup_channel() 1020 bool clockevent = i == 0; in sh_cmt_setup() local 1023 clockevent, clocksource, cmt); in sh_cmt_setup()
|
| D | Kconfig | 248 This enables build of a clocksource and clockevent driver for 258 This enables build of a clockevent driver for the Multi-Function 268 This enables build of a clocksource and clockevent driver for 277 This enables build of a clocksource and clockevent driver for
|
| /linux-4.4.14/kernel/time/ |
| D | Kconfig | 58 # only related to the tick functionality. Oneshot clockevent devices
|
| /linux-4.4.14/Documentation/ |
| D | sysrq.txt | 105 clockevent devices.
|
| /linux-4.4.14/arch/x86/ |
| D | Kconfig | 770 C states, they are used as per CPU clockevent device when possible.
|