Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/cpufreq/
Dtegra124-cpufreq.c30 struct clk *orig_parent; in tegra124_cpu_switch_to_dfll() local
37 orig_parent = clk_get_parent(priv->cpu_clk); in tegra124_cpu_switch_to_dfll()
49 clk_set_parent(priv->cpu_clk, orig_parent); in tegra124_cpu_switch_to_dfll()
/Linux-v6.1/fs/btrfs/
Dextent_map.c97 struct rb_node *orig_parent = NULL; in tree_insert() local
115 orig_parent = parent; in tree_insert()
124 parent = orig_parent; in tree_insert()
134 rb_link_node(&em->rb_node, orig_parent, p); in tree_insert()