Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk_test.c2480 struct clk *other_parent, *parent; in clk_mux_no_reparent_round_rate() local
2491 other_parent = clk_hw_get_clk(&ctx->parents_ctx[1].hw, NULL); in clk_mux_no_reparent_round_rate()
2492 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, other_parent); in clk_mux_no_reparent_round_rate()
2493 KUNIT_ASSERT_FALSE(test, clk_is_match(parent, other_parent)); in clk_mux_no_reparent_round_rate()
2495 other_parent_rate = clk_get_rate(other_parent); in clk_mux_no_reparent_round_rate()
2497 clk_put(other_parent); in clk_mux_no_reparent_round_rate()
2516 struct clk *other_parent, *parent; in clk_mux_no_reparent_set_rate() local
2528 other_parent = clk_hw_get_clk(&ctx->parents_ctx[1].hw, NULL); in clk_mux_no_reparent_set_rate()
2529 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, other_parent); in clk_mux_no_reparent_set_rate()
2532 other_parent_rate = clk_get_rate(other_parent); in clk_mux_no_reparent_set_rate()
[all …]
/openbmc/linux/fs/btrfs/
H A Dtree-log.c5206 u64 *other_ino, u64 *other_parent) in btrfs_check_ref_name_override() argument
5276 *other_parent = parent; in btrfs_check_ref_name_override()
5844 u64 other_parent = 0; in copy_inode_items_to_log() local
5848 &other_ino, &other_parent); in copy_inode_items_to_log()
5869 other_parent, ctx); in copy_inode_items_to_log()