/third_party/protobuf/python/google/protobuf/ |
H A D | service_reflection.py | 15 # * Neither the name of Google Inc. nor the names of its 70 def __init__(cls, name, bases, dictionary): 74 name: Name of the class (ignored, but required by the metaclass 106 def __init__(cls, name, bases, dictionary): 110 name: Name of the class (ignored, here). 120 super(GeneratedServiceStubType, cls).__init__(name, bases, dictionary) 170 setattr(cls, method.name, self._GenerateNonImplementedMethod(method)) 186 method = getattr(srvc, method_descriptor.name) 232 self._NonImplementedMethod(method.name, rpc_controller, callback)) 279 setattr(cls, method.name, sel [all...] |
/third_party/rust/crates/clap/clap_complete/src/shells/ |
H A D | zsh.rs | 13 fn file_name(&self, name: &str) -> String { in file_name() 14 format!("_{name}") in file_name() 25 "#compdef {name} in generate() 29 _{name}() {{ in generate() 46 if [ \"$funcstack[1]\" = \"_{name}\" ]; then in generate() 47 _{name} \"$@\" in generate() 49 compdef _{name} {name} in generate() 52 name = bin_name, in generate() 73 // [arg_name]: The name o [all...] |
/third_party/rust/crates/cxx/gen/build/src/ |
H A D | cargo.rs | 18 fn eval(&self, name: &str, query_value: Option<&str>) -> CfgResult { in eval() 20 if name == "feature" { in eval() 28 if name == "test" && query_value.is_none() { in eval() 32 if let Some(cargo_value) = env.cfgs.get(Lookup::new(name)) { in eval() 39 if name == "debug_assertions" && query_value.is_none() { in eval() 100 fn new(name: &str) -> &Self { in new() 101 unsafe { &*(name as *const str as *const Self) } in new()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_ioctl.c | 54 .name = "Automatic White Balance", 63 .name = "Red Balance", 72 .name = "Blue Balance", 81 .name = "Gamma", 90 .name = "Light frequency filter", 99 .name = "Image Color Effect", 108 .name = "Image Color Effect CbCr", 117 .name = "Bad Pixel Correction", 126 .name = "GDC/CAC", 135 .name [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutTests.cpp | 91 RandomSSBOLayoutCase (tcu::TestContext& testCtx, const char* name, BufferMode bufferMode, deUint32 features, deUint32 seed, bool usePhysStorageBuffer); 113 RandomSSBOLayoutCase::RandomSSBOLayoutCase (tcu::TestContext& testCtx, const char* name, BufferMode bufferMode, deUint32 features, deUint32 seed, bool usePhysStorageBuffer) in RandomSSBOLayoutCase() argument 114 : SSBOLayoutCase (testCtx, name, bufferMode, LOAD_FULL_MATRIX, STORE_FULL_MATRIX, usePhysStorageBuffer) in RandomSSBOLayoutCase() 236 const std::string name = genName('a', 'z', m_bufferVarNdx); in generateBufferVar() local 243 block.addMember(BufferVar(name.c_str(), type, flags)); in generateBufferVar() 382 BlockBasicTypeCase (tcu::TestContext& testCtx, const char* name, const VarType& type, deUint32 layoutFlags, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer, bool readonly) in BlockBasicTypeCase() argument 383 : SSBOLayoutCase(testCtx, name, BUFFERMODE_PER_BLOCK, matrixLoadFlag, matrixStoreFlag, usePhysStorageBuffer) in BlockBasicTypeCase() 425 BlockBasicUnsizedArrayCase (tcu::TestContext& testCtx, const char* name, const VarType& elementType, int arraySize, deUint32 layoutFlags, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer, bool readonly) in BlockBasicUnsizedArrayCase() argument 426 : SSBOLayoutCase(testCtx, name, BUFFERMODE_PER_BLOCK, matrixLoadFlag, matrixStoreFlag, usePhysStorageBuffer) in BlockBasicUnsizedArrayCase() 475 BlockSingleStructCase (tcu::TestContext& testCtx, const char* name, deUint3 argument 506 BlockSingleStructArrayCase(tcu::TestContext& testCtx, const char* name, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer) BlockSingleStructArrayCase() argument 539 BlockSingleNestedStructCase(tcu::TestContext& testCtx, const char* name, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer) BlockSingleNestedStructCase() argument 577 BlockSingleNestedStructArrayCase(tcu::TestContext& testCtx, const char* name, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer) BlockSingleNestedStructArrayCase() argument 615 BlockUnsizedStructArrayCase(tcu::TestContext& testCtx, const char* name, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer) BlockUnsizedStructArrayCase() argument 657 Block2LevelUnsizedStructArrayCase(tcu::TestContext& testCtx, const char* name, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer) Block2LevelUnsizedStructArrayCase() argument 698 BlockUnsizedNestedStructArrayCase(tcu::TestContext& testCtx, const char* name, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer) BlockUnsizedNestedStructArrayCase() argument 746 BlockMultiBasicTypesCase(tcu::TestContext& testCtx, const char* name, deUint32 flagsA, deUint32 flagsB, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer) BlockMultiBasicTypesCase() argument 785 BlockMultiNestedStructCase(tcu::TestContext& testCtx, const char* name, deUint32 flagsA, deUint32 flagsB, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer) BlockMultiNestedStructCase() argument 839 const char* name; global() member 1135 const char* name; init() member 1146 const char* name; init() member 1156 const char* name; init() member 1832 createTests(tcu::TestContext& testCtx, const std::string& name) createTests() argument [all...] |
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_test.cpp | 48 * @tc.name: create ScreenSession 57 .name = "OpenHarmony", in HWTEST_F() 64 * @tc.name: create ScreenSession02 73 .name = "OpenHarmony", in HWTEST_F() 80 * @tc.name: create ScreenSession03 89 .name = "OpenHarmony", in HWTEST_F() 96 * @tc.name: create ScreenSession03 105 .name = "OpenHarmony", in HWTEST_F() 112 * @tc.name: create ScreenSession05 121 .name in HWTEST_F() 1035 std::string name = "OpenHarmony"; HWTEST_F() local [all...] |
/kernel/linux/linux-5.10/fs/afs/ |
H A D | yfsclient.c | 77 return xdr_encode_string(bp, p->name, p->len); in xdr_encode_name() 151 call->type->name, len, call->request_size); in yfs_check_req() 154 call->type->name, len, call->request_size); in yfs_check_req() 488 .name = "YFS.FetchData64", 564 .name = "YFS.CreateFile", 575 const struct qstr *name = &op->dentry->d_name; in yfs_fs_create_file() local 586 xdr_strlen(name->len) + in yfs_fs_create_file() 604 bp = xdr_encode_name(bp, name); in yfs_fs_create_file() 609 trace_afs_make_fs_call1(call, &dvp->fid, name); in yfs_fs_create_file() 614 .name 625 const struct qstr *name = &op->dentry->d_name; yfs_fs_make_dir() local 715 const struct qstr *name = &op->dentry->d_name; yfs_fs_remove_file2() local 782 const struct qstr *name = &op->dentry->d_name; yfs_fs_remove_file() local 826 const struct qstr *name = &op->dentry->d_name; yfs_fs_remove_dir() local 895 const struct qstr *name = &op->dentry->d_name; yfs_fs_link() local 971 const struct qstr *name = &op->dentry->d_name; yfs_fs_symlink() local [all...] |
/kernel/linux/linux-6.6/fs/afs/ |
H A D | yfsclient.c | 77 return xdr_encode_string(bp, p->name, p->len); in xdr_encode_name() 144 call->type->name, len, call->request_size); in yfs_check_req() 147 call->type->name, len, call->request_size); in yfs_check_req() 452 .name = "YFS.FetchData64", 530 .name = "YFS.CreateFile", 541 const struct qstr *name = &op->dentry->d_name; in yfs_fs_create_file() local 552 xdr_strlen(name->len) + in yfs_fs_create_file() 570 bp = xdr_encode_name(bp, name); in yfs_fs_create_file() 575 trace_afs_make_fs_call1(call, &dvp->fid, name); in yfs_fs_create_file() 580 .name 591 const struct qstr *name = &op->dentry->d_name; yfs_fs_make_dir() local 681 const struct qstr *name = &op->dentry->d_name; yfs_fs_remove_file2() local 748 const struct qstr *name = &op->dentry->d_name; yfs_fs_remove_file() local 792 const struct qstr *name = &op->dentry->d_name; yfs_fs_remove_dir() local 861 const struct qstr *name = &op->dentry->d_name; yfs_fs_link() local 937 const struct qstr *name = &op->dentry->d_name; yfs_fs_symlink() local [all...] |
/kernel/linux/linux-6.6/drivers/net/fddi/ |
H A D | defxx.c | 583 bdev->driver->name); in dfx_register() 591 bdev->driver->name); in dfx_register() 600 bdev->driver->name); in dfx_register() 610 bdev->driver->name); in dfx_register() 647 printk("%s: registered as %s\n", print_name, dev->name); in dfx_register() 1016 * print_name - printable device name 1265 printk("%s: Could not uninitialize/reset adapter!\n", bp->dev->name); in dfx_adap_init() 1299 printk("%s: Could not set adapter burst size!\n", bp->dev->name); in dfx_adap_init() 1316 printk("%s: Could not set consumer block address!\n", bp->dev->name); in dfx_adap_init() 1335 bp->dev->name); in dfx_adap_init() [all...] |
/third_party/alsa-lib/src/seq/ |
H A D | seq.c | 53 Later on, the attributes of client such as its name string can be changed 400 You can create a queue with a certain name by #snd_seq_alloc_named_queue(), too. 803 return seq->name; in snd_seq_name() 821 static int snd_seq_open_conf(snd_seq_t **seqp, const char *name, in snd_seq_open_conf() argument 840 if (name) in snd_seq_open_conf() 841 SNDERR("Invalid type for SEQ %s definition", name); in snd_seq_open_conf() 918 err = open_func(seqp, name, seq_root, seq_conf, streams, mode); in snd_seq_open_conf() 928 const char *name, int streams, int mode, in snd_seq_open_noupdate() 933 err = snd_config_search_definition(root, "seq", name, &seq_conf); in snd_seq_open_noupdate() 935 SNDERR("Unknown SEQ %s", name); in snd_seq_open_noupdate() 927 snd_seq_open_noupdate(snd_seq_t **seqp, snd_config_t *root, const char *name, int streams, int mode, int hop) snd_seq_open_noupdate() argument 974 snd_seq_open(snd_seq_t **seqp, const char *name, int streams, int mode) snd_seq_open() argument 1010 snd_seq_open_lconf(snd_seq_t **seqp, const char *name, int streams, int mode, snd_config_t *lconf) snd_seq_open_lconf() argument 1018 _snd_seq_open_lconf(snd_seq_t **seqp, const char *name, int streams, int mode, snd_config_t *lconf, snd_config_t *parent_conf) _snd_seq_open_lconf() argument 1817 snd_seq_client_info_set_name(snd_seq_client_info_t *info, const char *name) snd_seq_client_info_set_name() argument 2400 snd_seq_port_info_set_name(snd_seq_port_info_t *info, const char *name) snd_seq_port_info_set_name() argument 3370 snd_seq_queue_info_set_name(snd_seq_queue_info_t *info, const char *name) snd_seq_queue_info_set_name() argument 3443 snd_seq_alloc_named_queue(snd_seq_t *seq, const char *name) snd_seq_alloc_named_queue() argument 3525 snd_seq_query_named_queue(snd_seq_t *seq, const char *name) snd_seq_query_named_queue() argument [all...] |
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLGLSLCodeGenerator.cpp | 70 void GLSLCodeGenerator::writeExtension(skstd::string_view name, bool require) { in writeExtension() argument 72 fExtensions.write(name.data(), name.length()); in writeExtension() 80 // Returns the name of the type with array dimensions, e.g. `float[2]`. 135 return String(type.name()); in getTypeName() 140 return String(type.name()); in getTypeName() 147 this->write(type.name()); in writeStructDefinition() 258 String name; in writeDeterminantHack() local 261 name = "_determinant2"; in writeDeterminantHack() 262 if (fWrittenIntrinsics.find(name) in writeDeterminantHack() 324 String name; writeInverseHack() local 413 String name = "transpose" + to_string(type.columns()) + to_string(type.rows()); writeTransposeHack() local 454 String name = "_absemulation"; writeFunctionCall() local 832 skstd::string_view name = baseType.fields()[f.fieldIndex()].fName; writeFieldAccess() local [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureCompletenessTests.cpp | 125 Tex2DCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description); 138 Tex2DCompletenessCase::Tex2DCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description) in Tex2DCompletenessCase() argument 139 : TestCase (testCtx, name, description) in Tex2DCompletenessCase() 182 TexCubeCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description); 195 TexCubeCompletenessCase::TexCubeCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description) in TexCubeCompletenessCase() argument 196 : TestCase (testCtx, name, description) in TexCubeCompletenessCase() 248 Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, IVec2 invalidLevelSize, int invalidLevelNdx, const glu::ContextInfo& ctxInfo); 260 Incomplete2DSizeCase::Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, IVec2 invalidLevelSize, int invalidLevelNdx, const glu::ContextInfo& ctxInfo) in Incomplete2DSizeCase() argument 261 : Tex2DCompletenessCase (testCtx, renderCtx, name, description) in Incomplete2DSizeCase() 322 Incomplete2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, cons 334 Incomplete2DFormatCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 format, deUint32 invalidFormat, int invalidLevelNdx) Incomplete2DFormatCase() argument 387 Incomplete2DMissingLevelCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, int missingLevelNdx) Incomplete2DMissingLevelCase() argument 440 Incomplete2DWrapModeCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo) Incomplete2DWrapModeCase() argument 490 Complete2DExtraLevelCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size) Complete2DExtraLevelCase() argument 541 Incomplete2DEmptyObjectCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size) Incomplete2DEmptyObjectCase() argument 578 IncompleteCubeSizeCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, IVec2 invalidLevelSize, int invalidLevelNdx) IncompleteCubeSizeCase() argument 587 IncompleteCubeSizeCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, IVec2 invalidLevelSize, int invalidLevelNdx, tcu::CubeFace invalidCubeFace) IncompleteCubeSizeCase() argument 648 IncompleteCubeFormatCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 format, deUint32 invalidFormat) IncompleteCubeFormatCase() argument 657 IncompleteCubeFormatCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 format, deUint32 invalidFormat, tcu::CubeFace invalidCubeFace) IncompleteCubeFormatCase() argument 717 IncompleteCubeMissingLevelCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, int invalidLevelNdx) IncompleteCubeMissingLevelCase() argument 725 IncompleteCubeMissingLevelCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, int invalidLevelNdx, tcu::CubeFace invalidCubeFace) IncompleteCubeMissingLevelCase() argument 785 IncompleteCubeWrapModeCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo) IncompleteCubeWrapModeCase() argument 836 CompleteCubeExtraLevelCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size) CompleteCubeExtraLevelCase() argument 890 IncompleteCubeEmptyObjectCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size) IncompleteCubeEmptyObjectCase() argument [all...] |
/foundation/multimedia/media_foundation/engine/pipeline/filters/source/media_source/ |
H A D | media_source_filter.cpp | 44 MediaSourceFilter::MediaSourceFilter(const std::string& name) in MediaSourceFilter() argument 45 : FilterBase(name), in MediaSourceFilter() 397 ErrorCode MediaSourceFilter::CreatePlugin(const std::shared_ptr<PluginInfo>& info, const std::string& name, in CreatePlugin() argument 401 if (info->name == pluginInfo_->name && TranslatePluginStatus(plugin_->Reset()) == ErrorCode::SUCCESS) { in CreatePlugin() 402 MEDIA_LOG_I("Reuse last plugin: " PUBLIC_LOG_S, name.c_str()); in CreatePlugin() 406 MEDIA_LOG_E("Deinit last plugin: " PUBLIC_LOG_S " error", pluginInfo_->name.c_str()); in CreatePlugin() 409 plugin_ = manager.CreateSourcePlugin(name); in CreatePlugin() 411 MEDIA_LOG_E("PluginManager CreatePlugin " PUBLIC_LOG_S " fail", name.c_str()); in CreatePlugin() 415 MEDIA_LOG_I("Create new plugin: \"" PUBLIC_LOG_S "\" success", pluginInfo_->name in CreatePlugin() [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | abs_result_set.cpp | 32 void RowEntity::Put(const std::string& name, int32_t index, ValueObject&& value)
in Put() argument 37 auto it = values_.emplace(name, std::move(value));
in Put() 41 ValueObject RowEntity::Get(const std::string &name) const
in Get() 43 auto it = values_.find(name);
in Get() 120 for (auto &[name, index] : columnMap_) {
in GetAllColumnNames() 124 columnNames[index] = name;
in GetAllColumnNames() 259 for (auto &[name, index] : columnMap_) {
in GetRow() 263 LOG_ERROR("Get(%{public}d, %{public}s)->ret %{public}d", index, SqliteUtils::Anonymous(name).c_str(), ret);
in GetRow() 266 rowEntity.Put(name, index, std::move(value));
in GetRow() 402 for (const auto& [name, inde in GetColumnIndex() [all...] |
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | window_scene_config.cpp | 105 WLOGFE("read xml node error: nodeName:(%{public}s)", node->name); in SplitNodeContent() 136 std::string nodeName = reinterpret_cast<const char*>(curNodePtr->name); in ReadConfig() 140 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetProperty(p); in ReadConfig() 145 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetValue(v); in ReadConfig() 150 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetValue(v); in ReadConfig() 155 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetValue(v); in ReadConfig() 161 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetValue(v); in ReadConfig() 166 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetValue(v); in ReadConfig() 171 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetValue(v); in ReadConfig() 196 if (rootPtr == nullptr || rootPtr->name in LoadConfigXml() [all...] |
/foundation/window/window_manager/wmserver/src/ |
H A D | window_manager_config.cpp | 85 WLOGFE("[WmConfig] read xml node error: nodeName:(%{public}s)", node->name); in SplitNodeContent() 116 std::string nodeName = reinterpret_cast<const char*>(curNodePtr->name); in ReadConfig() 120 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetProperty(property); in ReadConfig() 125 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetValue(v); in ReadConfig() 130 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetValue(v); in ReadConfig() 135 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetValue(v); in ReadConfig() 140 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetValue(v); in ReadConfig() 145 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetValue(v); in ReadConfig() 151 mapValue[reinterpret_cast<const char*>(curNodePtr->name)].SetValue(v); in ReadConfig() 176 if (rootPtr == nullptr || rootPtr->name in LoadConfigXml() [all...] |
/kernel/linux/linux-5.10/drivers/base/ |
H A D | devtmpfs.c | 11 * By default, all devices are named after the name of the device, 42 const char *name; member 75 .name = "devtmpfs", 87 .name = "devtmpfs", 128 req.name = device_get_devnode(dev, &req.mode, &req.uid, &req.gid, &tmp); in devtmpfs_create_node() 129 if (!req.name) in devtmpfs_create_node() 152 req.name = device_get_devnode(dev, NULL, NULL, NULL, &tmp); in devtmpfs_delete_node() 153 if (!req.name) in devtmpfs_delete_node() 162 static int dev_mkdir(const char *name, umode_t mode) in dev_mkdir() argument 168 dentry = kern_path_create(AT_FDCWD, name, in dev_mkdir() 241 dev_rmdir(const char *name) dev_rmdir() argument 380 handle(const char *name, umode_t mode, kuid_t uid, kgid_t gid, struct device *dev) handle() argument [all...] |
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | edac_device.c | 142 snprintf(dev_ctl->name,sizeof(dev_ctl->name),"%s",edac_device_name); in edac_device_alloc_ctl_info() 155 /* name of this instance */ in edac_device_alloc_ctl_info() 156 snprintf(inst->name, sizeof(inst->name), in edac_device_alloc_ctl_info() 163 snprintf(blk->name, sizeof(blk->name), in edac_device_alloc_ctl_info() 166 edac_dbg(4, "instance=%d inst_p=%p block=#%d block_p=%p name='%s'\n", in edac_device_alloc_ctl_info() 167 instance, inst, block, blk, blk->name); in edac_device_alloc_ctl_info() 200 edac_dbg(4, "alloc-attrib=%p attrib_name='%s' attrib-spec=%p spec-name in edac_device_alloc_ctl_info() [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | mach-bast.c | 210 .name = "Boot Agent", 215 .name = "/boot", 220 .name = "user", 236 .name = "SmartMedia", 244 .name = "chip0", 251 .name = "chip1", 259 .name = "chip2", 315 .name = "dm9000", 351 .name = "serial8250", 384 .name [all...] |
H A D | s3c24xx.c | 64 .name = name_s3c2410 72 .name = name_s3c2410a 80 .name = name_s3c2440 88 .name = name_s3c2440a 96 .name = name_s3c2442 104 .name = name_s3c2442b 112 .name = name_s3c2412, 120 .name = name_s3c2412, 128 .name = name_s3c2416, 136 .name [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | lubbock.c | 182 .name = "sa1111", 240 .name = "smc91x-regs", 251 .name = "smc91x-attrib", 263 .name = "smc91x", 287 .name = "Bootloader", 292 .name = "Kernel", 296 .name = "Filesystem", 316 .name = "pxa2xx-flash", 325 .name = "pxa2xx-flash", 354 .name 553 const char *name; global() member [all...] |
H A D | mainstone.c | 6 * (go figure how they came up with such name...) 145 .name = "smc91x", 202 .name = "Bootloader", 207 .name = "Kernel", 211 .name = "Filesystem", 231 .name = "pxa2xx-flash", 240 .name = "pxa2xx-flash", 262 .name = "pwm-backlight", 404 .name = "gpio-keys", 430 .name 640 const char *name; global() member [all...] |
H A D | cm-x300.c | 243 .name = "dm9000", 318 .name = "pwm-backlight", 347 .name = "spi_gpio", 406 .name = "OBM", 412 .name = "U-Boot", 418 .name = "Environment", 423 .name = "reserved", 429 .name = "kernel", 434 .name = "fs", 598 .name [all...] |
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | psycho_common.c | 90 pbm->name, in psycho_check_stc_error() 101 pbm->name, in psycho_check_stc_error() 109 pbm->name, in psycho_check_stc_error() 185 pbm->name, i, type_str, in psycho_dump_iommu_tags_and_data() 192 pbm->name, i, in psycho_dump_iommu_tags_and_data() 235 pbm->name, type_str); in psycho_check_iommu_error() 268 "error asserted.\n", pbm->name); in psycho_pcierr_intr_other() 271 pbm->name); in psycho_pcierr_intr_other() 283 pbm->name, stat); in psycho_pcierr_intr_other() 322 pbm->name, in psycho_pcierr_intr() [all...] |
/kernel/linux/linux-5.10/drivers/clk/hisilicon/ |
H A D | clk.c | 98 clk = clk_register_fixed_rate(NULL, clks[i].name, in hisi_clk_register_fixed_rate() 104 __func__, clks[i].name); in hisi_clk_register_fixed_rate() 128 clk = clk_register_fixed_factor(NULL, clks[i].name, in hisi_clk_register_fixed_factor() 134 __func__, clks[i].name); in hisi_clk_register_fixed_factor() 160 clk = clk_register_mux_table(NULL, clks[i].name, in hisi_clk_register_mux() 168 __func__, clks[i].name); in hisi_clk_register_mux() 201 clks[i].name); in hisi_clk_register_phase() 220 clk = clk_register_divider_table(NULL, clks[i].name, in hisi_clk_register_divider() 230 __func__, clks[i].name); in hisi_clk_register_divider() 258 clk = clk_register_gate(NULL, clks[i].name, in hisi_clk_register_gate() [all...] |