Searched refs:parent1 (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/clk/davinci/ |
| H A D | da8xx-cfgchip.c | 198 const char *parent1; member 242 const char * const parent_names[] = { info->parent0, info->parent1 }; in da8xx_cfgchip_mux_clk_register() 272 .parent1 = "div4.5", 294 .parent1 = "pll1_sysclk2",
|
| /linux/security/landlock/ |
| H A D | fs.c | 477 * Return: True if child1 may be moved from parent1 to parent2 without in test_no_more_access() 479 * that child2 may be used from parent2 to parent1 without increasing its access in test_no_more_access() 482 static bool no_more_access(const struct layer_masks *const parent1, in test_no_more_access() 489 if (!may_refer(parent1, child1, parent2, child1_is_dir)) in test_no_more_access() 495 return may_refer(parent2, child2, parent1, child2_is_dir); in test_no_more_access() 773 * @dentry_child1: Dentry to the initial child of the parent1 path. This in is_access_to_paths_allowed() 436 no_more_access(const struct layer_access_masks * const parent1,const struct layer_access_masks * const child1,const bool child1_is_dir,const struct layer_access_masks * const parent2,const struct layer_access_masks * const child2,const bool child2_is_dir) no_more_access() argument
|
| /linux/drivers/clk/ |
| H A D | clk_test.c | 573 struct clk *parent1, *parent2; in clk_test_multiple_parents_mux_set_range_set_parent_get_rate() local 579 parent1 = clk_hw_get_clk_kunit(test, &ctx->parents_ctx[0].hw, NULL); in clk_test_multiple_parents_mux_set_range_set_parent_get_rate() 580 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, parent1); in clk_test_multiple_parents_mux_set_range_set_parent_get_rate() 581 KUNIT_ASSERT_TRUE(test, clk_is_match(clk_get_parent(clk), parent1)); in clk_test_multiple_parents_mux_set_range_set_parent_get_rate() 586 ret = clk_set_rate(parent1, DUMMY_CLOCK_RATE_1); in clk_test_multiple_parents_mux_set_range_set_parent_get_rate()
|