Searched refs:ti_clk_add_component (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/clk/ti/ | 
| D | composite.c | 241 int __init ti_clk_add_component(struct device_node *node, struct clk_hw *hw,  in ti_clk_add_component()  function
  | 
| D | gate.c | 193 	if (!ti_clk_add_component(node, &gate->hw, CLK_COMPONENT_TYPE_GATE))  in _of_ti_composite_gate_clk_setup()
  | 
| D | mux.c | 286 	if (!ti_clk_add_component(node, &mux->hw, CLK_COMPONENT_TYPE_MUX))  in of_ti_composite_mux_clk_setup()
  | 
| D | clock.h | 231 int ti_clk_add_component(struct device_node *node, struct clk_hw *hw, int type);
  | 
| D | divider.c | 619 	if (!ti_clk_add_component(node, &div->hw, CLK_COMPONENT_TYPE_DIVIDER))  in of_ti_composite_divider_clk_setup()
  |