Home
last modified time | relevance | path

Searched refs:clk_hw_get_of_node (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/clk/meson/
H A Dclk-regmap.c38 np = clk_hw_get_of_node(hw); in clk_regmap_init()
/linux/drivers/clk/
H A Dclk_test.c3435 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 Dclk.c381 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 Dclk-provider.h1388 struct device_node *clk_hw_get_of_node(const struct clk_hw *hw);