Lines Matching full:clock
14 * enum sandbox_clk_id - Identity of clocks implemented by the sandbox clock
17 * These IDs are within/relative-to the clock provider.
28 * clock test device.
30 * These are the IDs the clock consumer knows the clocks as.
41 * sandbox_clk_query_rate - Query the current rate of a sandbox clock.
43 * @dev: The sandbox clock provider device.
44 * @id: The clock to query.
45 * @return: The rate of the clock.
49 * sandbox_clk_query_enable - Query the enable state of a sandbox clock.
51 * @dev: The sandbox clock provider device.
52 * @id: The clock to query.
53 * @return: The rate of the clock.
58 * sandbox_clk_test_get - Ask the sandbox clock test device to request its
61 * @dev: The sandbox clock test (client) devivce.
66 * sandbox_clk_test_get_bulk - Ask the sandbox clock test device to request its
69 * @dev: The sandbox clock test (client) devivce.
74 * sandbox_clk_test_get_rate - Ask the sandbox clock test device to query a
75 * clock's rate.
77 * @dev: The sandbox clock test (client) devivce.
78 * @id: The test device's clock ID to query.
79 * @return: The rate of the clock.
83 * sandbox_clk_test_set_rate - Ask the sandbox clock test device to set a
84 * clock's rate.
86 * @dev: The sandbox clock test (client) devivce.
87 * @id: The test device's clock ID to configure.
88 * @return: The new rate of the clock.
92 * sandbox_clk_test_enable - Ask the sandbox clock test device to enable a
93 * clock.
95 * @dev: The sandbox clock test (client) devivce.
96 * @id: The test device's clock ID to configure.
101 * sandbox_clk_test_enable_bulk - Ask the sandbox clock test device to enable
102 * all clocks in it's clock bulk struct.
104 * @dev: The sandbox clock test (client) devivce.
109 * sandbox_clk_test_disable - Ask the sandbox clock test device to disable a
110 * clock.
112 * @dev: The sandbox clock test (client) devivce.
113 * @id: The test device's clock ID to configure.
118 * sandbox_clk_test_disable_bulk - Ask the sandbox clock test device to disable
119 * all clocks in it's clock bulk struct.
121 * @dev: The sandbox clock test (client) devivce.
126 * sandbox_clk_test_free - Ask the sandbox clock test device to free its
129 * @dev: The sandbox clock test (client) devivce.
134 * sandbox_clk_test_release_bulk - Ask the sandbox clock test device to release
135 * all clocks in it's clock bulk struct.
137 * @dev: The sandbox clock test (client) devivce.
142 * sandbox_clk_test_valid - Ask the sandbox clock test device to check its
145 * @dev: The sandbox clock test (client) devivce.