Home
last modified time | relevance | path

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

/linux/drivers/clk/
H A Dclk_test.c2552 struct clk *other_parent, *parent; in clk_mux_no_reparent_round_rate() local
2563 other_parent = clk_hw_get_clk(&ctx->parents_ctx[1].hw, NULL); in clk_mux_no_reparent_round_rate()
2564 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, other_parent); in clk_mux_no_reparent_round_rate()
2565 KUNIT_ASSERT_FALSE(test, clk_is_match(parent, other_parent)); in clk_mux_no_reparent_round_rate()
2567 other_parent_rate = clk_get_rate(other_parent); in clk_mux_no_reparent_round_rate()
2569 clk_put(other_parent); in clk_mux_no_reparent_round_rate()
2588 struct clk *other_parent, *parent; in clk_mux_no_reparent_set_rate() local
2600 other_parent = clk_hw_get_clk(&ctx->parents_ctx[1].hw, NULL); in clk_mux_no_reparent_set_rate()
2601 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, other_parent); in clk_mux_no_reparent_set_rate()
2602 KUNIT_ASSERT_FALSE(test, clk_is_match(parent, other_parent)); in clk_mux_no_reparent_set_rate()
[all …]
/linux/fs/btrfs/
H A Dtree-log.c5287 u64 *other_ino, u64 *other_parent) in btrfs_check_ref_name_override() argument
5357 *other_parent = parent; in btrfs_check_ref_name_override()
5923 u64 other_parent = 0; in copy_inode_items_to_log() local
5927 &other_ino, &other_parent); in copy_inode_items_to_log()
5948 other_parent, ctx); in copy_inode_items_to_log()