Searched refs:other_parent (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/clk/ |
| H A D | clk_test.c | 2568 struct clk *other_parent, *parent; in clk_mux_no_reparent_round_rate() local 2579 other_parent = clk_hw_get_clk(&ctx->parents_ctx[1].hw, NULL); in clk_mux_no_reparent_round_rate() 2580 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, other_parent); in clk_mux_no_reparent_round_rate() 2581 KUNIT_ASSERT_FALSE(test, clk_is_match(parent, other_parent)); in clk_mux_no_reparent_round_rate() 2583 other_parent_rate = clk_get_rate(other_parent); in clk_mux_no_reparent_round_rate() 2585 clk_put(other_parent); in clk_mux_no_reparent_round_rate() 2604 struct clk *other_parent, *parent; in clk_mux_no_reparent_set_rate() local 2616 other_parent = clk_hw_get_clk(&ctx->parents_ctx[1].hw, NULL); in clk_mux_no_reparent_set_rate() 2617 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, other_parent); in clk_mux_no_reparent_set_rate() 2618 KUNIT_ASSERT_FALSE(test, clk_is_match(parent, other_parent)); in clk_mux_no_reparent_set_rate() [all …]
|
| /linux/fs/btrfs/ |
| H A D | tree-log.c | 5726 u64 *other_ino, u64 *other_parent) in btrfs_check_ref_name_override() argument 5792 *other_parent = parent; in btrfs_check_ref_name_override() 6411 u64 other_parent = 0; in copy_inode_items_to_log() local 6415 &other_ino, &other_parent); in copy_inode_items_to_log() 6436 other_parent, ctx); in copy_inode_items_to_log()
|