/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_usageprefs.h | 37 const MicroPropsGenerator *parent, UErrorCode &status); 104 * @param parent The parent MicroPropsGenerator. 107 UnitConversionHandler(const MeasureUnit &targetUnit, const MicroPropsGenerator *parent,
|
/third_party/node/deps/v8/src/profiler/ |
H A D | profile-generator-inl.h | 33 ProfileNode* parent, int line_number) in ProfileNode() 38 parent_(parent), in ProfileNode() 32 ProfileNode(ProfileTree* tree, CodeEntry* entry, ProfileNode* parent, int line_number) ProfileNode() argument
|
/third_party/libabigail/include/ |
H A D | abg-viz-dot.h | 20 enum type { child, parent }; enumerator 55 : node_base(__id, node_base::parent, parent_sty) in parent_node() 82 It is composed of the following data points for each parent 84 - parent classes
|
/third_party/rust/crates/clap/src/util/ |
H A D | graph.rs | 35 pub(crate) fn insert_child(&mut self, parent: usize, child: T) -> usize { 38 self.0[parent].children.push(c_idx);
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | RewriteCaseDeclarations.cpp | 56 TIntermNode *parent = getParentNode(); variable 57 if (parent->getAsBlock())
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/vu-to-json/ |
H A D | extension.rb | 25 parent = '' 38 # Track the parent block for each subsequent valid usage block 40 parent = block.attributes['refpage'] 77 if map['validation'][parent] == nil 78 map['validation'][parent] = {} 85 if map['validation'][parent][entry_section] == nil 86 map['validation'][parent][entry_section] = [] 90 if map['validation'][parent][entry_section].include? entry 96 map['validation'][parent][entry_section] << entry
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_usageprefs.h | 37 const MicroPropsGenerator *parent, UErrorCode &status); 104 * @param parent The parent MicroPropsGenerator. 107 UnitConversionHandler(const MeasureUnit &targetUnit, const MicroPropsGenerator *parent,
|
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | block_statement.h | 36 /// Holds semantic information about a block, such as parent block and variables 42 /// @param parent the owning statement 45 const CompoundStatement* parent, 83 /// @param parent the owning statement 86 const CompoundStatement* parent,
|
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | test_cil_tree.c | 45 CuAssertPtrEquals(tc, NULL, test_node->parent); in test_cil_tree_node_init() 63 CuAssertPtrEquals(tc, NULL, test_tree->root->parent); in test_cil_tree_init()
|
H A D | test_cil_copy_ast.c | 156 test_ast_node->parent = test_db->ast->root; in test_cil_copy_block() 191 test_ast_node->parent = new_tree_node; in test_cil_copy_perm() 224 test_ast_node->parent = test_db->ast->root; in test_cil_copy_class() 251 test_ast_node->parent = test_db->ast->root; in test_cil_copy_common() 282 test_ast_node->parent = test_db->ast->root; in test_cil_copy_classcommon() 316 test_ast_node->parent = test_db->ast->root; in test_cil_copy_sid() 343 test_ast_node->parent = test_db->ast->root; in test_cil_copy_sidcontext() 372 test_ast_node->parent = test_db->ast->root; in test_cil_copy_user() 399 test_ast_node->parent = test_db->ast->root; in test_cil_copy_role() 426 test_ast_node->parent in test_cil_copy_userrole() [all...] |
/kernel/linux/linux-5.10/drivers/clk/tegra/ |
H A D | clk-pll.c | 1034 struct clk_hw *parent = clk_hw_get_parent(hw); in tegra_clk_pll_restore_context() local 1035 unsigned long parent_rate = clk_hw_get_rate(parent); in tegra_clk_pll_restore_context() 1848 /* ensure parent is set to pll_ref */ in _clk_plle_tegra_init_parent() 1855 WARN(1, "pll_e enabled with unsupported parent %s\n", in _clk_plle_tegra_init_parent() 2046 struct clk *clk, *parent; in tegra_clk_register_pllxc() local 2050 parent = __clk_lookup(parent_name); in tegra_clk_register_pllxc() 2051 if (!parent) { in tegra_clk_register_pllxc() 2052 WARN(1, "parent clk %s of %s must be registered first\n", in tegra_clk_register_pllxc() 2060 parent_rate = clk_get_rate(parent); in tegra_clk_register_pllxc() 2159 struct clk *clk, *parent; in tegra_clk_register_pllm() local 2200 struct clk *parent, *clk; tegra_clk_register_pllc() local 2332 struct clk *clk, *parent; tegra_clk_register_pllss() local 2612 struct clk *parent, *clk; tegra_clk_register_pllc_tegra210() local 2655 struct clk *clk, *parent; tegra_clk_register_pllss_tegra210() local 2704 struct clk *clk, *parent; tegra_clk_register_pllmb() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
H A D | ethtool.c | 157 } else if (!pm_runtime_suspended(netdev->dev.parent)) { in e1000_get_link_ksettings() 269 pm_runtime_get_sync(netdev->dev.parent); in e1000_set_link_ksettings() 342 pm_runtime_put_sync(netdev->dev.parent); in e1000_set_link_ksettings() 378 pm_runtime_get_sync(netdev->dev.parent); in e1000_set_pauseparam() 412 pm_runtime_put_sync(netdev->dev.parent); in e1000_set_pauseparam() 443 pm_runtime_get_sync(netdev->dev.parent); in e1000_get_regs() 491 pm_runtime_put_sync(netdev->dev.parent); in e1000_get_regs() 524 pm_runtime_get_sync(netdev->dev.parent); in e1000_get_eeprom() 539 pm_runtime_put_sync(netdev->dev.parent); in e1000_get_eeprom() 590 pm_runtime_get_sync(netdev->dev.parent); in e1000_set_eeprom() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/ |
H A D | ethtool.c | 159 } else if (!pm_runtime_suspended(netdev->dev.parent)) { in e1000_get_link_ksettings() 277 pm_runtime_get_sync(netdev->dev.parent); in e1000_set_link_ksettings() 350 pm_runtime_put_sync(netdev->dev.parent); in e1000_set_link_ksettings() 386 pm_runtime_get_sync(netdev->dev.parent); in e1000_set_pauseparam() 420 pm_runtime_put_sync(netdev->dev.parent); in e1000_set_pauseparam() 451 pm_runtime_get_sync(netdev->dev.parent); in e1000_get_regs() 499 pm_runtime_put_sync(netdev->dev.parent); in e1000_get_regs() 532 pm_runtime_get_sync(netdev->dev.parent); in e1000_get_eeprom() 547 pm_runtime_put_sync(netdev->dev.parent); in e1000_get_eeprom() 598 pm_runtime_get_sync(netdev->dev.parent); in e1000_set_eeprom() [all...] |
/kernel/linux/linux-6.6/drivers/clk/tegra/ |
H A D | clk-pll.c | 1037 struct clk_hw *parent = clk_hw_get_parent(hw); in tegra_clk_pll_restore_context() local 1038 unsigned long parent_rate = clk_hw_get_rate(parent); in tegra_clk_pll_restore_context() 1851 /* ensure parent is set to pll_ref */ in _clk_plle_tegra_init_parent() 1858 WARN(1, "pll_e enabled with unsupported parent %s\n", in _clk_plle_tegra_init_parent() 2049 struct clk *clk, *parent; in tegra_clk_register_pllxc() local 2053 parent = __clk_lookup(parent_name); in tegra_clk_register_pllxc() 2054 if (!parent) { in tegra_clk_register_pllxc() 2055 WARN(1, "parent clk %s of %s must be registered first\n", in tegra_clk_register_pllxc() 2063 parent_rate = clk_get_rate(parent); in tegra_clk_register_pllxc() 2162 struct clk *clk, *parent; in tegra_clk_register_pllm() local 2203 struct clk *parent, *clk; tegra_clk_register_pllc() local 2335 struct clk *clk, *parent; tegra_clk_register_pllss() local 2603 struct clk *parent, *clk; tegra_clk_register_pllc_tegra210() local 2646 struct clk *clk, *parent; tegra_clk_register_pllss_tegra210() local 2695 struct clk *clk, *parent; tegra_clk_register_pllmb() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 591 pid_t parent = getppid(); in TEST() local 600 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST() 678 pid_t parent = getppid(); in TEST_SIGNAL() local 686 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_SIGNAL() 711 pid_t parent = getppid(); in TEST_SIGNAL() local 721 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_SIGNAL() 750 pid_t parent = getppid(); in TEST_SIGNAL() local 766 EXPECT_EQ(parent, syscall(__NR_getppid)); in TEST_SIGNAL() 857 * If we get here, only the spawned thread died. Let the parent know in kill_thread_or_group() 962 pid_t parent in TEST() local 980 pid_t parent = getppid(); TEST() local 1002 pid_t parent = getppid(); TEST() local 1027 pid_t parent = getppid(); TEST() local 1234 pid_t parent, res = 0; TEST_F() local 1260 pid_t parent, res = 0; TEST_F_SIGNAL() local 1289 pid_t parent; TEST_F_SIGNAL() local 1316 pid_t parent; TEST_F_SIGNAL() local 1341 pid_t parent; TEST_F_SIGNAL() local 1366 pid_t parent; TEST_F() local 1388 pid_t parent; TEST_F() local 1410 pid_t parent; TEST_F() local 1431 pid_t parent; TEST_F() local 1452 pid_t mypid, parent; TEST_F() local 1472 pid_t mypid, parent; TEST_F() local 2036 pid_t tracer, mytid, mypid, parent; FIXTURE() local 3201 pid_t parent = getppid(); TEST_SIGNAL() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth.c | 73 struct device *dev = priv->net_dev->dev.parent; in dpaa2_eth_free_rx_fd() 133 struct device *dev = priv->net_dev->dev.parent; in dpaa2_eth_build_frag_skb() 214 struct device *dev = priv->net_dev->dev.parent; in dpaa2_eth_free_bufs() 393 dma_unmap_page(priv->net_dev->dev.parent, addr, in dpaa2_eth_run_xdp() 403 addr = dma_map_page(priv->net_dev->dev.parent, in dpaa2_eth_run_xdp() 406 if (unlikely(dma_mapping_error(priv->net_dev->dev.parent, addr))) { in dpaa2_eth_run_xdp() 437 struct device *dev = priv->net_dev->dev.parent; in dpaa2_eth_rx() 530 struct device *dev = priv->net_dev->dev.parent; in dpaa2_eth_rx_err() 742 struct device *dev = priv->net_dev->dev.parent; in dpaa2_eth_build_sg_fd() 851 struct device *dev = priv->net_dev->dev.parent; in dpaa2_eth_build_sg_fd_single_buf() [all...] |
/kernel/linux/linux-5.10/arch/microblaze/pci/ |
H A D | pci-common.c | 139 node = node->parent; in pci_find_hose_for_OF_device() 528 res->parent = res->child = res->sibling = NULL; in pci_process_bridge_OF_ranges() 604 static int __init reparent_resources(struct resource *parent, in reparent_resources() argument 610 for (pp = &parent->child; (p = *pp) != NULL; pp = &p->sibling) { in reparent_resources() 622 res->parent = parent; in reparent_resources() 628 p->parent = res; in reparent_resources() 681 || res->start > res->end || res->parent) in pcibios_allocate_bus_resources() 683 if (bus->parent == NULL) in pcibios_allocate_bus_resources() 708 pr_debug("[0x%x], parent in pcibios_allocate_bus_resources() [all...] |
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | gpio_keys.c | 365 dev_err(input->dev.parent, in gpio_keys_gpio_report_event() 387 pm_relax(bdata->input->dev.parent); in gpio_keys_gpio_work_func() 399 pm_stay_awake(bdata->input->dev.parent); in gpio_keys_gpio_isr() 445 pm_wakeup_event(bdata->input->dev.parent, 0); in gpio_keys_irq_isr() 662 error = pdata->enable(input->dev.parent); in gpio_keys_open() 679 pdata->disable(input->dev.parent); in gpio_keys_close() 805 input->dev.parent = dev; in gpio_keys_probe() 867 dev_err(bdata->input->dev.parent, in gpio_keys_button_enable_wakeup() 877 dev_err(bdata->input->dev.parent, in gpio_keys_button_enable_wakeup() 900 dev_warn(bdata->input->dev.parent, in gpio_keys_button_disable_wakeup() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp_cppcore.c | 184 dev_err(cpp->dev.parent, "Dangling area: %d:%d:%d:0x%0llx-0x%0llx%s%s\n", in nfp_cpp_free() 1156 * @parent: Parent device 1165 struct device *parent, void *priv) in nfp_cpp_from_operations() 1183 ifc = ops->get_interface(parent); in nfp_cpp_from_operations() 1190 err = ops->read_serial(parent, cpp->serial); in nfp_cpp_from_operations() 1202 cpp->dev.parent = parent; in nfp_cpp_from_operations() 1218 dev_err(parent, in nfp_cpp_from_operations() 1226 dev_err(parent, "NFP model detection failed\n"); in nfp_cpp_from_operations() 1236 dev_err(parent, in nfp_cpp_from_operations() 1164 nfp_cpp_from_operations(const struct nfp_cpp_operations *ops, struct device *parent, void *priv) nfp_cpp_from_operations() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp_cppcore.c | 184 dev_err(cpp->dev.parent, "Dangling area: %d:%d:%d:0x%0llx-0x%0llx%s%s\n", in nfp_cpp_free() 1155 * @parent: Parent device 1164 struct device *parent, void *priv) in nfp_cpp_from_operations() 1182 ifc = ops->get_interface(parent); in nfp_cpp_from_operations() 1189 err = ops->read_serial(parent, cpp->serial); in nfp_cpp_from_operations() 1201 cpp->dev.parent = parent; in nfp_cpp_from_operations() 1217 dev_err(parent, in nfp_cpp_from_operations() 1225 dev_err(parent, "NFP model detection failed\n"); in nfp_cpp_from_operations() 1235 dev_err(parent, in nfp_cpp_from_operations() 1163 nfp_cpp_from_operations(const struct nfp_cpp_operations *ops, struct device *parent, void *priv) nfp_cpp_from_operations() argument [all...] |
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | imx_dsp_rproc.c | 320 struct device *dev = rproc->dev.parent; in imx_dsp_rproc_start() 357 struct device *dev = rproc->dev.parent; in imx_dsp_rproc_stop() 469 struct device *dev = rproc->dev.parent; in imx_dsp_rproc_rx_tx_callback() 512 struct device *dev = priv->rproc->dev.parent; in imx_dsp_rproc_mbox_alloc() 600 struct device *dev = rproc->dev.parent; in imx_dsp_rproc_add_carveout() 686 struct device *dev = rproc->dev.parent; in imx_dsp_rproc_prepare() 713 pm_runtime_put_sync(rproc->dev.parent); in imx_dsp_rproc_unprepare() 722 struct device *dev = rproc->dev.parent; in imx_dsp_rproc_kick() 956 struct device *dev = priv->rproc->dev.parent; in imx_dsp_attach_pm_domains() 1042 struct device *dev = priv->rproc->dev.parent; in imx_dsp_rproc_detect_mode() [all...] |
H A D | pru_rproc.c | 99 * @pruss: back-reference to parent PRUSS structure 197 if (!is_pru_rproc(rproc->dev.parent)) { in __pru_rproc_get() 309 if (IS_ERR_OR_NULL(rproc) || !is_pru_rproc(rproc->dev.parent)) in pru_rproc_put() 352 if (!rproc->dev.parent || !is_pru_rproc(rproc->dev.parent)) in pru_rproc_set_ctable() 476 * The entries are created only if the parent remoteproc debugfs directory 511 struct device *dev = rproc->dev.parent; in pru_handle_intrmap() 515 struct device_node *parent, *irq_parent; in pru_handle_intrmap() local 549 parent = of_get_parent(dev_of_node(pru->dev)); in pru_handle_intrmap() 550 if (!parent) { in pru_handle_intrmap() [all...] |
/kernel/linux/linux-6.6/drivers/clk/imx/ |
H A D | clk-scu.c | 53 struct clk_hw *parent; member 117 * struct imx_sc_msg_get_clock_parent - clock get parent protocol 119 * @req: get parent request protocol 120 * @resp: get parent response protocol 122 * This structure describes the SCU protocol of clock get parent 132 u8 parent; member 138 * struct imx_sc_msg_set_clock_parent - clock set parent protocol 140 * @req: set parent request protocol 142 * This structure describes the SCU protocol of clock set parent 148 u8 parent; member [all...] |
/kernel/linux/linux-6.6/drivers/clk/ingenic/ |
H A D | cgu.c | 346 * Convert the hardware index to the parent index by skipping in ingenic_clk_get_parent() 369 * Convert the parent index to the hardware index by adding in ingenic_clk_set_parent() 384 /* idx should always be a valid parent */ in ingenic_clk_set_parent() 413 u8 parent; in ingenic_clk_recalc_rate() local 416 parent = ingenic_clk_get_parent(hw); in ingenic_clk_recalc_rate() 418 if (!(clk_info->div.bypass_mask & BIT(parent))) { in ingenic_clk_recalc_rate() 464 u8 parent; in ingenic_clk_calc_div() local 466 parent = ingenic_clk_get_parent(hw); in ingenic_clk_calc_div() 467 if (clk_info->div.bypass_mask & BIT(parent)) in ingenic_clk_calc_div() 647 struct clk *clk, *parent; in ingenic_register_clock() local [all...] |
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | gpio_keys.c | 377 dev_err(input->dev.parent, in gpio_keys_gpio_report_event() 396 pm_relax(bdata->input->dev.parent); in gpio_keys_debounce_event() 426 pm_stay_awake(bdata->input->dev.parent); in gpio_keys_gpio_isr() 479 pm_wakeup_event(bdata->input->dev.parent, 0); in gpio_keys_irq_isr() 698 error = pdata->enable(input->dev.parent); in gpio_keys_open() 715 pdata->disable(input->dev.parent); in gpio_keys_close() 844 input->dev.parent = dev; in gpio_keys_probe() 906 dev_err(bdata->input->dev.parent, in gpio_keys_button_enable_wakeup() 916 dev_err(bdata->input->dev.parent, in gpio_keys_button_enable_wakeup() 939 dev_warn(bdata->input->dev.parent, in gpio_keys_button_disable_wakeup() [all...] |