Home
last modified time | relevance | path

Searched defs:clocksource (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/linux/
Dclocksource.h66 struct clocksource { struct
71 cycle_t (*read)(struct clocksource *cs); argument
78 struct arch_clocksource_data archdata; argument
84 int (*enable)(struct clocksource *cs); argument
85 void (*disable)(struct clocksource *cs); argument
87 void (*suspend)(struct clocksource *cs); argument
88 void (*resume)(struct clocksource *cs); argument
116 * clocksource_khz2mult - calculates mult from khz and shift argument
/linux-4.1.27/drivers/clocksource/
Dmmio.c54 cycle_t (*read)(struct clocksource *)) in clocksource_mmio_init()
Dvt8500_timer.c67 static struct clocksource clocksource = { variable
Dsh_tmu.c453 bool clockevent, bool clocksource) in sh_tmu_register()
467 bool clockevent, bool clocksource, in sh_tmu_channel_setup()
Dsh_cmt.c829 bool clockevent, bool clocksource) in sh_cmt_register()
850 bool clocksource, struct sh_cmt_device *cmt) in sh_cmt_setup_channel()
1017 bool clocksource = i == 1 || cmt->num_channels == 1; in sh_cmt_setup() local
/linux-4.1.27/tools/testing/selftests/timers/
Dclocksource-switch.c97 int change_clocksource(char *clocksource) in change_clocksource()