Lines Matching full:clocksource
44 clocksource_to_dw_apb_clocksource(struct clocksource *cs) in clocksource_to_dw_apb_clocksource()
281 * dw_apb_clocksource_start() - start the clocksource counting.
283 * @dw_cs: The clocksource to start.
285 * This is used to start the clocksource before registration and can be used
307 static u64 __apbt_read_clocksource(struct clocksource *cs) in __apbt_read_clocksource()
319 static void apbt_restart_clocksource(struct clocksource *cs) in apbt_restart_clocksource()
328 * dw_apb_clocksource_init() - use an APB timer as a clocksource.
330 * @rating: The rating to give the clocksource.
331 * @name: The name for the clocksource.
335 * This creates a clocksource using an APB timer but does not yet register it
336 * with the clocksource system. This should be done with
361 * dw_apb_clocksource_register() - register the APB clocksource.
363 * @dw_cs: The clocksource to register.
371 * dw_apb_clocksource_read() - read the current value of a clocksource.
373 * @dw_cs: The clocksource to read.