/linux-4.1.27/arch/mips/cavium-octeon/executive/ |
H A D | octeon-model.c | 65 const char *suffix; octeon_model_get_string_buffer() local 94 /* Make a guess at the suffix */ octeon_model_get_string_buffer() 101 suffix = "CP"; octeon_model_get_string_buffer() 103 suffix = "SCP"; octeon_model_get_string_buffer() 105 suffix = "EXP"; octeon_model_get_string_buffer() 107 suffix = "NSP"; octeon_model_get_string_buffer() 261 if ((num_cores == 4) && fus3.cn58xx.crip_1024k && !strncmp(suffix, "CP", 2)) octeon_model_get_string_buffer() 289 suffix = "SP"; octeon_model_get_string_buffer() 291 suffix = "SSP"; octeon_model_get_string_buffer() 294 suffix = "CP"; octeon_model_get_string_buffer() 296 suffix = "NSP"; octeon_model_get_string_buffer() 298 suffix = "SCP"; octeon_model_get_string_buffer() 301 suffix = "NSPB2"; octeon_model_get_string_buffer() 321 suffix = "AP"; octeon_model_get_string_buffer() 323 suffix = "CP"; octeon_model_get_string_buffer() 325 suffix = "DAP"; octeon_model_get_string_buffer() 327 suffix = "SCP"; octeon_model_get_string_buffer() 336 suffix = "CP"; octeon_model_get_string_buffer() 338 suffix = "DAP"; octeon_model_get_string_buffer() 340 suffix = "SCP"; octeon_model_get_string_buffer() 342 suffix = "AAP"; octeon_model_get_string_buffer() 349 suffix = "AP"; octeon_model_get_string_buffer() 351 suffix = "CP"; octeon_model_get_string_buffer() 353 suffix = "DAP"; octeon_model_get_string_buffer() 355 suffix = "SCP"; octeon_model_get_string_buffer() 357 suffix = "AAP"; octeon_model_get_string_buffer() 362 suffix = "CP"; octeon_model_get_string_buffer() 364 suffix = "DAP"; octeon_model_get_string_buffer() 366 suffix = "SCP"; octeon_model_get_string_buffer() 368 suffix = "SP"; octeon_model_get_string_buffer() 370 suffix = "AAP"; octeon_model_get_string_buffer() 376 suffix = "XXX"; octeon_model_get_string_buffer() 397 int suffix = (fuse_data >> 14) & 0x1f; octeon_model_get_string_buffer() local 398 if (suffix && model) { octeon_model_get_string_buffer() 399 /* Have both number and suffix in fuses, so both */ octeon_model_get_string_buffer() 400 sprintf(fuse_model, "%d%c", model, 'A' + suffix - 1); octeon_model_get_string_buffer() 403 } else if (suffix && !model) { octeon_model_get_string_buffer() 404 /* Only have suffix, so add suffix to 'normal' model number */ octeon_model_get_string_buffer() 405 sprintf(fuse_model, "%s%c", core_model, 'A' + suffix - 1); octeon_model_get_string_buffer() 408 /* Don't have suffix, so just use model from fuses */ octeon_model_get_string_buffer() 415 sprintf(buffer, "CN%s%sp%s-%d-%s", family, core_model, pass, clock_mhz, suffix); octeon_model_get_string_buffer()
|
/linux-4.1.27/arch/s390/boot/compressed/ |
H A D | Makefile | 47 suffix-$(CONFIG_KERNEL_GZIP) := gz 48 suffix-$(CONFIG_KERNEL_BZIP2) := bz2 49 suffix-$(CONFIG_KERNEL_LZ4) := lz4 50 suffix-$(CONFIG_KERNEL_LZMA) := lzma 51 suffix-$(CONFIG_KERNEL_LZO) := lzo 52 suffix-$(CONFIG_KERNEL_XZ) := xz 68 $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.$(suffix-y)
|
/linux-4.1.27/arch/m32r/boot/compressed/ |
H A D | Makefile | 46 suffix-$(CONFIG_KERNEL_GZIP) = gz 47 suffix-$(CONFIG_KERNEL_BZIP2) = bz2 48 suffix-$(CONFIG_KERNEL_LZMA) = lzma 50 $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.$(suffix-y) FORCE
|
/linux-4.1.27/arch/metag/boot/ |
H A D | Makefile | 9 suffix-y := bin 10 suffix-$(CONFIG_KERNEL_GZIP) := gz 11 suffix-$(CONFIG_KERNEL_BZIP2) := bz2 12 suffix-$(CONFIG_KERNEL_XZ) := xz 13 suffix-$(CONFIG_KERNEL_LZO) := lzo 66 $(obj)/uImage: $(obj)/uImage.$(suffix-y)
|
/linux-4.1.27/arch/blackfin/boot/ |
H A D | Makefile | 60 suffix-y := bin 61 suffix-$(CONFIG_KERNEL_GZIP) := gz 62 suffix-$(CONFIG_KERNEL_BZIP2) := bz2 63 suffix-$(CONFIG_KERNEL_LZMA) := lzma 64 suffix-$(CONFIG_KERNEL_LZO) := lzo 65 suffix-$(CONFIG_ROMKERNEL) := xip 67 $(obj)/uImage: $(obj)/uImage.$(suffix-y)
|
/linux-4.1.27/arch/arc/boot/ |
H A D | Makefile | 15 suffix-y := bin 16 suffix-$(CONFIG_KERNEL_GZIP) := gz 33 $(obj)/uImage: $(obj)/uImage.$(suffix-y)
|
/linux-4.1.27/arch/mips/boot/ |
H A D | Makefile | 26 suffix-y := bin 27 suffix-$(CONFIG_KERNEL_BZIP2) := bz2 28 suffix-$(CONFIG_KERNEL_GZIP) := gz 29 suffix-$(CONFIG_KERNEL_LZMA) := lzma 30 suffix-$(CONFIG_KERNEL_LZO) := lzo 100 $(obj)/uImage: $(obj)/uImage.$(suffix-y)
|
/linux-4.1.27/arch/sh/boot/ |
H A D | Makefile | 22 suffix-y := bin 23 suffix-$(CONFIG_KERNEL_GZIP) := gz 24 suffix-$(CONFIG_KERNEL_BZIP2) := bz2 25 suffix-$(CONFIG_KERNEL_LZMA) := lzma 26 suffix-$(CONFIG_KERNEL_XZ) := xz 27 suffix-$(CONFIG_KERNEL_LZO) := lzo 109 $(obj)/uImage: $(obj)/uImage.$(suffix-y) 115 KERNEL_MEMORY suffix-y
|
/linux-4.1.27/arch/x86/boot/compressed/ |
H A D | Makefile | 88 suffix-$(CONFIG_KERNEL_GZIP) := gz 89 suffix-$(CONFIG_KERNEL_BZIP2) := bz2 90 suffix-$(CONFIG_KERNEL_LZMA) := lzma 91 suffix-$(CONFIG_KERNEL_XZ) := xz 92 suffix-$(CONFIG_KERNEL_LZO) := lzo 93 suffix-$(CONFIG_KERNEL_LZ4) := lz4 101 $(obj)/piggy.S: $(obj)/vmlinux.bin.$(suffix-y) $(obj)/mkpiggy FORCE
|
/linux-4.1.27/tools/perf/util/ |
H A D | path.c | 136 * If path ends with suffix (complete path components), returns the 137 * part before suffix (sans trailing directory separators). 140 char *strip_path_suffix(const char *path, const char *suffix) strip_path_suffix() argument 142 int path_len = strlen(path), suffix_len = strlen(suffix); strip_path_suffix() 149 if (!is_dir_sep(suffix[suffix_len - 1])) strip_path_suffix() 152 suffix_len = chomp_trailing_dir_sep(suffix, suffix_len); strip_path_suffix() 154 else if (path[--path_len] != suffix[--suffix_len]) strip_path_suffix()
|
H A D | cache.h | 67 char *strip_path_suffix(const char *path, const char *suffix);
|
H A D | parse-events.h | 42 PMU_EVENT_SYMBOL_SUFFIX, /* suffix of pre-suf style event */
|
H A D | dso.c | 200 * @comp - true if @path contains supported compression suffix, 202 * @kmod - true if @path contains '.ko' suffix in right position, 208 * the compression suffix
|
H A D | probe-event.c | 2270 /* Try no suffix */ get_new_event_name() 2285 /* Try to add suffix */ get_new_event_name() 2414 * user input are always allowed to add suffix, because __add_probe_trace_events()
|
/linux-4.1.27/tools/lib/traceevent/ |
H A D | event-plugin.c | 266 * @suffix: The suffix string ot append after the option name 270 * returned by traceevent_load_plugins(). Use @prefix and @suffix for formating: 271 * @prefix = " ", @suffix = "\n". 274 const char *prefix, const char *suffix, traceevent_print_plugins() 278 trace_seq_printf(s, "%s%s%s", prefix, list->name, suffix); traceevent_print_plugins() 342 load_plugins_dir(struct pevent *pevent, const char *suffix, load_plugins_dir() argument 373 /* Only load plugins that end in suffix */ load_plugins_dir() 374 if (strcmp(name + (strlen(name) - strlen(suffix)), suffix) != 0) load_plugins_dir() 384 load_plugins(struct pevent *pevent, const char *suffix, load_plugins() argument 404 load_plugins_dir(pevent, suffix, PLUGIN_DIR, load_plugins() 414 load_plugins_dir(pevent, suffix, envdir, load_plugin, data); load_plugins() 434 load_plugins_dir(pevent, suffix, path, load_plugin, data); load_plugins() 273 traceevent_print_plugins(struct trace_seq *s, const char *prefix, const char *suffix, const struct plugin_list *list) traceevent_print_plugins() argument
|
H A D | event-parse.h | 447 const char *prefix, const char *suffix,
|
/linux-4.1.27/drivers/media/common/b2c2/ |
H A D | flexcop-misc.c | 67 const char *prefix, const char *suffix) flexcop_device_name() 72 flexcop_revision_names[fc->rev], suffix); flexcop_device_name() 66 flexcop_device_name(struct flexcop_device *fc, const char *prefix, const char *suffix) flexcop_device_name() argument
|
H A D | flexcop-common.h | 171 const char *prefix, const char *suffix);
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | entry-ftrace.S | 65 .macro __mcount suffix 77 bne ftrace_graph_caller\suffix 83 bne ftrace_graph_caller\suffix 95 .macro __ftrace_caller suffix 101 .globl ftrace_call\suffix 102 ftrace_call\suffix: 106 .globl ftrace_graph_call\suffix 107 ftrace_graph_call\suffix:
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | pci-sysfs.c | 155 char *suffix, struct bin_attribute *res_attr, pci_create_one_attr() 160 sprintf(name, "resource%d%s", num, suffix); pci_create_one_attr() 177 char *suffix, *attr_name; pci_create_attr() local 179 suffix = ""; /* Assume bwx machine, normal resourceN files. */ pci_create_attr() 187 suffix = "_dense"; pci_create_attr() 196 suffix = "_sparse"; pci_create_attr() 211 retval = pci_create_one_attr(pdev, num, attr_name, suffix, attr, pci_create_attr() 154 pci_create_one_attr(struct pci_dev *pdev, int num, char *name, char *suffix, struct bin_attribute *res_attr, unsigned long sparse) pci_create_one_attr() argument
|
/linux-4.1.27/sound/pci/ac97/ |
H A D | ac97_patch.h | 79 const char *suffix); 81 const char *dst, const char *suffix); 83 const char *s2, const char *suffix);
|
H A D | ac97_codec.c | 2608 static void set_ctl_name(char *dst, const char *src, const char *suffix) set_ctl_name() argument 2610 if (suffix) set_ctl_name() 2611 sprintf(dst, "%s %s", src, suffix); set_ctl_name() 2616 /* remove the control with the given name and optional suffix */ snd_ac97_remove_ctl() 2618 const char *suffix) snd_ac97_remove_ctl() 2622 set_ctl_name(id.name, name, suffix); snd_ac97_remove_ctl() 2627 static struct snd_kcontrol *ctl_find(struct snd_ac97 *ac97, const char *name, const char *suffix) ctl_find() argument 2631 set_ctl_name(sid.name, name, suffix); ctl_find() 2636 /* rename the control with the given name and optional suffix */ snd_ac97_rename_ctl() 2638 const char *dst, const char *suffix) snd_ac97_rename_ctl() 2640 struct snd_kcontrol *kctl = ctl_find(ac97, src, suffix); snd_ac97_rename_ctl() 2642 set_ctl_name(kctl->id.name, dst, suffix); snd_ac97_rename_ctl() 2658 const char *s2, const char *suffix) snd_ac97_swap_ctl() 2661 kctl1 = ctl_find(ac97, s1, suffix); snd_ac97_swap_ctl() 2662 kctl2 = ctl_find(ac97, s2, suffix); snd_ac97_swap_ctl() 2664 set_ctl_name(kctl1->id.name, s2, suffix); snd_ac97_swap_ctl() 2665 set_ctl_name(kctl2->id.name, s1, suffix); snd_ac97_swap_ctl() 2617 snd_ac97_remove_ctl(struct snd_ac97 *ac97, const char *name, const char *suffix) snd_ac97_remove_ctl() argument 2637 snd_ac97_rename_ctl(struct snd_ac97 *ac97, const char *src, const char *dst, const char *suffix) snd_ac97_rename_ctl() argument 2657 snd_ac97_swap_ctl(struct snd_ac97 *ac97, const char *s1, const char *s2, const char *suffix) snd_ac97_swap_ctl() argument
|
/linux-4.1.27/include/linux/can/ |
H A D | led.h | 25 * suffix and null terminator
|
/linux-4.1.27/fs/afs/ |
H A D | super.c | 210 const char *cellname, *suffix; afs_parse_device_name() local 246 /* the volume type is further affected by a possible suffix */ afs_parse_device_name() 247 suffix = strrchr(params->volname, '.'); afs_parse_device_name() 248 if (suffix) { afs_parse_device_name() 249 if (strcmp(suffix, ".readonly") == 0) { afs_parse_device_name() 252 } else if (strcmp(suffix, ".backup") == 0) { afs_parse_device_name() 255 } else if (suffix[1] == 0) { afs_parse_device_name() 257 suffix = NULL; afs_parse_device_name() 261 params->volnamesz = suffix ? afs_parse_device_name() 262 suffix - params->volname : strlen(params->volname); afs_parse_device_name() 282 suffix ?: "-", params->type, params->force ? " FORCE" : ""); afs_parse_device_name()
|
H A D | volume.c | 38 * - Rule 1: Explicit type suffix forces access of that type or nothing 39 * (no suffix, then use Rule 2 & 3)
|
/linux-4.1.27/fs/adfs/ |
H A D | adfs.h | 56 int s_ftsuffix; /* ,xyz hex filetype suffix option */ 100 #define ADFS_MAX_NAME_LEN (256 + 4) /* +4 for ,xyz hex filetype suffix */ 115 /* RISC OS 12-bit filetype converts to ,xyz hex filename suffix */ append_filetype_suffix()
|
H A D | dir_fplus.c | 210 /* optionally append the ,xyz hex filetype suffix */ adfs_fplus_getnext()
|
H A D | dir_f.c | 229 /* optionally append the ,xyz hex filetype suffix */ adfs_dir2obj()
|
H A D | super.c | 496 * ,xyz hex filetype suffix may be added by driver adfs_fill_super()
|
/linux-4.1.27/arch/x86/vdso/ |
H A D | vdso2c.c | 150 #define BITSFUNC3(name, bits, suffix) name##bits##suffix 151 #define BITSFUNC2(name, bits, suffix) BITSFUNC3(name, bits, suffix)
|
/linux-4.1.27/arch/sh/boot/compressed/ |
H A D | Makefile | 80 $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.$(suffix-y) FORCE
|
/linux-4.1.27/arch/avr32/include/asm/ |
H A D | uaccess.h | 229 #define __get_user_asm(suffix, __gu_val, ptr, __gu_err) \ 231 "1: ld." suffix " %1, %3 \n" \ 294 #define __put_user_asm(suffix, ptr, __pu_val, __gu_err) \ 296 "1: st." suffix " %1, %3 \n" \
|
/linux-4.1.27/drivers/hwmon/ |
H A D | gl518sm.c | 238 #define show(type, suffix, value) \ 239 static ssize_t show_##suffix(struct device *dev, \ 292 #define set(type, suffix, value, reg) \ 293 static ssize_t set_##suffix(struct device *dev, \ 311 #define set_bits(type, suffix, value, reg, mask, shift) \ 312 static ssize_t set_##suffix(struct device *dev, \ 333 #define set_low(type, suffix, value, reg) \ 334 set_bits(type, suffix, value, reg, 0x00ff, 0) 335 #define set_high(type, suffix, value, reg) \ 336 set_bits(type, suffix, value, reg, 0xff00, 8)
|
H A D | it87.c | 250 const char * const suffix; member in struct:it87_devices 272 .suffix = "F", 277 .suffix = "F", 283 .suffix = "F", 289 .suffix = "F", 296 .suffix = "F", 303 .suffix = "F", 312 .suffix = "F", 320 .suffix = "E", 331 .suffix = "E", 342 .suffix = "F", 349 .suffix = "F", 356 .suffix = "E/F", 363 .suffix = "E", 370 .suffix = "E", 377 .suffix = "E", 384 .suffix = "E", 1906 it87_devices[sio_data->type].suffix, it87_find()
|
H A D | ibmpowernv.c | 39 /* Sensor suffix name from DT */
|
/linux-4.1.27/drivers/hid/ |
H A D | hid-multitouch.c | 941 const char *suffix = NULL; mt_input_configured() local 953 suffix = "Pen"; mt_input_configured() 959 suffix = "Keyboard"; mt_input_configured() 962 suffix = "Keypad"; mt_input_configured() 965 suffix = "Mouse"; mt_input_configured() 968 suffix = "Pen"; mt_input_configured() 973 /* we do not set suffix = "Touchscreen" */ mt_input_configured() 976 suffix = "System Control"; mt_input_configured() 979 suffix = "Consumer Control"; mt_input_configured() 982 suffix = "UNKNOWN"; mt_input_configured() 987 if (suffix) { mt_input_configured() 989 strlen(hdev->name) + strlen(suffix) + 2, mt_input_configured() 992 sprintf(name, "%s %s", hdev->name, suffix); mt_input_configured()
|
H A D | hid-uclogic.c | 738 const char *suffix = NULL; uclogic_input_configured() local 750 suffix = "Keyboard"; uclogic_input_configured() 753 suffix = "Mouse"; uclogic_input_configured() 756 suffix = "Pad"; uclogic_input_configured() 759 suffix = "Pen"; uclogic_input_configured() 762 suffix = "Consumer Control"; uclogic_input_configured() 765 suffix = "System Control"; uclogic_input_configured() 769 if (suffix) { uclogic_input_configured() 770 len = strlen(hdev->name) + 2 + strlen(suffix); uclogic_input_configured() 773 snprintf(name, len, "%s %s", hdev->name, suffix); uclogic_input_configured()
|
/linux-4.1.27/net/sctp/ |
H A D | objcnt.c | 41 * To add new counters, choose a unique suffix for the variable 42 * name as the helper macros key off this suffix to make
|
/linux-4.1.27/drivers/thermal/int340x_thermal/ |
H A D | processor_thermal_device.c | 60 #define POWER_LIMIT_SHOW(index, suffix) \ 61 static ssize_t power_limit_##index##_##suffix##_show(struct device *dev, \ 77 (unsigned long)proc_dev->power_limits[index].suffix * 1000); \
|
/linux-4.1.27/include/linux/ |
H A D | compiler.h | 407 #define __compiletime_assert(condition, msg, prefix, suffix) \ 410 extern void prefix ## suffix(void) __compiletime_error(msg); \ 412 prefix ## suffix(); \ 416 #define _compiletime_assert(condition, msg, prefix, suffix) \ 417 __compiletime_assert(condition, msg, prefix, suffix)
|
H A D | arcdevice.h | 188 char suffix; /* a for RFC1201, e for ether-encap, etc. */ member in struct:ArcProto
|
H A D | security.h | 336 * Obtain the security attribute name suffix and value to set on a newly 349 * @name will be set to the allocated name suffix (e.g. selinux).
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_surface.c | 125 SVGA3dCmdSurfaceDMASuffix suffix; member in struct:vmw_surface_dma 262 SVGA3dCmdSurfaceDMASuffix *suffix = &cmd->suffix; vmw_surface_dma_encode() local 267 header->size = sizeof(*body) + sizeof(*cb) + sizeof(*suffix); vmw_surface_dma_encode() 288 suffix->suffixSize = sizeof(*suffix); vmw_surface_dma_encode() 289 suffix->maximumOffset = vmw_surface_dma_encode() 292 suffix->flags.discard = 0; vmw_surface_dma_encode() 293 suffix->flags.unsynchronized = 0; vmw_surface_dma_encode() 294 suffix->flags.reserved = 0; vmw_surface_dma_encode()
|
H A D | vmwgfx_execbuf.c | 1235 SVGA3dCmdSurfaceDMASuffix *suffix; vmw_cmd_dma() local 1239 suffix = (SVGA3dCmdSurfaceDMASuffix *)((unsigned long) &cmd->dma + vmw_cmd_dma() 1240 header->size - sizeof(*suffix)); vmw_cmd_dma() 1243 if (unlikely(suffix->suffixSize != sizeof(*suffix))) { vmw_cmd_dma() 1244 DRM_ERROR("Invalid DMA suffix size.\n"); vmw_cmd_dma() 1262 if (unlikely(suffix->maximumOffset > bo_size)) vmw_cmd_dma() 1263 suffix->maximumOffset = bo_size; vmw_cmd_dma()
|
H A D | svga3d_reg.h | 1532 * suffix as future flags may occupy these bits. 1558 * This is a command suffix that will appear after a SurfaceDMA command in 1560 * optimize performance or protect the guest. This suffix exists to preserve 1572 * surfaceDMA. If the suffix is supported, the host will respect this
|
/linux-4.1.27/drivers/net/arcnet/ |
H A D | arcnet.c | 77 .suffix = '?', 377 arc_proto_default->suffix); BUGLVL() 379 BUGMSG2(D_PROTO, "%c", arc_proto_map[count]->suffix); BUGLVL() 505 BUGMSG(D_DEBUG, "arc_raw_proto used. proto='%c'\n",proto->suffix); arcnet_header() 529 proto_num, proto->suffix); arcnet_header() 532 arc_bcast_proto->suffix); arcnet_header() 599 "(proto='%c')\n", proto->suffix); arcnet_send_packet() 991 newp->suffix, oldp->suffix); BUGLVL()
|
H A D | arc-rawmode.c | 48 .suffix = 'r',
|
H A D | rfc1051.c | 49 .suffix = 's',
|
H A D | rfc1201.c | 49 .suffix = 'a',
|
/linux-4.1.27/drivers/net/ppp/ |
H A D | bsd_comp.c | 121 unsigned char suffix; /* last character of new code */ member in struct:bsd_dict::__anon7482::__anon7483 125 unsigned char suffix; /* last character of new code */ 206 #define BSD_HASH(prefix,suffix,hshift) ((((unsigned long)(suffix))<<(hshift)) \ 208 #define BSD_KEY(prefix,suffix) ((((unsigned long)(suffix)) << 16) \ 670 continue; /* found (prefix,suffix) */ bsd_compress() 691 ent = dictp->codem1 + 1; /* finally found (prefix,suffix) */ bsd_compress() 1025 *--p = dictp->f.hs.suffix; bsd_decompress()
|
/linux-4.1.27/arch/unicore32/include/asm/ |
H A D | memory.h | 24 * by prepending the UL suffix only with actual C code compilation.
|
/linux-4.1.27/include/memory/ |
H A D | jedec_ddr.h | 127 * with a suffix like tRAS_max_ns below
|
/linux-4.1.27/fs/kernfs/ |
H A D | inode.c | 174 const char *suffix = name + XATTR_SECURITY_PREFIX_LEN; kernfs_iop_setxattr() local 175 error = security_inode_setsecurity(d_inode(dentry), suffix, kernfs_iop_setxattr()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | perf_event_server.h | 133 * EVENT_VAR() is same as PMU_EVENT_VAR with a suffix. 135 * Having a suffix allows us to have aliases in sysfs - eg: the generic
|
H A D | systbl.h | 2 * List of powerpc syscalls. For the meaning of the _SPU suffix see
|
H A D | io.h | 103 * Note: I might drop the _ns suffix on the stream operations soon as it is
|
/linux-4.1.27/crypto/ |
H A D | algapi.c | 29 static const char suffix[] = "-generic"; crypto_set_driver_name() local 37 if (len + sizeof(suffix) > CRYPTO_MAX_ALG_NAME) crypto_set_driver_name() 40 memcpy(driver_name + len, suffix, sizeof(suffix)); crypto_set_driver_name()
|
/linux-4.1.27/arch/microblaze/include/asm/ |
H A D | cacheflush.h | 34 * suffix r = range */
|
/linux-4.1.27/drivers/acpi/acpica/ |
H A D | acapps.h | 160 char *fl_generate_filename(char *input_filename, char *suffix);
|
H A D | acutils.h | 126 * Common message suffix
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | memory.h | 31 * by prepending the UL suffix only with actual C code compilation.
|
/linux-4.1.27/kernel/ |
H A D | kexec.c | 1753 * That function parses "suffix" crashkernel command lines like 1761 const char *suffix) parse_crashkernel_suffix() 1771 /* check with suffix */ parse_crashkernel_suffix() 1772 if (strncmp(cur, suffix, strlen(suffix))) { parse_crashkernel_suffix() 1776 cur += strlen(suffix); parse_crashkernel_suffix() 1787 const char *suffix) get_last_crashkernel() 1800 if (!suffix) { get_last_crashkernel() 1803 /* skip the one with any known suffix */ get_last_crashkernel() 1812 q = end_p - strlen(suffix); get_last_crashkernel() 1813 if (!strncmp(q, suffix, strlen(suffix))) get_last_crashkernel() 1831 const char *suffix) __parse_crashkernel() 1840 ck_cmdline = get_last_crashkernel(cmdline, name, suffix); __parse_crashkernel() 1847 if (suffix) __parse_crashkernel() 1849 suffix); __parse_crashkernel() 1759 parse_crashkernel_suffix(char *cmdline, unsigned long long *crash_size, const char *suffix) parse_crashkernel_suffix() argument 1785 get_last_crashkernel(char *cmdline, const char *name, const char *suffix) get_last_crashkernel() argument 1826 __parse_crashkernel(char *cmdline, unsigned long long system_ram, unsigned long long *crash_size, unsigned long long *crash_base, const char *name, const char *suffix) __parse_crashkernel() argument
|
/linux-4.1.27/scripts/ |
H A D | export_report.pl | 57 grep s/\.ko/.mod.c/, # change the suffix
|
H A D | checkpatch.pl | 1782 # See if any suffix of this path is a path within the tree.
|
/linux-4.1.27/drivers/pinctrl/sh-pfc/ |
H A D | sh_pfc.h | 221 /* GP_ALL(suffix) - Expand to a list of GP_#_#_suffix */ 258 /* PORT_ALL(suffix) - Expand to a list of PORT_#_suffix */
|
/linux-4.1.27/drivers/isdn/i4l/ |
H A D | isdn_bsdcomp.c | 159 #define BSD_HASH(prefix, suffix, hshift) ((((unsigned long)(suffix)) << (hshift)) \ 161 #define BSD_KEY(prefix, suffix) ((((unsigned long)(suffix)) << 16) \ 523 continue; /* found (prefix,suffix) */ bsd_compress() 538 ent = dictp->codem1 + 1; /* finally found (prefix,suffix) */ bsd_compress()
|
/linux-4.1.27/sound/pci/ |
H A D | intel8x0m.c | 712 char *suffix; member in struct:ich_pcm_table 727 if (rec->suffix) snd_intel8x0m_pcm1() 728 sprintf(name, "Intel ICH - %s", rec->suffix); snd_intel8x0m_pcm1() 745 if (rec->suffix) snd_intel8x0m_pcm1() 746 sprintf(pcm->name, "%s - %s", chip->card->shortname, rec->suffix); snd_intel8x0m_pcm1() 761 .suffix = "Modem",
|
H A D | intel8x0.c | 1509 char *suffix; member in struct:ich_pcm_table 1524 if (rec->suffix) snd_intel8x0_pcm1() 1525 sprintf(name, "Intel ICH - %s", rec->suffix); snd_intel8x0_pcm1() 1541 if (rec->suffix) snd_intel8x0_pcm1() 1542 sprintf(pcm->name, "%s - %s", chip->card->shortname, rec->suffix); snd_intel8x0_pcm1() 1581 .suffix = "MIC ADC", 1588 .suffix = "MIC2 ADC", 1595 .suffix = "ADC2", 1602 .suffix = "IEC958", 1618 .suffix = "MIC ADC", 1625 .suffix = "IEC958", 1641 .suffix = "MIC ADC", 1648 .suffix = "IEC958", 1657 .suffix = "HW IEC958",
|
H A D | cmipci.c | 3083 /* added -MCx suffix for chip supporting multi-channels */ snd_cmipci_create()
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
H A D | kgdb.c | 408 /* Unconverted suffix is stored in endptr unless endptr is NULL. */ gdb_cris_strtol() 776 char *suffix; handle_exception() local 777 int regno = gdb_cris_strtol (&remcomInBuffer[1], &suffix, 16); handle_exception() 779 status = write_register (regno, suffix+1); handle_exception() 810 char *suffix; handle_exception() local 812 &suffix, 16); int length = gdb_cris_strtol(suffix+1, 0, 16); handle_exception()
|
/linux-4.1.27/tools/perf/ |
H A D | builtin-script.c | 1147 static const char *ends_with(const char *str, const char *suffix) ends_with() argument 1149 size_t suffix_len = strlen(suffix); ends_with() 1154 if (!strncmp(p, suffix, suffix_len)) ends_with() 1202 static char *get_script_root(struct dirent *script_dirent, const char *suffix) get_script_root() argument 1210 str = (char *)ends_with(script_root, suffix); get_script_root() 1403 static char *get_script_path(const char *script_root, const char *suffix) get_script_path() argument 1426 __script_root = get_script_root(&script_dirent, suffix); for_each_script()
|
/linux-4.1.27/sound/pci/hda/ |
H A D | hda_auto_parser.c | 599 /* get a unique suffix or an index number */ check_output_sfx() 668 /* try to give a unique suffix if needed */ fill_audio_out_name() 675 /* don't add channel suffix for Headphone controls */ fill_audio_out_name() 705 * the channel suffix like "Front", "Surround", etc (only when @cfg is given). 706 * If no unique name with a suffix is available and @indexp is non-NULL, the
|
H A D | hda_local.h | 146 const char *suffix, bool init_slave_vol, 148 #define snd_hda_add_vmaster(codec, name, tlv, slaves, suffix) \ 149 __snd_hda_add_vmaster(codec, name, tlv, slaves, suffix, true, NULL)
|
H A D | hda_codec.c | 1901 const char *suffix, map_slave_func_t func, void *data) map_slaves() 1915 if (suffix) { map_slaves() 1917 name, suffix); map_slaves() 2013 * @suffix: suffix string to each slave name (optional) 2028 const char *suffix, bool init_slave_vol, __snd_hda_add_vmaster() 2037 err = map_slaves(codec, slaves, suffix, check_slave_present, NULL); __snd_hda_add_vmaster() 2049 err = map_slaves(codec, slaves, suffix, add_slave, kctl); __snd_hda_add_vmaster() 2057 map_slaves(codec, slaves, suffix, __snd_hda_add_vmaster() 4488 * suffix is appended to the label. This label index number is stored 1900 map_slaves(struct hda_codec *codec, const char * const *slaves, const char *suffix, map_slave_func_t func, void *data) map_slaves() argument 2026 __snd_hda_add_vmaster(struct hda_codec *codec, char *name, unsigned int *tlv, const char * const *slaves, const char *suffix, bool init_slave_vol, struct snd_kcontrol **ctl_ret) __snd_hda_add_vmaster() argument
|
/linux-4.1.27/net/rds/ |
H A D | connection.c | 67 #define rds_conn_info_set(var, test, suffix) do { \ 69 var |= RDS_INFO_CONNECTION_FLAG_##suffix; \
|
/linux-4.1.27/fs/ |
H A D | xattr.c | 110 const char *suffix = name + XATTR_SECURITY_PREFIX_LEN; __vfs_setxattr_noperm() local 111 error = security_inode_setsecurity(inode, suffix, value, __vfs_setxattr_noperm() 246 const char *suffix = name + XATTR_SECURITY_PREFIX_LEN; vfs_getxattr() local 247 int ret = xattr_getsecurity(inode, suffix, value, size); vfs_getxattr()
|
/linux-4.1.27/include/linux/mtd/ |
H A D | spi-nor.h | 17 * FUNCTION has an optional suffix of '4', to represent an opcode which
|
/linux-4.1.27/include/linux/sunrpc/ |
H A D | msg_prot.h | 195 * The suffix "p1.p2" is the service port, and is computed the same way
|
/linux-4.1.27/arch/mips/include/asm/sn/sn0/ |
H A D | hubni.h | 71 * Have to use UINT64_CAST instead of 'L' suffix, for assembler.
|
H A D | hubmd.h | 125 #define MMC_FPROM_CYC_MASK (UINT64_CAST 31 << 49) /* of 'L' suffix, */
|
/linux-4.1.27/security/integrity/ima/ |
H A D | ima_template_lib.c | 53 * filenames with spaces or that end with the suffix ' (deleted)' are ima_write_template_field_data()
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
H A D | kgdb.c | 532 /* Unconverted suffix is stored in endptr unless endptr is NULL. */ gdb_cris_strtol() 1326 char *suffix; handle_exception() local 1327 int regno = gdb_cris_strtol(&input_buffer[1], &suffix, 16); handle_exception() 1330 status = write_register(regno, suffix+1); handle_exception() 1357 char *suffix; handle_exception() local 1359 &suffix, 16); handle_exception() 1360 int len = gdb_cris_strtol(suffix+1, 0, 16); handle_exception()
|
/linux-4.1.27/drivers/video/fbdev/omap/ |
H A D | omapfb_main.c | 1892 char *suffix; omapfb_setup() local 1894 vram = (simple_strtoul(this_opt + 5, &suffix, 0)); omapfb_setup() 1895 switch (suffix[0]) { omapfb_setup() 1907 pr_debug("omapfb: invalid vram suffix %c\n", omapfb_setup() 1908 suffix[0]); omapfb_setup()
|
/linux-4.1.27/drivers/gpu/drm/sti/ |
H A D | sti_hdmi.c | 58 #define XCAT(prefix, x, suffix) prefix ## x ## suffix
|
/linux-4.1.27/net/ipv4/ |
H A D | fib_trie.c | 682 * have a suffix greater than the one we currently have. This is update_suffix() 684 * represent the nodes with suffix length equal to tn->pos update_suffix() 699 * 0 and 1 << (bits - 1) could have that as their suffix update_suffix() 880 /* push the suffix length to the parent node */ resize() 903 * out parent suffix lengths as a part of trie_rebalance leaf_push_suffix() 1112 * insert to the tail of the section matching the suffix length fib_table_insert() 1449 * out parent suffix lengths as a part of trie_rebalance fib_remove_alias() 1462 /* update the trie with the latest suffix length */ fib_remove_alias()
|
/linux-4.1.27/drivers/tty/serial/ |
H A D | altera_jtaguart.c | 410 /* -1 emphasizes that the platform must have one port, no .N suffix */ altera_jtaguart_probe()
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | memory.h | 29 * by prepending the UL suffix only with actual C code compilation.
|
/linux-4.1.27/scripts/kconfig/ |
H A D | confdata.c | 548 const char *suffix = ""; header_print_symbol() local 554 suffix = "_MODULE"; header_print_symbol() 558 CONFIG_, sym->name, suffix); header_print_symbol()
|
/linux-4.1.27/drivers/video/fbdev/i810/ |
H A D | i810_main.c | 1959 char *this_opt, *suffix = NULL; i810fb_setup() local 1986 hsync1 = simple_strtoul(this_opt+7, &suffix, 0); i810fb_setup() 1987 if (strncmp(suffix, "H", 1)) i810fb_setup() 1990 hsync2 = simple_strtoul(this_opt+7, &suffix, 0); i810fb_setup() 1991 if (strncmp(suffix, "H", 1)) i810fb_setup()
|
/linux-4.1.27/drivers/s390/cio/ |
H A D | device.c | 76 /* Store modalias string delimited by prefix/suffix string into buffer with 80 struct ccw_device_id *id, const char *suffix) snprint_alias() 92 id->dev_model, suffix); snprint_alias() 94 len += snprintf(buf, size, "dtdm%s", suffix); snprint_alias() 79 snprint_alias(char *buf, size_t size, struct ccw_device_id *id, const char *suffix) snprint_alias() argument
|
/linux-4.1.27/drivers/gpio/ |
H A D | gpio-generic.c | 28 * `.. suffix. ```~~`````....`.` . affecting the data register and the .`
|
/linux-4.1.27/drivers/spi/ |
H A D | spi-rspi.c | 1162 irq_handler_t handler, const char *suffix, rspi_request_irq() 1166 dev_name(dev), suffix); rspi_request_irq() 1161 rspi_request_irq(struct device *dev, unsigned int irq, irq_handler_t handler, const char *suffix, void *dev_id) rspi_request_irq() argument
|
/linux-4.1.27/sound/core/ |
H A D | init.c | 576 * If the string conflicts with other ids, add a suffix to make it unique. 606 /* Add _XYZ suffix */ snd_card_set_id_no_lock()
|
/linux-4.1.27/drivers/scsi/aic94xx/ |
H A D | aic94xx_sas.h | 478 /* header+data+CRC+DMA suffix data */
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_init.h | 570 * (name + suffix)
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
H A D | octeon-memcpy.S | 60 * The _entry suffix denotes values when __copy_user was called.
|
/linux-4.1.27/arch/mips/lib/ |
H A D | memcpy.S | 76 * The _entry suffix denotes values when __copy_user was called.
|
H A D | csum_partial.S | 329 * The _entry suffix denotes values when __copy_user was called.
|
/linux-4.1.27/arch/ia64/include/asm/sn/ |
H A D | tioca.h | 76 * a second with the suffix "_SHFT" to identify how far the mask needs to
|
/linux-4.1.27/sound/usb/ |
H A D | mixer.c | 1688 char *suffix; member in struct:procunit_value_info 1875 append_ctl_name(kctl, valinfo->suffix); build_audio_procunit()
|
/linux-4.1.27/drivers/base/ |
H A D | platform.c | 330 * that we remember it must be freed, and we append a suffix platform_device_add()
|
/linux-4.1.27/fs/jfs/ |
H A D | jfs_dtree.c | 74 * are folded, and its suffix compression is propagated as router 1154 * key suffix compression: dtSplitUp() 1179 * compute the length of prefix for suffix compression dtSplitUp() 3769 * function: compute prefix of suffix compression
|
/linux-4.1.27/fs/btrfs/ |
H A D | ioctl.c | 5195 #define INIT_FEATURE_FLAGS(suffix) \ 5196 { .compat_flags = BTRFS_FEATURE_COMPAT_##suffix, \ 5197 .compat_ro_flags = BTRFS_FEATURE_COMPAT_RO_##suffix, \ 5198 .incompat_flags = BTRFS_FEATURE_INCOMPAT_##suffix }
|
H A D | super.c | 1182 * copy that suffix into our buffer. Otherwise, we're done. setup_root_args()
|
/linux-4.1.27/drivers/scsi/arm/ |
H A D | fas216.c | 175 static void print_SCp(struct scsi_pointer *SCp, const char *prefix, const char *suffix) print_SCp() argument 179 SCp->buffers_residual, suffix); print_SCp()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_adminq_cmd.h | 288 * - no suffix for direct command descriptor structures
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
H A D | i40e_adminq_cmd.h | 286 * - no suffix for direct command descriptor structures
|
/linux-4.1.27/drivers/gpu/drm/ |
H A D | drm_modes.c | 699 * with an optional 'i' suffix for interlaced modes.
|
/linux-4.1.27/fs/ocfs2/ |
H A D | ocfs2_fs.h | 1029 __le32 xe_name_hash; /* hash value of xattr prefix+suffix. */
|
/linux-4.1.27/fs/ubifs/ |
H A D | io.c | 57 * functions related to write-buffers have "nolock" suffix which means that the
|
/linux-4.1.27/arch/blackfin/kernel/ |
H A D | debug-mmrs.c | 298 /* These MMRs are a bit odd as the group # is a suffix */ bfin_debug_mmrs_gptimer_group()
|
/linux-4.1.27/fs/udf/ |
H A D | super.c | 1508 udf_debug("Metadata Ident suffix=0x%x\n", udf_load_logicalvol()
|
/linux-4.1.27/arch/tile/include/hv/ |
H A D | netio_intf.h | 607 * functions with a "_M" suffix usually improves performance. This 628 * functions with a "_MM" suffix usually improves performance. This
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
H A D | gianfar.c | 1130 unsigned int mod = (svr >> 16) & 0xfff6; /* w/o E suffix */ __gfar_detect_errata_83xx()
|
/linux-4.1.27/drivers/scsi/ |
H A D | sd.c | 2805 * 27th is sdaa. The last one for two lettered suffix is sdzz
|
/linux-4.1.27/net/bluetooth/ |
H A D | smp.c | 1015 /* Even though there's no _SLAVE suffix this is the smp_random()
|
/linux-4.1.27/kernel/trace/ |
H A D | trace.c | 3683 "\t\t\t Disable an option by adding a suffix 'no' to the\n"
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
H A D | qib_iba7322.c | 194 /* Below because most, but not all, fields of IntMask have that full suffix */
|