Searched refs:other_parent (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/clk/ |
H A D | clk_test.c | 2480 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() 2530 KUNIT_ASSERT_FALSE(test, clk_is_match(parent, other_parent)); in clk_mux_no_reparent_set_rate() [all …]
|
/openbmc/linux/fs/btrfs/ |
H A D | tree-log.c | 5225 u64 *other_ino, u64 *other_parent) in btrfs_check_ref_name_override() argument 5295 *other_parent = parent; in btrfs_check_ref_name_override() 5861 u64 other_parent = 0; in copy_inode_items_to_log() local 5865 &other_ino, &other_parent); in copy_inode_items_to_log() 5886 other_parent, ctx); in copy_inode_items_to_log()
|