Home
last modified time | relevance | path

Searched refs:parent (Results 1951 - 1975 of 2023) sorted by relevance

1...<<7172737475767778798081

/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H A Dmpp_rkvdec.c404 struct device *dev = devfreq->dev.parent; in model_static_power()
1262 dev_warn(mpp->dev, "parent devfreq is not ready, retry\n"); in rkvdec_devfreq_init()
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H A Dirq-gic-v3.c1970 static int __init gic_of_init(struct device_node *node, struct device_node *parent) in gic_of_init() argument
/device/soc/rockchip/common/sdk_linux/drivers/hid/
H A Dhid-input.c2247 input_dev->dev.parent = &hid->dev; in hidinput_allocate()
2511 * parent input_dev at all. Once all input devices are removed, we in hidinput_disconnect()
/device/soc/rockchip/rk3588/kernel/drivers/power/supply/
H A Drk817_charger.c1572 struct rk808 *rk817 = dev_get_drvdata(pdev->dev.parent); in rk817_charge_probe()
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Drockchip_system_monitor.c1046 ret = dev_pm_qos_add_request(devfreq->dev.parent, in rockchip_system_monitor_freq_qos_requset()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H A Dmpp_rkvdec.c426 struct device *dev = devfreq->dev.parent; in model_static_power()
1317 dev_warn(mpp->dev, "parent devfreq is not ready, retry\n"); in rkvdec_devfreq_init()
/third_party/ffmpeg/libavfilter/
H A Dvf_convolve.c678 AVFilterContext *ctx = fs->parent; in do_convolve()
H A Dvf_morpho.c790 AVFilterContext *ctx = fs->parent; in do_morpho()
H A Dvf_paletteuse.c1042 AVFilterContext *ctx = fs->parent; in load_apply_palette()
H A Dvf_overlay.c997 AVFilterContext *ctx = fs->parent; in do_blend()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_lower_ray_queries.c899 ray_query_deref = nir_instr_as_deref(ray_query_deref->parent.ssa->parent_instr); in radv_nir_lower_ray_queries()
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1352 parent: ::Option<unsafe extern "C" fn()>, in pthread_atfork()
/third_party/pulseaudio/src/modules/
H A Dmodule-ladspa-sink.c1321 u->sink->parent.process_msg = sink_process_msg_cb; in pa__init()
/third_party/python/Lib/
H A Dpdb.py193 __package__=self._spec.parent,
/third_party/pcre2/pcre2/
H A DRunGrepTest.bat52 :: Set srcdir to the current or parent directory, whichever one contains the
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc3583 TNode<String> parent,
3593 StoreObjectFieldNoWriteBarrier(result, SlicedString::kParentOffset, parent);
3599 TNode<Uint32T> length, TNode<String> parent, TNode<Smi> offset) {
3601 parent, offset);
3605 TNode<Uint32T> length, TNode<String> parent, TNode<Smi> offset) {
3606 return AllocateSlicedString(RootIndex::kSlicedStringMap, length, parent,
7179 // Sliced string. Fetch parent and correct start index by offset.
7190 const TNode<String> parent =
7192 var_string_ = parent;
7193 var_instance_type_ = LoadInstanceType(parent);
[all...]
/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c426 #define CHILD_OF(parent) { .def = { .n = parent } }
750 { 0 } /* We don't want to go back to level 0, so don't add the parent. */
1356 "at 0x%"PRIx64" inside parent with finite size\n", pos); in ebml_parse()
/third_party/googletest/googletest/src/
H A Dgtest.cc5400 // and will confuse the parent process. Otherwise, create/delete
5531 UnitTestImpl::UnitTestImpl(UnitTest* parent)
5532 : parent_(parent),
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc4867 // and will confuse the parent process. Otherwise, create/delete in Run()
4999 UnitTestImpl::UnitTestImpl(UnitTest* parent)
5000 : parent_(parent),
/third_party/node/deps/googletest/src/
H A Dgtest.cc5420 // and will confuse the parent process. Otherwise, create/delete
5557 UnitTestImpl::UnitTestImpl(UnitTest* parent)
5558 : parent_(parent),
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DTestUtil.java2017 * Calls {@code parent.newBuilderForField()} or uses the
2022 Message.Builder parent, Descriptors.FieldDescriptor field) { in newBuilderForField()
2024 return parent.newBuilderForField(field); in newBuilderForField()
2973 // Search each parent directory looking for "src/google/protobuf". in getTestDataDir()
2021 newBuilderForField( Message.Builder parent, Descriptors.FieldDescriptor field) newBuilderForField() argument
/third_party/python/Lib/test/
H A Dtest_tarfile.py3341 except the destination directory itself and parent directories of
3392 for parent in path.parents:
3393 self.expected_paths.discard(parent)
3439 arc.add('parent', symlink_to='current/..')
3440 arc.add('parent/evil')
3453 self.expect_file('parent', symlink_to='current/..')
3459 """'parent/evil' would be extracted to ['"].*evil['"], """
3465 """'parent' would link to ['"].*outerdir['"], """
3471 self.expect_file('parent/evil')
3473 self.expect_file('parent/evi
[all...]
H A Dtest_logging.py262 # Logging levels in a nested namespace, inherited from parent loggers.
297 # Logging levels when some parent does not exist yet.
5235 self.assertIs(root, logging.getLogger('foo').parent)
5238 self.assertIsNot(root, logging.getLogger('foo.bar').parent)
5274 # Set parent logger level and ensure caches are emptied
5279 # Ensure logger2 uses parent logger's effective level
5289 # Verify logger2 follows parent and not root
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource11.js1039 var controlFlowPrefix = (ast: AST, parent: AST, walker: IAstWalker) => {
3382 var controlFlowPrefix = function (ast, parent, walker) {
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp708 ExpandContext (const ExpandContext& parent) in ExpandContext() argument
709 : m_symCounter(parent.m_symCounter) {} in ExpandContext()

Completed in 111 milliseconds

1...<<7172737475767778798081