Searched defs:clocksource (Results 1 – 6 of 6) sorted by relevance
66 struct clocksource { struct71 cycle_t (*read)(struct clocksource *cs); argument78 struct arch_clocksource_data archdata; argument84 int (*enable)(struct clocksource *cs); argument85 void (*disable)(struct clocksource *cs); argument87 void (*suspend)(struct clocksource *cs); argument88 void (*resume)(struct clocksource *cs); argument116 * clocksource_khz2mult - calculates mult from khz and shift argument
54 cycle_t (*read)(struct clocksource *)) in clocksource_mmio_init()
67 static struct clocksource clocksource = { variable
453 bool clockevent, bool clocksource) in sh_tmu_register()467 bool clockevent, bool clocksource, in sh_tmu_channel_setup()
829 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
97 int change_clocksource(char *clocksource) in change_clocksource()