/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | mr.c | 687 struct rb_node **new = &cache->rb_root.rb_node, *parent = NULL; in mlx5_cache_ent_insert() local 694 parent = *new; in mlx5_cache_ent_insert() 707 rb_link_node(&ent->node, parent, new); in mlx5_cache_ent_insert()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | cyttsp4_core.c | 1884 pm_runtime_get(input->dev.parent); in cyttsp4_mt_open() 1893 pm_runtime_put(input->dev.parent); in cyttsp4_mt_close() 1993 md->input->dev.parent = dev; in cyttsp4_mt_probe()
|
/kernel/linux/linux-6.6/drivers/iommu/amd/ |
H A D | init.c | 2388 struct irq_data *parent = irqd->parent_data; in intcapxt_set_affinity() local 2391 ret = parent->chip->irq_set_affinity(parent, mask, force); in intcapxt_set_affinity()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-bufio.c | 831 struct rb_node **new = &root->rb_node, *parent = NULL; in __cache_insert() local 840 parent = *new; in __cache_insert() 845 rb_link_node(&b->node, parent, new); in __cache_insert()
|
H A D | dm-zoned-metadata.c | 466 struct rb_node **new = &(root->rb_node), *parent = NULL; in dmz_insert_mblock() local 472 parent = *new; in dmz_insert_mblock() 477 rb_link_node(&mblk->node, parent, new); in dmz_insert_mblock()
|
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-core.c | 509 dev->parent = card->dev; in soc_new_pcm_runtime() 806 if (!of_node && component->dev->parent) in soc_component_to_node() 807 of_node = component->dev->parent->of_node; in soc_component_to_node() 2533 * inherit the name of the parent device so it is possible to in snd_soc_register_dai()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | rt5682s.c | 2650 * Whether the wclk's parent clk (mclk) exists or not, please ensure in rt5682s_wclk_set_rate() 2734 * We don't allow changing the parent WCLK. We just do in rt5682s_bclk_round_rate() 2735 * some rounding down based on the parent WCLK rate in rt5682s_bclk_round_rate() 2793 const struct clk_hw *parent; in rt5682s_register_dai_clks() local 2799 /* Make MCLK the parent of WCLK */ in rt5682s_register_dai_clks() 2809 /* Make WCLK the parent of BCLK */ in rt5682s_register_dai_clks() 2810 parent = &rt5682s->dai_clks_hw[RT5682S_DAI_WCLK_IDX]; in rt5682s_register_dai_clks() 2811 init.parent_hws = &parent; in rt5682s_register_dai_clks()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | esp_scsi.c | 2700 struct Scsi_Host *host = dev_to_shost(target->dev.parent); in esp_set_offset() 2713 struct Scsi_Host *host = dev_to_shost(target->dev.parent); in esp_set_period() 2723 struct Scsi_Host *host = dev_to_shost(target->dev.parent); in esp_set_width()
|
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_transport.c | 513 * mpi3mr_parent_present - Is parent present for a phy 517 * Return: 0 if parent is present else non-zero 814 /* phy number of the parent device this device is linked to */ in mpi3mr_set_identify() 1044 * @sas_address_parent: SAS address of parent expander or host 1090 "refresh: parent sas_address(0x%016llx),\n" in mpi3mr_update_links() 1296 * @sas_address_parent: sas address of parent expander or host 1336 ioc_err(mrioc, "%s:could not find parent sas_address(0x%016llx)!\n", in mpi3mr_sas_port_add() 1478 * @sas_address_parent: SAS address of parent expander or host 1902 * hba_port if the non responding expander device's parent device in mpi3mr_refresh_expanders() 2012 * When there is a parent expande in mpi3mr_expander_add() [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | opt.c | 1830 const AVClass *av_opt_child_class_iterate(const AVClass *parent, void **iter) in av_opt_child_class_iterate() argument 1832 if (parent->child_class_iterate) in av_opt_child_class_iterate() 1833 return parent->child_class_iterate(iter); in av_opt_child_class_iterate()
|
/third_party/curl/lib/ |
H A D | http2.c | 876 /* clone the parent */ in push_promise() 1786 struct stream_ctx *depstream = H2_STREAM_CTX(prio->parent); in h2_pri_spec() 1810 (data->set.priority.parent != data->state.priority.parent)) ) { in h2_progress_egress()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | OpenArchive.cpp | 526 HRESULT CArc::GetItem_PathToParent(UInt32 index, UInt32 parent, UStringVector &parts) const
530 if (index == parent)
593 if (parent == curParent)
676 UInt32 parent = (UInt32)(Int32)-1;
678 if (GetRawProps->GetParent(index2, &parent, &parentType) != S_OK)
680 if (parent == (UInt32)(Int32)-1)
687 index2 = parent;
705 UInt32 parent = (UInt32)(Int32)-1;
707 if (GetRawProps->GetParent(index2, &parent, &parentType) != S_OK)
709 if (parent [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ucurr.cpp | 607 CharString parent; in ucurr_forLocale() local 609 CharStringByteSink sink(&parent); in ucurr_forLocale() 613 // TODO: Loop over the parent rather than recursing and in ucurr_forLocale() 615 return ucurr_forLocale(parent.data(), buff, buffCapacity, ec); in ucurr_forLocale()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | sink-input.c | 551 i->parent.parent.free = sink_input_free; in pa_sink_input_new() 552 i->parent.process_msg = pa_sink_input_process_msg; in pa_sink_input_new()
|
H A D | source.c | 243 s->parent.parent.free = source_free; in pa_source_new() 244 s->parent.process_msg = pa_source_process_msg; in pa_source_new()
|
/third_party/python/Lib/test/ |
H A D | test_weakref.py | 923 def __init__(self, parent): 924 if not parent: 929 self.wparent = weakref.ref(parent, cb)
|
/third_party/selinux/libsepol/src/ |
H A D | kernel_to_conf.c | 1463 char *parent; in write_type_bounds_rules_to_conf() local 1499 parent = pdb->p_type_val_to_name[type->bounds - 1]; in write_type_bounds_rules_to_conf() 1500 sepol_printf(out, "typebounds %s %s;\n", parent, child); in write_type_bounds_rules_to_conf()
|
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | CilTest.c | 100 node->parent = current; in gen_test_tree() 111 current = current->parent; in gen_test_tree() 114 item->parent = current; in gen_test_tree()
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 5315 nk_size parent; member 5342 struct nk_panel *parent; member 5433 struct nk_window *parent; member 15162 buf->parent = win->buffer.last; in nk_start_popup() 15201 parent_last = nk_ptr_add(struct nk_command, memory, buf->parent); in nk_finish() 15921 while (root_panel->parent) in nk_panel_end() 15922 root_panel = root_panel->parent; in nk_panel_end() 15923 while (root_window->parent) in nk_panel_end() 15924 root_window = root_window->parent; in nk_panel_end() 15926 /* only allow scrolling if parent windo in nk_panel_end() 18744 struct nk_panel *parent; nk_group_scrolled_end() local [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_mem.c | 139 struct rb_node *parent = NULL; in kbase_region_tracker_insert() local 149 parent = *link; in kbase_region_tracker_insert() 150 old_reg = rb_entry(parent, struct kbase_va_region, rblink); in kbase_region_tracker_insert() 163 rb_link_node(&(new_reg->rblink), parent, link); in kbase_region_tracker_insert()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_mem.c | 145 struct rb_node *parent = NULL; in kbase_region_tracker_insert() local 155 parent = *link; in kbase_region_tracker_insert() 156 old_reg = rb_entry(parent, struct kbase_va_region, rblink); in kbase_region_tracker_insert() 168 rb_link_node(&(new_reg->rblink), parent, link); in kbase_region_tracker_insert()
|
/kernel/linux/linux-5.10/drivers/iommu/amd/ |
H A D | iommu.c | 4045 struct irq_data *parent = data->parent_data; in amd_ir_set_affinity() local 4052 ret = parent->chip->irq_set_affinity(parent, mask, force); in amd_ir_set_affinity() 4095 iommu->ir_domain->parent = arch_get_ir_parent_domain(); in amd_iommu_create_irq_domain()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 2553 /* Given a happy meal sbus device, find it's quattro parent. 2560 struct device *parent = child->dev.parent; in quattro_sbus_find() local 2564 op = to_platform_device(parent); in quattro_sbus_find() 2690 sbus_dp = op->dev.parent->of_node; in happy_meal_sbus_probe_one() 3296 /* XXX qfe parent interrupt... */ in hme_sbus_remove()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | free-space-cache.c | 1469 struct rb_node *parent = NULL; in tree_insert_offset() local 1473 parent = *p; in tree_insert_offset() 1474 info = rb_entry(parent, struct btrfs_free_space, offset_index); in tree_insert_offset() 1510 rb_link_node(node, parent, p); in tree_insert_offset()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_verbs.h | 4651 struct device *parent = ibdev->dev.parent; in ibdev_to_node() local 4653 if (!parent) in ibdev_to_node() 4655 return dev_to_node(parent); in ibdev_to_node()
|