/kernel/linux/linux-6.6/arch/um/kernel/ |
H A D | umid.c | 14 static int __init set_umid_arg(char *name, int *add) in set_umid_arg() argument 24 err = set_umid(name); in set_umid_arg() 26 os_warn("umid '%s' already in use\n", name); in set_umid_arg() 34 "umid=<name>\n"
|
/kernel/linux/linux-5.10/include/video/ |
H A D | omap-panel-data.h | 23 * @name: name for this display entity 24 * @source: name of the display entity used as a video source 28 const char *name; member 36 * @name: name for this display entity 37 * @source: name of the display entity used as a video source 44 const char *name; member 57 * @name: name fo 63 const char *name; global() member [all...] |
/kernel/linux/linux-6.6/drivers/clk/mvebu/ |
H A D | armada_ap_cp_helper.c | 17 const char *name) in ap_cp_unique_name() 21 /* Do not create a name if there is no clock */ in ap_cp_unique_name() 22 if (!name) in ap_cp_unique_name() 27 (unsigned long long)res.start, name); in ap_cp_unique_name() 16 ap_cp_unique_name(struct device *dev, struct device_node *np, const char *name) ap_cp_unique_name() argument
|
/kernel/linux/linux-6.6/tools/perf/arch/s390/util/ |
H A D | pmu.c | 18 if (!strcmp(pmu->name, S390_PMUPAI_CRYPTO) || in perf_pmu__get_default_config() 19 !strcmp(pmu->name, S390_PMUPAI_EXT) || in perf_pmu__get_default_config() 20 !strcmp(pmu->name, S390_PMUCPUM_CF)) in perf_pmu__get_default_config()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_anull.c | 32 .name = "default", 39 .name = "default", 45 .name = "anull",
|
H A D | vf_null.c | 31 .name = "default", 38 .name = "default", 44 .name = "null",
|
/third_party/jerryscript/tests/jerry-test-suite/es2015/25/25.04/25.04.03/ |
H A D | 25.04.03-002.js | 27 name1 = e.name; 36 name2 = e.name; 45 name3 = e.name;
|
/third_party/node/deps/v8/src/objects/ |
H A D | code-kind.cc | 12 #define CASE(name) \ in CodeKindToString() 13 case CodeKind::name: \ in CodeKindToString() 14 return #name; in CodeKindToString()
|
/third_party/mesa3d/src/tool/pps/ |
H A D | pps_counter.cc | 19 Counter::Counter(int32_t id, const std::string &name, int32_t group) in Counter() argument 21 , name {name}
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | OriginalNameAttribute.cs | 16 // * Neither the name of Google Inc. nor the names of its 38 /// Specifies the original name (in the .proto file) of a named element, 45 /// The name of the element in the .proto file. 50 /// If the name is preferred in the .proto file. 55 /// Constructs a new attribute instance for the given name. 57 /// <param name="name">The name of the element in the .proto file.</param> 58 public OriginalNameAttribute(string name) in OriginalNameAttribute() argument 60 Name = ProtoPreconditions.CheckNotNull(name, nameo in OriginalNameAttribute() [all...] |
/third_party/python/Lib/multiprocessing/ |
H A D | __init__.py | 23 globals().update((name, getattr(context._default_context, name)) for name in __all__)
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_getcwdu.py | 14 power< 'os' trailer< dot='.' name='getcwdu' > any* > 18 name = results["name"] 19 name.replace(Name("getcwd", prefix=name.prefix))
|
H A D | fix_raw_input.py | 12 power< name='raw_input' trailer< '(' [any] ')' > any* > 16 name = results["name"] 17 name.replace(Name("input", prefix=name.prefix))
|
H A D | fix_buffer.py | 17 power< name='buffer' trailer< '(' [any] ')' > any* > 21 name = results["name"] 22 name.replace(Name("memoryview", prefix=name.prefix))
|
H A D | fix_nonzero.py | 13 funcdef< 'def' name='__nonzero__' 19 name = results["name"] 20 new = Name("__bool__", prefix=name.prefix) 21 name.replace(new)
|
/third_party/skia/src/gpu/gl/glx/ |
H A D | GrGLMakeGLXInterface.cpp | 16 static GrGLFuncPtr glx_get(void* ctx, const char name[]) { in glx_get() argument 19 if (0 == strncmp(name, "egl", 3)) { in glx_get() 25 return glXGetProcAddress(reinterpret_cast<const GLubyte*>(name)); in glx_get()
|
/third_party/python/Lib/test/ |
H A D | xmltests.py | 9 def runtest(name): 10 __import__(name) 11 module = sys.modules[name]
|
/third_party/typescript/tests/baselines/reference/ |
H A D | import_unneeded-require-when-referenecing-aliased-type-throug-array.js | 6 name: string; 15 var p = testData[0].name; 24 var p = testData[0].name;
|
/third_party/python/PCbuild/ |
H A D | rmpyc.py | 10 for name in files: 12 if name.endswith(('.pyc', '.pyo')): 14 os.remove(join(root, name))
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | x11prop.h | 28 void pa_x11_set_prop(xcb_connection_t *xcb, int screen, const char *name, const char *data); 29 void pa_x11_del_prop(xcb_connection_t *xcb, int screen, const char *name); 30 char* pa_x11_get_prop(xcb_connection_t *xcb, int screen, const char *name, char *p, size_t l);
|
/third_party/rust/crates/syn/examples/lazy-static/example/src/ |
H A D | main.rs | 17 fn validate(name: &str) { in validate() 19 println!("is_match({:?}): {}", name, USERNAME.is_match(name)); in validate()
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | driver.c | 38 * @s: NUL-terminated string, new driver name to force a match, pass empty 223 drv->name, drv->bus->name); in driver_register() 231 "bus_type methods\n", drv->name); in driver_register() 233 other = driver_find(drv->name, drv->bus); in driver_register() 236 "aborting...\n", drv->name); in driver_register() 272 * driver_find - locate driver on a bus by its name. 273 * @name: name of the driver. 277 * a bus to find driver by name 283 driver_find(const char *name, struct bus_type *bus) driver_find() argument [all...] |
/kernel/linux/linux-5.10/drivers/clk/ti/ |
H A D | gate.c | 96 static struct clk *_register_gate(struct device_node *node, const char *name, in _register_gate() argument 112 init.name = name; in _register_gate() 126 clk = of_ti_clk_register_omap_hw(node, &clk_hw->hw, name); in _register_gate() 141 const char *name; in _of_ti_gate_clk_setup() local 168 name = ti_dt_clk_name(node); in _of_ti_gate_clk_setup() 169 clk = _register_gate(node, name, parent_name, flags, ®, in _of_ti_gate_clk_setup()
|
H A D | mux.c | 129 static struct clk *_register_mux(struct device_node *node, const char *name, in _register_mux() argument 144 init.name = name; in _register_mux() 159 clk = of_ti_clk_register(node, &mux->hw, name); in _register_mux() 179 const char *name; in of_mux_clk_setup() local 217 name = ti_dt_clk_name(node); in of_mux_clk_setup() 218 clk = _register_mux(node, name, parent_names, num_parents, in of_mux_clk_setup()
|
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk-s2mps11.c | 84 .name = "s2mps11_ap", 88 .name = "s2mps11_cp", 92 .name = "s2mps11_bt", 115 &clks_init[i].name); in s2mps11_clk_parse_dt() 175 s2mps11_clks_init[i].name); in s2mps11_clk_probe() 181 s2mps11_clks_init[i].name, NULL); in s2mps11_clk_probe() 265 .name = "s2mps11-clk",
|