Searched refs:clk_get_kunit (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/clk/ |
H A D | clk_kunit_helpers.c | 64 clk_get_kunit(struct kunit *test, struct device *dev, const char *con_id) in clk_get_kunit() function 72 EXPORT_SYMBOL_GPL(clk_get_kunit);
|
H A D | clk-fixed-rate_test.c | 302 clk = clk_get_kunit(test, dev, NULL); in clk_fixed_rate_of_probe_test() 319 clk = clk_get_kunit(test, dev, NULL); in clk_fixed_rate_of_accuracy_test()
|
H A D | clk_test.c | 2922 expected_parent = clk_get_kunit(test, ctx->dev, "50"); in KUNIT_ARRAY_PARAM()
|
/linux/include/kunit/ |
H A D | clk.h | 12 clk_get_kunit(struct kunit *test, struct device *dev, const char *con_id);
|