Lines Matching full:clocksource
44 clocksource_to_dw_apb_clocksource(struct clocksource *cs) in clocksource_to_dw_apb_clocksource()
320 * dw_apb_clocksource_start() - start the clocksource counting.
322 * @dw_cs: The clocksource to start.
324 * This is used to start the clocksource before registration and can be used
346 static u64 __apbt_read_clocksource(struct clocksource *cs) in __apbt_read_clocksource()
358 static void apbt_restart_clocksource(struct clocksource *cs) in apbt_restart_clocksource()
367 * dw_apb_clocksource_init() - use an APB timer as a clocksource.
369 * @rating: The rating to give the clocksource.
370 * @name: The name for the clocksource.
374 * This creates a clocksource using an APB timer but does not yet register it
375 * with the clocksource system. This should be done with
400 * dw_apb_clocksource_register() - register the APB clocksource.
402 * @dw_cs: The clocksource to register.
410 * dw_apb_clocksource_read() - read the current value of a clocksource.
412 * @dw_cs: The clocksource to read.