Lines Matching full:sandbox
15 * enum sandbox_clk_id - Identity of clocks implemented by the sandbox clock
28 * enum sandbox_clk_test_id - Identity of the clocks consumed by the sandbox
42 * sandbox_clk_query_rate - Query the current rate of a sandbox clock.
44 * @dev: The sandbox clock provider device.
50 * sandbox_clk_query_enable - Query the enable state of a sandbox clock.
52 * @dev: The sandbox clock provider device.
59 * sandbox_clk_test_get - Ask the sandbox clock test device to request its
62 * @dev: The sandbox clock test (client) devivce.
67 * sandbox_clk_test_get_bulk - Ask the sandbox clock test device to request its
70 * @dev: The sandbox clock test (client) devivce.
75 * sandbox_clk_test_get_rate - Ask the sandbox clock test device to query a
78 * @dev: The sandbox clock test (client) devivce.
84 * sandbox_clk_test_set_rate - Ask the sandbox clock test device to set a
87 * @dev: The sandbox clock test (client) devivce.
93 * sandbox_clk_test_enable - Ask the sandbox clock test device to enable a
96 * @dev: The sandbox clock test (client) devivce.
102 * sandbox_clk_test_enable_bulk - Ask the sandbox clock test device to enable
105 * @dev: The sandbox clock test (client) devivce.
110 * sandbox_clk_test_disable - Ask the sandbox clock test device to disable a
113 * @dev: The sandbox clock test (client) devivce.
119 * sandbox_clk_test_disable_bulk - Ask the sandbox clock test device to disable
122 * @dev: The sandbox clock test (client) devivce.
127 * sandbox_clk_test_free - Ask the sandbox clock test device to free its
130 * @dev: The sandbox clock test (client) devivce.
135 * sandbox_clk_test_release_bulk - Ask the sandbox clock test device to release
138 * @dev: The sandbox clock test (client) devivce.
143 * sandbox_clk_test_valid - Ask the sandbox clock test device to check its
146 * @dev: The sandbox clock test (client) devivce.