Lines Matching full:equivalent
134 /// Equivalent to the kernel's [`clk_get`] API.
156 /// Equivalent to the kernel's [`clk_enable`] API.
168 /// Equivalent to the kernel's [`clk_disable`] API.
180 /// Equivalent to the kernel's [`clk_prepare`] API.
192 /// Equivalent to the kernel's [`clk_unprepare`] API.
204 /// Equivalent to calling [`Clk::prepare`] followed by [`Clk::enable`].
214 /// Equivalent to calling [`Clk::disable`] followed by [`Clk::unprepare`].
224 /// Equivalent to the kernel's [`clk_get_rate`] API.
236 /// Equivalent to the kernel's [`clk_set_rate`] API.
300 /// Equivalent to the kernel's [`clk_get_optional`] API.