1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef _CLK_KUNIT_H 3 #define _CLK_KUNIT_H 4 5 struct clk; 6 struct clk_hw; 7 struct device; 8 struct device_node; 9 struct kunit; 10 11 struct clk * 12 clk_get_kunit(struct kunit *test, struct devic 13 struct clk * 14 of_clk_get_kunit(struct kunit *test, struct de 15 16 struct clk * 17 clk_hw_get_clk_kunit(struct kunit *test, struc 18 struct clk * 19 clk_hw_get_clk_prepared_enabled_kunit(struct k 20 const ch 21 22 int clk_prepare_enable_kunit(struct kunit *tes 23 24 int clk_hw_register_kunit(struct kunit *test, 25 int of_clk_hw_register_kunit(struct kunit *tes 26 struct clk_hw *hw 27 28 #endif 29
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.