Home
last modified time | relevance | path

Searched refs:name (Results 3651 - 3675 of 57708) sorted by relevance

1...<<141142143144145146147148149150>>...2309

/kernel/linux/linux-5.10/drivers/net/bonding/
H A Dbond_options.c210 .name = "mode",
218 .name = "packets_per_slave",
226 .name = "xmit_hash_policy",
233 .name = "arp_validate",
242 .name = "arp_all_targets",
249 .name = "fail_over_mac",
257 .name = "arp_interval",
266 .name = "arp_ip_target",
273 .name = "downdelay",
280 .name
440 bond_opt_get_by_name(const char *name) bond_opt_get_by_name() argument
899 _bond_option_delay_set(struct bonding *bond, const struct bond_opt_value *newval, const char *name, int *target) _bond_option_delay_set() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H A Divtv-cards.c66 .name = "Hauppauge WinTV PVR-250",
97 .name = "S-Video + Composite",
100 .name = "Composite",
103 .name = "S-Video",
106 .name = "RGB",
109 .name = "YUV C",
112 .name = "YUV V",
119 .name = "Hauppauge WinTV PVR-350",
152 .name = "Hauppauge WinTV PVR-350 (V1)",
184 .name
[all...]
/kernel/linux/linux-5.10/net/tipc/
H A Dbearer.c74 * tipc_media_find - locates specified media object by name
76 struct tipc_media *tipc_media_find(const char *name) in tipc_media_find() argument
81 if (!strcmp(media_info_array[i]->name, name)) in tipc_media_find()
113 ret = scnprintf(buf, len, "%s(%s)", m->name, addr_str); in tipc_media_addr_printf()
126 * bearer_name_validate - validate & (optionally) deconstruct bearer name
127 * @name: ptr to bearer name string
128 * @name_parts: ptr to area for bearer name components (or NULL if not needed)
130 * Returns 1 if bearer name i
132 bearer_name_validate(const char *name, struct tipc_bearer_names *name_parts) bearer_name_validate() argument
173 tipc_bearer_find(struct net *net, const char *name) tipc_bearer_find() argument
192 tipc_bearer_get_name(struct net *net, char *name, u32 bearer_id) tipc_bearer_get_name() argument
235 tipc_enable_bearer(struct net *net, const char *name, u32 disc_domain, u32 prio, struct nlattr *attr[], struct netlink_ext_ack *extack) tipc_enable_bearer() argument
896 char *name; tipc_nl_bearer_get() local
948 char *name; __tipc_nl_bearer_disable() local
1047 char *name; tipc_nl_bearer_add() local
1099 char *name; __tipc_nl_bearer_set() local
1247 char *name; tipc_nl_media_get() local
1298 char *name; __tipc_nl_media_set() local
[all...]
/kernel/linux/linux-5.10/drivers/mfd/
H A Dab8500-core.c439 .name = "ab8500",
665 .name = "ab8500-debug",
669 .name = "ab8500-sysctrl",
672 .name = "ab8500-ext-regulator",
675 .name = "ab8500-regulator",
678 .name = "abx500-clk",
682 .name = "ab8500-gpadc",
686 .name = "ab8500-rtc",
689 .name = "ab8500-acc-det",
692 .name
[all...]
/kernel/linux/linux-5.10/drivers/of/
H A Dbase.c58 bool of_node_name_eq(const struct device_node *np, const char *name) in of_node_name_eq() argument
69 return (strlen(name) == len) && (strncmp(node_name, name, len) == 0); in of_node_name_eq()
192 const char *name, int *lenp) in __of_find_property()
200 if (of_prop_cmp(pp->name, name) == 0) { in __of_find_property()
211 const char *name, in of_find_property()
218 pp = __of_find_property(np, name, lenp); in of_find_property()
265 * Find a property with a given name for a given node
269 const char *name, in in __of_get_property()
191 __of_find_property(const struct device_node *np, const char *name, int *lenp) __of_find_property() argument
210 of_find_property(const struct device_node *np, const char *name, int *lenp) of_find_property() argument
268 __of_get_property(const struct device_node *np, const char *name, int *lenp) __of_get_property() argument
280 of_get_property(const struct device_node *np, const char *name, int *lenp) of_get_property() argument
484 __of_device_is_compatible(const struct device_node *device, const char *compat, const char *type, const char *name) __of_device_is_compatible() argument
847 of_get_child_by_name(const struct device_node *node, const char *name) of_get_child_by_name() argument
870 const char *name = kbasename(child->full_name); __of_find_node_by_path() local
971 of_find_node_by_name(struct device_node *from, const char *name) of_find_node_by_name() argument
1979 const char *name = NULL; of_alias_scan() local
2150 of_console_check(struct device_node *dn, char *name, int index) of_console_check() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H A Divtv-cards.c66 .name = "Hauppauge WinTV PVR-250",
97 .name = "S-Video + Composite",
100 .name = "Composite",
103 .name = "S-Video",
106 .name = "RGB",
109 .name = "YUV C",
112 .name = "YUV V",
119 .name = "Hauppauge WinTV PVR-350",
152 .name = "Hauppauge WinTV PVR-350 (V1)",
184 .name
[all...]
/kernel/linux/linux-6.6/fs/smb/client/
H A Dreaddir.c78 * Find the dentry that matches "name". If there isn't one, create one. If it's
83 cifs_prime_dcache(struct dentry *parent, struct qstr *name, in cifs_prime_dcache() argument
93 cifs_dbg(FYI, "%s: for %s\n", __func__, name->name); in cifs_prime_dcache()
95 dentry = d_hash_and_lookup(parent, name); in cifs_prime_dcache()
108 dentry = d_alloc_parallel(parent, name, &wq); in cifs_prime_dcache()
498 const char *name; member
515 de->name = parsed.name; in cifs_fill_dirent_posix()
524 de->name in cifs_fill_dirent_unix()
873 add_cached_dirent(struct cached_dirents *cde, struct dir_context *ctx, const char *name, int namelen, struct cifs_fattr *fattr) add_cached_dirent() argument
907 cifs_dir_emit(struct dir_context *ctx, const char *name, int namelen, struct cifs_fattr *fattr, struct cached_fid *cfid) cifs_dir_emit() argument
939 struct qstr name; cifs_filldir() local
1019 cifs_prime_dcache(file_dentry(file), &name, &fattr); cifs_filldir() local
[all...]
/kernel/linux/linux-6.6/drivers/of/
H A Dbase.c58 bool of_node_name_eq(const struct device_node *np, const char *name) in of_node_name_eq() argument
69 return (strlen(name) == len) && (strncmp(node_name, name, len) == 0); in of_node_name_eq()
193 const char *name, int *lenp) in __of_find_property()
201 if (of_prop_cmp(pp->name, name) == 0) { in __of_find_property()
212 const char *name, in of_find_property()
219 pp = __of_find_property(np, name, lenp); in of_find_property()
266 * Find a property with a given name for a given node
270 const char *name, in in __of_get_property()
192 __of_find_property(const struct device_node *np, const char *name, int *lenp) __of_find_property() argument
211 of_find_property(const struct device_node *np, const char *name, int *lenp) of_find_property() argument
269 __of_get_property(const struct device_node *np, const char *name, int *lenp) __of_get_property() argument
281 of_get_property(const struct device_node *np, const char *name, int *lenp) of_get_property() argument
320 __of_device_is_compatible(const struct device_node *device, const char *compat, const char *type, const char *name) __of_device_is_compatible() argument
709 of_get_child_by_name(const struct device_node *node, const char *name) of_get_child_by_name() argument
732 const char *name = kbasename(child->full_name); __of_find_node_by_path() local
833 of_find_node_by_name(struct device_node *from, const char *name) of_find_node_by_name() argument
1747 const char *name = NULL; of_alias_scan() local
1867 of_console_check(struct device_node *dn, char *name, int index) of_console_check() argument
[all...]
/kernel/linux/linux-6.6/net/tipc/
H A Dbearer.c74 * tipc_media_find - locates specified media object by name
75 * @name: name to locate
77 struct tipc_media *tipc_media_find(const char *name) in tipc_media_find() argument
82 if (!strcmp(media_info_array[i]->name, name)) in tipc_media_find()
118 ret = scnprintf(buf, len, "%s(%s)", m->name, addr_str); in tipc_media_addr_printf()
131 * bearer_name_validate - validate & (optionally) deconstruct bearer name
132 * @name: ptr to bearer name strin
137 bearer_name_validate(const char *name, struct tipc_bearer_names *name_parts) bearer_name_validate() argument
177 tipc_bearer_find(struct net *net, const char *name) tipc_bearer_find() argument
196 tipc_bearer_get_name(struct net *net, char *name, u32 bearer_id) tipc_bearer_get_name() argument
243 tipc_enable_bearer(struct net *net, const char *name, u32 disc_domain, u32 prio, struct nlattr *attr[], struct netlink_ext_ack *extack) tipc_enable_bearer() argument
910 char *name; tipc_nl_bearer_get() local
962 char *name; __tipc_nl_bearer_disable() local
1061 char *name; tipc_nl_bearer_add() local
1113 char *name; __tipc_nl_bearer_set() local
1261 char *name; tipc_nl_media_get() local
1312 char *name; __tipc_nl_media_set() local
[all...]
/third_party/vulkan-loader/tests/framework/layer/
H A Dwrap_objects.cpp676 PFN_vkVoidFunction layer_intercept_device_proc(wrapped_dev_obj *dev, const char *name) { in layer_intercept_device_proc() argument
677 if (!name || name[0] != 'v' || name[1] != 'k') return NULL; in layer_intercept_device_proc()
679 name += 2; in layer_intercept_device_proc()
680 if (!strcmp(name, "CreateDevice")) return (PFN_vkVoidFunction)wrap_vkCreateDevice; in layer_intercept_device_proc()
681 if (!strcmp(name, "DestroyDevice")) return (PFN_vkVoidFunction)wrap_vkDestroyDevice; in layer_intercept_device_proc()
683 if (dev->maintanence_1_enabled && !strcmp(name, "TrimCommandPoolKHR")) return (PFN_vkVoidFunction)wrap_vkTrimCommandPoolKHR; in layer_intercept_device_proc()
684 if (dev->present_image_enabled && !strcmp(name, "GetSwapchainStatusKHR")) in layer_intercept_device_proc()
687 if (dev->debug_marker_enabled && !strcmp(name, "DebugMarkerSetObjectTagEX in layer_intercept_device_proc()
719 layer_intercept_instance_proc(wrapped_inst_obj *inst, const char *name) layer_intercept_instance_proc() argument
[all...]
/build/lite/ndk/
H A Darchive_ndk.py29 name = fields[0] + '.' + fields[1] + '.' + fields[2]
34 shutil.make_archive(name, file_format, archive_from, archive_to)
35 shutil.move('%s.%s' % (name, file_format), destination)
46 '--name',
47 help='NDK name.',
66 name = args.name
67 print(dest, name)
68 make_archive(src, dest + '-' + name + '.zip')
/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dparser.h43 std::shared_ptr<AstObject> ParseNodeCopy(Token &name);
45 std::shared_ptr<AstObject> ParseNodeRef(Token &name);
47 std::shared_ptr<AstObject> ParseNodeDelete(Token &name);
49 std::shared_ptr<AstObject> ParseNodeInherit(Token &name);
51 std::shared_ptr<AstObject> ParseNode(Token &name, bool bracesStart = false);
53 std::shared_ptr<AstObject> ParseTerm(Token &name);
55 std::shared_ptr<AstObject> ParseNodeWithRef(Token name);
/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_sequenceable_type.h36 void EmitCppWriteVar(const std::string &parcelName, const std::string &name, StringBuilder &sb,
39 void EmitCppReadVar(const std::string &parcelName, const std::string &name, StringBuilder &sb,
42 void EmitCppMarshalling(const std::string &parcelName, const std::string &name, StringBuilder &sb,
45 void EmitCppUnMarshalling(const std::string &parcelName, const std::string &name, StringBuilder &sb,
48 void EmitJavaWriteVar(const std::string &parcelName, const std::string &name, StringBuilder &sb,
51 void EmitJavaReadVar(const std::string &parcelName, const std::string &name, StringBuilder &sb,
54 void EmitJavaReadInnerVar(const std::string &parcelName, const std::string &name, bool isInner, StringBuilder &sb,
/drivers/peripheral/power/interfaces/hdi_service/src/
H A Drunning_lock_counter.cpp30 auto iterator = runninglockInfos_.find(info.name); in Increase()
33 HDF_LOGW("Lock counter increase failed, runninglock name=%{public}s is exist and timeout < 0", in Increase()
34 info.name.c_str()); in Increase()
44 runninglockInfos_.emplace(info.name, info); in Increase()
51 auto iterator = runninglockInfos_.find(info.name); in Decrease()
53 HDF_LOGW("Runninglock name=%{public}s is not exist, no need to decrease lock counter", info.name.c_str()); in Decrease()
60 runninglockInfos_.erase(info.name); in Decrease()
78 "PID", info.pid, "UID", info.uid, "STATE", static_cast<int32_t>(state), "TYPE", type_, "NAME", info.name, in NotifyHiView()
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H A Dcvmx-bootmem.h70 * can be changed without affecting compatibility, but name length
83 /* name of named block */
84 char name[CVMX_BOOTMEM_NAME_LEN]; member
120 /* length of name array in bootmem blocks */
167 * @name: name of block to free
176 * to the application by the bootloader, and assign it a name in the
182 * @name: name of block - must be less than CVMX_BOOTMEM_NAME_LEN bytes
187 char *name);
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Ds3c244x.c63 s3c_device_sdi.name = "s3c2440-sdi"; in s3c244x_map_io()
64 s3c_device_i2c0.name = "s3c2440-i2c"; in s3c244x_map_io()
66 s3c_device_ts.name = "s3c2440-ts"; in s3c244x_map_io()
67 s3c_device_usbgadget.name = "s3c2440-usbgadget"; in s3c244x_map_io()
68 s3c2410_device_dclk.name = "s3c2440-dclk"; in s3c244x_map_io()
74 .name = "s3c2440-core",
79 .name = "s3c2442-core",
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dreloc_test_core.c14 #define __SET_ABS(name, val) asm(".globl " #name "; .set "#name ", " #val)
15 #define SET_ABS(name, val) __SET_ABS(name, val)
34 char name[32]; member
61 pr_info("%-31s 0x%016llx %s\n", funcs[i].name, ret, in reloc_test_init()
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H A Dcvmx-bootmem.h70 * can be changed without affecting compatibility, but name length
83 /* name of named block */
84 char name[CVMX_BOOTMEM_NAME_LEN]; member
120 /* length of name array in bootmem blocks */
167 * @name: name of block to free
176 * to the application by the bootloader, and assign it a name in the
182 * @name: name of block - must be less than CVMX_BOOTMEM_NAME_LEN bytes
187 char *name);
[all...]
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dreloc_test_core.c14 #define __SET_ABS(name, val) asm(".globl " #name "; .set "#name ", " #val)
15 #define SET_ABS(name, val) __SET_ABS(name, val)
34 char name[32]; member
61 pr_info("%-31s 0x%016llx %s\n", funcs[i].name, ret, in reloc_test_init()
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/mte/
H A Dmte_helper.S6 #define ENTRY(name) \
7 .globl name ;\
9 .type name, @function ;\
10 name: label
12 #define ENDPROC(name) \
13 .size name, .-name ;
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Daltnames.sh18 local name
21 check_err $? "Failed to add short alternative name"
24 check_err $? "Failed to do link show with short alternative name"
26 name=$(echo $output | jq -e -r ".[0].altnames[0]")
27 check_err $? "Failed to get short alternative name from link show JSON"
29 [ "$name" == "$SHORT_NAME" ]
30 check_err $? "Got unexpected short alternative name from link show JSON"
33 check_err $? "Failed to do link show with original name"
36 check_err $? "Failed to add long alternative name"
39 check_err $? "Failed to do link show with long alternative name"
[all...]
/kernel/linux/linux-5.10/drivers/mtd/chips/
H A Dchipreg.c32 static struct mtd_chip_driver *get_mtd_chip_driver (const char *name) in get_mtd_chip_driver() argument
42 if (!strcmp(this->name, name)) { in get_mtd_chip_driver()
58 struct mtd_info *do_map_probe(const char *name, struct map_info *map) in do_map_probe() argument
63 drv = get_mtd_chip_driver(name); in do_map_probe()
65 if (!drv && !request_module("%s", name)) in do_map_probe()
66 drv = get_mtd_chip_driver(name); in do_map_probe()
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_helper.c46 if (info->name[0] == '\0') in helper_mt()
49 ret ^= !strncmp(helper->name, info->name, in helper_mt()
50 strlen(helper->name)); in helper_mt()
65 info->name[sizeof(info->name) - 1] = '\0'; in helper_mt_check()
75 .name = "helper",
/kernel/linux/linux-5.10/tools/lib/api/fs/
H A Dtracing_path.c73 char *get_tracing_file(const char *name) in get_tracing_file() argument
77 if (asprintf(&file, "%s/%s", tracing_path_mount(), name) < 0) in get_tracing_file()
88 char *get_events_file(const char *name) in get_events_file() argument
92 if (asprintf(&file, "%s/events/%s", tracing_path_mount(), name) < 0) in get_events_file()
117 const char *sys, const char *name) in tracing_path__strerror_open_tp()
122 snprintf(filename, PATH_MAX, "%s/%s", sys, name ?: "*"); in tracing_path__strerror_open_tp()
139 tracing_events_path, filename, sys, name); in tracing_path__strerror_open_tp()
116 tracing_path__strerror_open_tp(int err, char *buf, size_t size, const char *sys, const char *name) tracing_path__strerror_open_tp() argument
/kernel/linux/linux-5.10/tools/perf/util/
H A Dclockid.c13 const char *name; member
18 { .name = n, .clockid = (c), }
20 #define CLOCKID_END { .name = NULL, }
93 /* allow a "CLOCK_" prefix to the name */ in parse_clockid()
97 for (cm = clockids; cm->name; cm++) { in parse_clockid()
98 if (!strcasecmp(str, cm->name)) { in parse_clockid()
114 for (cm = clockids; cm->name; cm++) { in clockid_name()
116 return cm->name; in clockid_name()

Completed in 24 milliseconds

1...<<141142143144145146147148149150>>...2309