Searched refs:clk_hw_get_dev (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/clk/ |
| H A D | clk_test.c | 3631 KUNIT_EXPECT_PTR_EQ(test, dev, clk_hw_get_dev(hw)); in clk_hw_register_dev_get_dev_returns_dev() 3657 KUNIT_EXPECT_PTR_EQ(test, dev, clk_hw_get_dev(hw)); in clk_hw_register_dev_no_node_get_dev_returns_dev() 3676 KUNIT_EXPECT_PTR_EQ(test, NULL, clk_hw_get_dev(hw)); in clk_hw_register_NULL_get_dev_of_node_returns_NULL() 3701 KUNIT_EXPECT_PTR_EQ(test, NULL, clk_hw_get_dev(hw)); in of_clk_hw_register_node_get_of_node_returns_node() 3719 KUNIT_EXPECT_PTR_EQ(test, NULL, clk_hw_get_dev(hw)); in of_clk_hw_register_NULL_get_of_node_returns_NULL()
|
| H A D | clk.c | 426 struct device *clk_hw_get_dev(const struct clk_hw *hw) in clk_hw_get_dev() function 430 EXPORT_SYMBOL_GPL(clk_hw_get_dev);
|
| /linux/include/linux/ |
| H A D | clk-provider.h | 1455 struct device *clk_hw_get_dev(const struct clk_hw *hw);
|