Lines Matching full:timer
10 * dm_timer_init - initialize a timer for time keeping. On success
11 * initializes gd->timer so that lib/timer can use it for future
27 * Get the current timer count
29 * @dev: The timer device
30 * @count: pointer that returns the current timer count
36 * Get the timer input clock frequency
38 * @dev: The timer device
39 * @return: the timer input clock frequency
44 * struct timer_ops - Driver model timer operations
46 * The uclass interface is implemented by all timer devices which use
51 * Get the current timer count
53 * @dev: The timer device
54 * @count: pointer that returns the current 64-bit timer count
63 * @clock_rate: the timer input clock frequency
73 * the current timer value before the proper driver model timer is ready.
74 * It should be implemented by one of the timer values. This is mostly useful
80 * timer_early_get_rate() - Get the timer rate before driver model
83 * the current timer rate in Hz before the proper driver model timer is ready.
84 * It should be implemented by one of the timer values. This is mostly useful