Lines Matching full:test
29 * clock test 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.
79 * @id: The test device's clock ID to query.
84 * sandbox_clk_test_set_rate - Ask the sandbox clock test device to set a
87 * @dev: The sandbox clock test (client) devivce.
88 * @id: The test device's clock ID to configure.
93 * sandbox_clk_test_enable - Ask the sandbox clock test device to enable a
96 * @dev: The sandbox clock test (client) devivce.
97 * @id: The test device's clock ID to configure.
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.
114 * @id: The test device's clock ID to configure.
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.