Searched full: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/drivers/clk/ |
| H A D | clk-milbeaut.c | 35 #define M10V_SPI_PARENT1 "spi-parent1" 38 #define M10V_UHS1CLK2_PARENT1 "uhs1clk2-parent1" 41 #define M10V_UHS1CLK1_PARENT1 "uhs1clk1-parent1" 43 #define M10V_NFCLK_PARENT1 "nfclk-parent1"
|
| /linux/security/landlock/ |
| H A D | fs.c | 431 * Returns: true if child1 may be moved from parent1 to parent2 without 433 * that child2 may be used from parent2 to parent1 without increasing its access 436 static bool no_more_access(const struct layer_access_masks *const parent1, in no_more_access() argument 443 if (!may_refer(parent1, child1, parent2, child1_is_dir)) in no_more_access() 449 return may_refer(parent2, child2, parent1, child2_is_dir); in no_more_access() 718 * @dentry_child1: Dentry to the initial child of the parent1 path. This
|