/kernel/linux/linux-5.10/drivers/pinctrl/spear/ |
H A D | pinctrl-spear310.c | 41 .name = "emi_cs_0_to_5_grp", 50 .name = "emi", 73 .name = "uart1_grp", 82 .name = "uart1", 105 .name = "uart2_grp", 114 .name = "uart2", 137 .name = "uart3_grp", 146 .name = "uart3", 169 .name = "uart4_grp", 178 .name [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/zoran/ |
H A D | zr36016.c | 51 pr_err("%s: invalid I/O setup, nothing read!\n", ptr->name); in zr36016_read() 53 dprintk(4, "%s: reading from 0x%04x: %02x\n", ptr->name, reg, value); in zr36016_read() 60 dprintk(4, "%s: writing 0x%02x to 0x%04x\n", ptr->name, value, reg); in zr36016_write() 66 pr_err("%s: invalid I/O setup, nothing written!\n", ptr->name); in zr36016_write() 81 pr_err("%s: invalid I/O setup, nothing read (i)!\n", ptr->name); in zr36016_readi() 84 dprintk(4, "%s: reading indirect from 0x%04x: %02x\n", ptr->name, reg, value); in zr36016_readi() 90 dprintk(4, "%s: writing indirect 0x%02x to 0x%04x\n", ptr->name, in zr36016_writei() 98 pr_err("%s: invalid I/O setup, nothing written (i)!\n", ptr->name); in zr36016_writei() 127 dprintk(1, KERN_INFO "%s: registers: ", ptr->name); in zr36016_basic_test() 136 pr_err("%s: attach failed, can't connect to vfe processor!\n", ptr->name); in zr36016_basic_test() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | ioport.h | 23 const char *name; member 157 .name = (_name), \ 192 const char *name); 234 #define request_region(start,n,name) __request_region(&ioport_resource, (start), (n), (name), 0) 235 #define request_muxed_region(start,n,name) __request_region(&ioport_resource, (start), (n), (name), IORESOURCE_MUXED) 236 #define __request_mem_region(start,n,name, excl) __request_region(&iomem_resource, (start), (n), (name), excl) 237 #define request_mem_region(start,n,name) __request_regio [all...] |
/kernel/linux/linux-5.10/fs/hmdfs/authority/ |
H A D | config.c | 31 static unsigned int make_hash(const char *name, unsigned int len) in make_hash() argument 37 hash = partial_name_hash(tolower(*name++), hash); in make_hash() 42 static struct qstr make_qstr(const char *name) in make_qstr() argument 45 str.name = name; in make_qstr() 46 str.len = strlen(name); in make_qstr() 47 str.hash = make_hash(str.name, str.len); in make_qstr() 52 static struct hmdfs_bid_entry *alloc_bid_entry(const char *name, int id) in alloc_bid_entry() argument 63 bid_entry_name = kstrdup(name, GFP_KERNEL); in alloc_bid_entry() 82 kfree(bid_entry->str.name); in free_bid_entry() 86 alloc_bitem(const char *name) alloc_bitem() argument 298 hmdfs_make_bitem(struct config_group *group, const char *name) hmdfs_make_bitem() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/ |
H A D | param.c | 141 const char *name; member 175 opt->name); in e1000_validate_option() 179 opt->name); in e1000_validate_option() 186 opt->name, *value); in e1000_validate_option() 210 opt->name, *value, opt->err); in e1000_validate_option() 240 .name = "Transmit Interrupt Delay", in e1000e_check_options() 260 .name = "Transmit Absolute Interrupt Delay", in e1000e_check_options() 280 .name = "Receive Interrupt Delay", in e1000e_check_options() 303 .name = "Receive Absolute Interrupt Delay", in e1000e_check_options() 326 .name in e1000e_check_options() [all...] |
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | attributes.c | 51 u32 cnid, const char *name) in hfsplus_attr_build_key() 57 if (name) { in hfsplus_attr_build_key() 60 HFSPLUS_ATTR_MAX_STRLEN, name, strlen(name)); in hfsplus_attr_build_key() 138 const char *name, struct hfs_find_data *fd) in hfsplus_find_attr() 142 hfs_dbg(ATTR_MOD, "find_attr: %s,%d\n", name ? name : NULL, cnid); in hfsplus_find_attr() 149 if (name) { in hfsplus_find_attr() 150 err = hfsplus_attr_build_key(sb, fd->search_key, cnid, name); in hfsplus_find_attr() 169 int hfsplus_attr_exists(struct inode *inode, const char *name) in hfsplus_attr_exists() argument 50 hfsplus_attr_build_key(struct super_block *sb, hfsplus_btree_key *key, u32 cnid, const char *name) hfsplus_attr_build_key() argument 137 hfsplus_find_attr(struct super_block *sb, u32 cnid, const char *name, struct hfs_find_data *fd) hfsplus_find_attr() argument 194 hfsplus_create_attr(struct inode *inode, const char *name, const void *value, size_t size) hfsplus_create_attr() argument 307 hfsplus_delete_attr(struct inode *inode, const char *name) hfsplus_delete_attr() argument [all...] |
/kernel/linux/linux-6.6/fs/hmdfs/authority/ |
H A D | config.c | 31 static unsigned int make_hash(const char *name, unsigned int len) in make_hash() argument 37 hash = partial_name_hash(tolower(*name++), hash); in make_hash() 42 static struct qstr make_qstr(const char *name) in make_qstr() argument 45 str.name = name; in make_qstr() 46 str.len = strlen(name); in make_qstr() 47 str.hash = make_hash(str.name, str.len); in make_qstr() 52 static struct hmdfs_bid_entry *alloc_bid_entry(const char *name, int id) in alloc_bid_entry() argument 63 bid_entry_name = kstrdup(name, GFP_KERNEL); in alloc_bid_entry() 82 kfree(bid_entry->str.name); in free_bid_entry() 86 alloc_bitem(const char *name) alloc_bitem() argument 298 hmdfs_make_bitem(struct config_group *group, const char *name) hmdfs_make_bitem() argument [all...] |
/kernel/linux/linux-6.6/drivers/pinctrl/spear/ |
H A D | pinctrl-spear310.c | 41 .name = "emi_cs_0_to_5_grp", 50 .name = "emi", 73 .name = "uart1_grp", 82 .name = "uart1", 105 .name = "uart2_grp", 114 .name = "uart2", 137 .name = "uart3_grp", 146 .name = "uart3", 169 .name = "uart4_grp", 178 .name [all...] |
/kernel/linux/linux-6.6/drivers/pmdomain/mediatek/ |
H A D | mt8192-pm-domains.h | 15 .name = "audio", 30 .name = "conn", 54 .name = "mfg0", 64 .name = "mfg1", 92 .name = "mfg2", 101 .name = "mfg3", 110 .name = "mfg4", 119 .name = "mfg5", 128 .name = "mfg6", 137 .name [all...] |
H A D | mt8186-pm-domains.h | 19 .name = "mfg0", 29 .name = "mfg1", 57 .name = "mfg2", 67 .name = "mfg3", 77 .name = "ssusb", 87 .name = "ssusb_p1", 97 .name = "dis", 116 .name = "img", 136 .name = "img2", 146 .name [all...] |
/kernel/linux/linux-6.6/drivers/usb/misc/ |
H A D | brcmstb-usb-pinmap.c | 22 const char *name; member 29 const char *name; member 93 __func__, pout->name, bit ? 1 : 0); in brcmstb_usb_pinmap_ovr_isr() 106 pr_debug("%s: %s pin changed state\n", __func__, pin->name); in brcmstb_usb_pinmap_gpio_isr() 143 dev_err(dev, "Error getting gpio %s\n", pin->name); in parse_pins() 148 &pin->name); in parse_pins() 151 pin->name); in parse_pins() 158 pin->name); in parse_pins() 165 pin->name); in parse_pins() 176 dev_err(dev, "Error getting gpio %s\n", pin->name); in parse_pins() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/ |
H A D | test_util.c | 207 .name = "anonymous", in vm_mem_backing_src_alias() 211 .name = "anonymous_thp", in vm_mem_backing_src_alias() 215 .name = "anonymous_hugetlb", in vm_mem_backing_src_alias() 219 .name = "anonymous_hugetlb_16kb", in vm_mem_backing_src_alias() 223 .name = "anonymous_hugetlb_64kb", in vm_mem_backing_src_alias() 227 .name = "anonymous_hugetlb_512kb", in vm_mem_backing_src_alias() 231 .name = "anonymous_hugetlb_1mb", in vm_mem_backing_src_alias() 235 .name = "anonymous_hugetlb_2mb", in vm_mem_backing_src_alias() 239 .name = "anonymous_hugetlb_8mb", in vm_mem_backing_src_alias() 243 .name in vm_mem_backing_src_alias() [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | dsos.c | 128 * Either one of the dso or name parameter must be non-NULL or the 132 const char *name, struct dso_id *id) in __dsos__findnew_link_by_longname_id() 137 if (!name) in __dsos__findnew_link_by_longname_id() 138 name = dso->long_name; in __dsos__findnew_link_by_longname_id() 140 * Find node with the matching name in __dsos__findnew_link_by_longname_id() 144 int rc = __dso__cmp_long_name(name, id, this); in __dsos__findnew_link_by_longname_id() 156 * The core kernel DSOs may have duplicated long name. in __dsos__findnew_link_by_longname_id() 157 * In this case, the short name should be different. in __dsos__findnew_link_by_longname_id() 162 pr_err("Duplicated dso name: %s\n", name); in __dsos__findnew_link_by_longname_id() 131 __dsos__findnew_link_by_longname_id(struct rb_root *root, struct dso *dso, const char *name, struct dso_id *id) __dsos__findnew_link_by_longname_id() argument 214 __dsos__findnew_by_longname_id(struct rb_root *root, const char *name, struct dso_id *id) __dsos__findnew_by_longname_id() argument 219 __dsos__find_id(struct dsos *dsos, const char *name, struct dso_id *id, bool cmp_short) __dsos__find_id() argument 232 __dsos__find(struct dsos *dsos, const char *name, bool cmp_short) __dsos__find() argument 269 __dsos__addnew_id(struct dsos *dsos, const char *name, struct dso_id *id) __dsos__addnew_id() argument 282 __dsos__addnew(struct dsos *dsos, const char *name) __dsos__addnew() argument 287 __dsos__findnew_id(struct dsos *dsos, const char *name, struct dso_id *id) __dsos__findnew_id() argument 297 dsos__findnew_id(struct dsos *dsos, const char *name, struct dso_id *id) dsos__findnew_id() argument [all...] |
/third_party/astc-encoder/Test/ |
H A D | astc_test_image.py | 128 name = "%5s %s" % (result.blkSz, result.name) 135 (name, tPSNR, tTTime, tCTime, tCMTS) 154 name = "%5s %s" % (result.blkSz, result.name) 162 (name, tPSNR, tTTime, tCTime, tCMTS, result.name) 185 resultSet = trs.ResultSet(testSet.name) 190 dat = (testSet.name, encoder.name, qualit [all...] |
/third_party/jerryscript/tools/ |
H A D | srcmerger.py | 44 # Special case #2: Builtin include header name usage 53 # Special case #1: Builtin include header name definition 125 name = match.group(2) 127 if name in self._remove_includes: 134 if name not in self._h_files: 136 file_level, name, filename, line_idx) 140 if name in self._processed: 142 file_level, name) 148 file_level, self._h_files[name]) 149 self.add_file(self._h_files[name], file_leve [all...] |
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | loaders.py | 73 It's passed the environment and template name and has to return a 79 be the name of the file on the filesystem if it was loaded from there, 102 def load(self, environment, name, globals=None): 115 source, filename, uptodate = self.get_source(environment, name) 121 bucket = bcc.get_bucket(environment, name, filename, source) 127 code = environment.compile(source, name, filename) 219 the name of the python package and the path to the templates in that 315 function receives the name of the template and has to return either 319 >>> def load_template(name): 320 ... if name [all...] |
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | loaders.py | 72 It's passed the environment and template name and has to return a 78 be the name of the file on the filesystem if it was loaded from there, 100 def load(self, environment, name, globals=None): 113 source, filename, uptodate = self.get_source(environment, name) 119 bucket = bcc.get_bucket(environment, name, filename, source) 125 code = environment.compile(source, name, filename) 207 the name of the python package and the path to the templates in that 294 function receives the name of the template and has to return either 298 >>> def load_template(name): 299 ... if name [all...] |
/third_party/node/deps/v8/src/codegen/ |
H A D | external-reference-table.cc | 25 #define ADD_EXT_REF_NAME(name, desc) desc, 27 #define ADD_RUNTIME_FUNCTION(name, ...) "Runtime::" #name, 28 #define ADD_ISOLATE_ADDR(Name, name) "Isolate::" #name "_address", 31 #define ADD_ACCESSOR_SETTER_NAME(name) "Accessors::" #name, 32 #define ADD_STATS_COUNTER_NAME(name, ...) "StatsCounter::" #name, 108 const char* name in ResolveSymbol() local [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_extensions.py | 62 name = None variable in Extension 80 def __init__(self, name, alias="", required=False, nonstandard=False, 82 self.name = name 96 return '_'.join(self.name.split('_')[2:]) 100 return self.name[3:] 104 return "".join([x.title() for x in self.name.split('_')[2:]]) 128 replaced = list(map(replace, self.name.split('_'))) 141 return '"' + self.name + '"' 169 return self.name [all...] |
/third_party/node/deps/openssl/openssl/crypto/ess/ |
H A D | ess_lib.c | 61 GENERAL_NAME *name = NULL; in ESS_CERT_ID_new_init() local 78 if ((name = GENERAL_NAME_new()) == NULL) in ESS_CERT_ID_new_init() 80 name->type = GEN_DIRNAME; in ESS_CERT_ID_new_init() 81 if ((name->d.dirn = X509_NAME_dup(X509_get_issuer_name(cert))) == NULL) in ESS_CERT_ID_new_init() 83 if (!sk_GENERAL_NAME_push(cid->issuer_serial->issuer, name)) in ESS_CERT_ID_new_init() 85 name = NULL; /* Ownership is lost. */ in ESS_CERT_ID_new_init() 93 GENERAL_NAME_free(name); in ESS_CERT_ID_new_init() 141 GENERAL_NAME *name = NULL; in ESS_CERT_ID_V2_new_init() local 175 if ((name = GENERAL_NAME_new()) == NULL) in ESS_CERT_ID_V2_new_init() 177 name in ESS_CERT_ID_V2_new_init() 222 char name[OSSL_MAX_NAME_SIZE]; find() local [all...] |
/third_party/python/Lib/distutils/ |
H A D | sysconfig.py | 4 get_config_var(name), and the list of variables is available via 74 A dictionary containing name/value pairs is returned. If an 111 # if the expansion uses the name without a prefix. 116 for name in list(notdone): 117 value = notdone[name] 132 if name.startswith('PY_') and name[3:] in renamed_variables: 146 notdone[name] = value 150 done[name] = value.strip() 152 done[name] [all...] |
/third_party/openssl/crypto/ess/ |
H A D | ess_lib.c | 61 GENERAL_NAME *name = NULL; in ESS_CERT_ID_new_init() local 78 if ((name = GENERAL_NAME_new()) == NULL) in ESS_CERT_ID_new_init() 80 name->type = GEN_DIRNAME; in ESS_CERT_ID_new_init() 81 if ((name->d.dirn = X509_NAME_dup(X509_get_issuer_name(cert))) == NULL) in ESS_CERT_ID_new_init() 83 if (!sk_GENERAL_NAME_push(cid->issuer_serial->issuer, name)) in ESS_CERT_ID_new_init() 85 name = NULL; /* Ownership is lost. */ in ESS_CERT_ID_new_init() 93 GENERAL_NAME_free(name); in ESS_CERT_ID_new_init() 141 GENERAL_NAME *name = NULL; in ESS_CERT_ID_V2_new_init() local 175 if ((name = GENERAL_NAME_new()) == NULL) in ESS_CERT_ID_V2_new_init() 177 name in ESS_CERT_ID_V2_new_init() 222 char name[OSSL_MAX_NAME_SIZE]; find() local [all...] |
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | lhash.h | 41 # define DECLARE_LHASH_HASH_FN(name, o_type) \ 42 unsigned long name##_LHASH_HASH(const void *); 43 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ 44 unsigned long name##_LHASH_HASH(const void *arg) { \ 46 return name##_hash(a); } 47 # define LHASH_HASH_FN(name) name##_LHASH_HASH 50 # define DECLARE_LHASH_COMP_FN(name, o_type) \ 51 int name##_LHASH_COMP(const void *, const void *); 52 # define IMPLEMENT_LHASH_COMP_FN(name, o_typ [all...] |
/third_party/skia/third_party/externals/jinja2/ |
H A D | loaders.py | 73 It's passed the environment and template name and has to return a 79 be the name of the file on the filesystem if it was loaded from there, 102 def load(self, environment, name, globals=None): 115 source, filename, uptodate = self.get_source(environment, name) 121 bucket = bcc.get_bucket(environment, name, filename, source) 127 code = environment.compile(source, name, filename) 219 the name of the python package and the path to the templates in that 315 function receives the name of the template and has to return either 319 >>> def load_template(name): 320 ... if name [all...] |
/third_party/toybox/toys/posix/ |
H A D | patch.c | 341 char *s, **name = &oldname; in patch_main() local 345 name = &newname; in patch_main() 349 free(*name); in patch_main() 355 if (i>1900 && i<=1970) *name = xstrdup("/dev/null"); in patch_main() 358 *name = unquote_file(patchline+4); in patch_main() 386 char *name; in patch_main() local 391 name = reverse ? oldname : newname; in patch_main() 395 if (!strcmp(name, "/dev/null") || !(reverse ? oldsum : newsum)) in patch_main() 397 name = reverse ? newname : oldname; in patch_main() 402 for (i = 0, s = name; * in patch_main() [all...] |