Searched refs:clk_hw_register_gate_parent_hw (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/clk/ |
H A D | clk-gate_test.c | 96 ret = clk_hw_register_gate_parent_hw(NULL, "test_gate", parent, 0, NULL, in clk_gate_register_test_parent_hw() 214 hw = clk_hw_register_gate_parent_hw(NULL, "test_gate", parent, 0, in clk_gate_test_init() 294 hw = clk_hw_register_gate_parent_hw(NULL, "test_gate", parent, 0, in clk_gate_test_invert_init() 366 hw = clk_hw_register_gate_parent_hw(NULL, "test_gate", parent, 0, in clk_gate_test_hiword_init()
|
/linux/drivers/clk/xilinx/ |
H A D | xlnx_vcu.c | 481 gate = clk_hw_register_gate_parent_hw(dev, name, divider, in xvcu_clk_hw_register_leaf()
|
/linux/include/linux/ |
H A D | clk-provider.h | 587 #define clk_hw_register_gate_parent_hw(dev, name, parent_hw, flags, reg, \ macro
|