Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/ti/
Dmux.c21 static u8 ti_clk_mux_get_parent(struct clk_hw *hw) in ti_clk_mux_get_parent() function
96 mux->saved_parent = ti_clk_mux_get_parent(hw); in clk_mux_save_context()
114 .get_parent = ti_clk_mux_get_parent,