Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/cpufreq/
Dtegra124-cpufreq.c39 struct clk *orig_parent; in tegra124_cpu_switch_to_dfll() local
46 orig_parent = clk_get_parent(priv->cpu_clk); in tegra124_cpu_switch_to_dfll()
58 clk_set_parent(priv->cpu_clk, orig_parent); in tegra124_cpu_switch_to_dfll()
/Linux-v4.19/fs/btrfs/
Dextent_map.c98 struct rb_node *orig_parent = NULL; in tree_insert() local
113 orig_parent = parent; in tree_insert()
122 parent = orig_parent; in tree_insert()
132 rb_link_node(&em->rb_node, orig_parent, p); in tree_insert()