Home
last modified time | relevance | path

Searched refs:clk_hw_get_dev (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/clk/
H A Dclk_test.c3631 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 Dclk.c426 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 Dclk-provider.h1455 struct device *clk_hw_get_dev(const struct clk_hw *hw);