Home
last modified time | relevance | path

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

/drivers/clk/
Dclk.c70 struct clk_core *new_parent; member
1981 static void clk_reparent(struct clk_core *core, struct clk_core *new_parent) in clk_reparent() argument
1987 if (new_parent) { in clk_reparent()
1988 bool becomes_orphan = new_parent->orphan; in clk_reparent()
1991 if (new_parent->new_child == core) in clk_reparent()
1992 new_parent->new_child = NULL; in clk_reparent()
1994 hlist_add_head(&core->child_node, &new_parent->children); in clk_reparent()
2004 core->parent = new_parent; in clk_reparent()
2151 struct clk_core *new_parent, u8 p_index) in clk_calc_subtree() argument
2156 core->new_parent = new_parent; in clk_calc_subtree()
[all …]
Dclk_test.c657 struct clk *parent, *new_parent; in clk_test_orphan_transparent_multiple_parent_mux_set_parent() local
666 new_parent = clk_get_parent(clk); in clk_test_orphan_transparent_multiple_parent_mux_set_parent()
668 KUNIT_EXPECT_TRUE(test, clk_is_match(parent, new_parent)); in clk_test_orphan_transparent_multiple_parent_mux_set_parent()
2353 struct clk *new_parent = clk_hw_get_clk(&ctx->mux_ctx.parents_ctx[1].hw, NULL); in clk_mux_notifier_set_parent_test() local
2356 ret = clk_set_parent(clk, new_parent); in clk_mux_notifier_set_parent_test()
2375 clk_put(new_parent); in clk_mux_notifier_set_parent_test()
/drivers/base/
Dcore.c4553 struct device *new_parent) in device_move_class_links() argument
4559 if (new_parent) in device_move_class_links()
4560 error = sysfs_create_link(&dev->kobj, &new_parent->kobj, in device_move_class_links()
4571 int device_move(struct device *dev, struct device *new_parent, in device_move() argument
4583 new_parent = get_device(new_parent); in device_move()
4584 new_parent_kobj = get_device_parent(dev, new_parent); in device_move()
4587 put_device(new_parent); in device_move()
4592 __func__, new_parent ? dev_name(new_parent) : "<NULL>"); in device_move()
4596 put_device(new_parent); in device_move()
4600 dev->parent = new_parent; in device_move()
[all …]
/drivers/md/persistent-data/
Ddm-btree.c834 struct dm_block *left, *right, *new_parent; in btree_split_beneath() local
838 new_parent = shadow_current(s); in btree_split_beneath()
840 pn = dm_block_data(new_parent); in btree_split_beneath()
/drivers/net/ethernet/intel/ice/
Dice_sched.c2158 ice_sched_update_parent(struct ice_sched_node *new_parent, in ice_sched_update_parent() argument
2177 new_parent->children[new_parent->num_children++] = node; in ice_sched_update_parent()
2178 node->parent = new_parent; in ice_sched_update_parent()
2179 node->info.parent_teid = new_parent->info.node_teid; in ice_sched_update_parent()