Searched refs:clk_hw_get_of_node (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/clk/meson/ |
| H A D | clk-regmap.c | 38 np = clk_hw_get_of_node(hw); in clk_regmap_init()
|
| /linux/drivers/clk/ |
| H A D | clk_test.c | 3435 KUNIT_EXPECT_PTR_EQ(test, dev_of_node(dev), clk_hw_get_of_node(hw)); in clk_hw_register_dev_get_dev_returns_dev() 3461 KUNIT_EXPECT_PTR_EQ(test, NULL, clk_hw_get_of_node(hw)); in clk_hw_register_dev_no_node_get_dev_returns_dev() 3480 KUNIT_EXPECT_PTR_EQ(test, NULL, clk_hw_get_of_node(hw)); in clk_hw_register_NULL_get_dev_of_node_returns_NULL() 3505 KUNIT_EXPECT_PTR_EQ(test, np, clk_hw_get_of_node(hw)); in of_clk_hw_register_node_get_of_node_returns_node() 3523 KUNIT_EXPECT_PTR_EQ(test, NULL, clk_hw_get_of_node(hw)); in of_clk_hw_register_NULL_get_of_node_returns_NULL()
|
| H A D | clk.c | 381 struct device_node *clk_hw_get_of_node(const struct clk_hw *hw) in clk_hw_get_of_node() function 385 EXPORT_SYMBOL_GPL(clk_hw_get_of_node);
|
| /linux/include/linux/ |
| H A D | clk-provider.h | 1388 struct device_node *clk_hw_get_of_node(const struct clk_hw *hw);
|