Searched refs:suffix (Results 1 - 118 of 118) sorted by relevance

/linux-4.1.27/arch/mips/cavium-octeon/executive/
H A Docteon-model.c65 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 DMakefile47 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 DMakefile46 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 DMakefile9 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 DMakefile60 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 DMakefile15 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 DMakefile26 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 DMakefile22 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 DMakefile88 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 Dpath.c136 * 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 Dcache.h67 char *strip_path_suffix(const char *path, const char *suffix);
H A Dparse-events.h42 PMU_EVENT_SYMBOL_SUFFIX, /* suffix of pre-suf style event */
H A Ddso.c200 * @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 Dprobe-event.c2270 /* 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 Devent-plugin.c266 * @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 Devent-parse.h447 const char *prefix, const char *suffix,
/linux-4.1.27/drivers/media/common/b2c2/
H A Dflexcop-misc.c67 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 Dflexcop-common.h171 const char *prefix, const char *suffix);
/linux-4.1.27/arch/arm/kernel/
H A Dentry-ftrace.S65 .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 Dpci-sysfs.c155 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 Dac97_patch.h79 const char *suffix);
81 const char *dst, const char *suffix);
83 const char *s2, const char *suffix);
H A Dac97_codec.c2608 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 Dled.h25 * suffix and null terminator
/linux-4.1.27/fs/afs/
H A Dsuper.c210 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 Dvolume.c38 * - 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 Dadfs.h56 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 Ddir_fplus.c210 /* optionally append the ,xyz hex filetype suffix */ adfs_fplus_getnext()
H A Ddir_f.c229 /* optionally append the ,xyz hex filetype suffix */ adfs_dir2obj()
H A Dsuper.c496 * ,xyz hex filetype suffix may be added by driver adfs_fill_super()
/linux-4.1.27/arch/x86/vdso/
H A Dvdso2c.c150 #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 DMakefile80 $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.$(suffix-y) FORCE
/linux-4.1.27/arch/avr32/include/asm/
H A Duaccess.h229 #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 Dgl518sm.c238 #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 Dit87.c250 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 Dibmpowernv.c39 /* Sensor suffix name from DT */
/linux-4.1.27/drivers/hid/
H A Dhid-multitouch.c941 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 Dhid-uclogic.c738 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 Dobjcnt.c41 * 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 Dprocessor_thermal_device.c60 #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 Dcompiler.h407 #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 Darcdevice.h188 char suffix; /* a for RFC1201, e for ether-encap, etc. */ member in struct:ArcProto
H A Dsecurity.h336 * 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 Dvmwgfx_surface.c125 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 Dvmwgfx_execbuf.c1235 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 Dsvga3d_reg.h1532 * 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 Darcnet.c77 .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 Darc-rawmode.c48 .suffix = 'r',
H A Drfc1051.c49 .suffix = 's',
H A Drfc1201.c49 .suffix = 'a',
/linux-4.1.27/drivers/net/ppp/
H A Dbsd_comp.c121 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 Dmemory.h24 * by prepending the UL suffix only with actual C code compilation.
/linux-4.1.27/include/memory/
H A Djedec_ddr.h127 * with a suffix like tRAS_max_ns below
/linux-4.1.27/fs/kernfs/
H A Dinode.c174 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 Dperf_event_server.h133 * 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 Dsystbl.h2 * List of powerpc syscalls. For the meaning of the _SPU suffix see
H A Dio.h103 * Note: I might drop the _ns suffix on the stream operations soon as it is
/linux-4.1.27/crypto/
H A Dalgapi.c29 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 Dcacheflush.h34 * suffix r = range */
/linux-4.1.27/drivers/acpi/acpica/
H A Dacapps.h160 char *fl_generate_filename(char *input_filename, char *suffix);
H A Dacutils.h126 * Common message suffix
/linux-4.1.27/arch/arm64/include/asm/
H A Dmemory.h31 * by prepending the UL suffix only with actual C code compilation.
/linux-4.1.27/kernel/
H A Dkexec.c1753 * 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 Dexport_report.pl57 grep s/\.ko/.mod.c/, # change the suffix
H A Dcheckpatch.pl1782 # See if any suffix of this path is a path within the tree.
/linux-4.1.27/drivers/pinctrl/sh-pfc/
H A Dsh_pfc.h221 /* 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 Disdn_bsdcomp.c159 #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 Dintel8x0m.c712 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 Dintel8x0.c1509 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 Dcmipci.c3083 /* added -MCx suffix for chip supporting multi-channels */ snd_cmipci_create()
/linux-4.1.27/arch/cris/arch-v10/kernel/
H A Dkgdb.c408 /* 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 Dbuiltin-script.c1147 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 Dhda_auto_parser.c599 /* 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 Dhda_local.h146 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 Dhda_codec.c1901 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 Dconnection.c67 #define rds_conn_info_set(var, test, suffix) do { \
69 var |= RDS_INFO_CONNECTION_FLAG_##suffix; \
/linux-4.1.27/fs/
H A Dxattr.c110 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 Dspi-nor.h17 * FUNCTION has an optional suffix of '4', to represent an opcode which
/linux-4.1.27/include/linux/sunrpc/
H A Dmsg_prot.h195 * 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 Dhubni.h71 * Have to use UINT64_CAST instead of 'L' suffix, for assembler.
H A Dhubmd.h125 #define MMC_FPROM_CYC_MASK (UINT64_CAST 31 << 49) /* of 'L' suffix, */
/linux-4.1.27/security/integrity/ima/
H A Dima_template_lib.c53 * 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 Dkgdb.c532 /* 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 Domapfb_main.c1892 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 Dsti_hdmi.c58 #define XCAT(prefix, x, suffix) prefix ## x ## suffix
/linux-4.1.27/net/ipv4/
H A Dfib_trie.c682 * 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 Daltera_jtaguart.c410 /* -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 Dmemory.h29 * by prepending the UL suffix only with actual C code compilation.
/linux-4.1.27/scripts/kconfig/
H A Dconfdata.c548 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 Di810_main.c1959 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 Ddevice.c76 /* 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 Dgpio-generic.c28 * `.. suffix. ```~~`````....`.` . affecting the data register and the .`
/linux-4.1.27/drivers/spi/
H A Dspi-rspi.c1162 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 Dinit.c576 * 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 Daic94xx_sas.h478 /* header+data+CRC+DMA suffix data */
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init.h570 * (name + suffix)
/linux-4.1.27/arch/mips/cavium-octeon/
H A Docteon-memcpy.S60 * The _entry suffix denotes values when __copy_user was called.
/linux-4.1.27/arch/mips/lib/
H A Dmemcpy.S76 * The _entry suffix denotes values when __copy_user was called.
H A Dcsum_partial.S329 * The _entry suffix denotes values when __copy_user was called.
/linux-4.1.27/arch/ia64/include/asm/sn/
H A Dtioca.h76 * a second with the suffix "_SHFT" to identify how far the mask needs to
/linux-4.1.27/sound/usb/
H A Dmixer.c1688 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 Dplatform.c330 * that we remember it must be freed, and we append a suffix platform_device_add()
/linux-4.1.27/fs/jfs/
H A Djfs_dtree.c74 * 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 Dioctl.c5195 #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 Dsuper.c1182 * copy that suffix into our buffer. Otherwise, we're done. setup_root_args()
/linux-4.1.27/drivers/scsi/arm/
H A Dfas216.c175 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 Di40e_adminq_cmd.h288 * - no suffix for direct command descriptor structures
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
H A Di40e_adminq_cmd.h286 * - no suffix for direct command descriptor structures
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_modes.c699 * with an optional 'i' suffix for interlaced modes.
/linux-4.1.27/fs/ocfs2/
H A Docfs2_fs.h1029 __le32 xe_name_hash; /* hash value of xattr prefix+suffix. */
/linux-4.1.27/fs/ubifs/
H A Dio.c57 * functions related to write-buffers have "nolock" suffix which means that the
/linux-4.1.27/arch/blackfin/kernel/
H A Ddebug-mmrs.c298 /* 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 Dsuper.c1508 udf_debug("Metadata Ident suffix=0x%x\n", udf_load_logicalvol()
/linux-4.1.27/arch/tile/include/hv/
H A Dnetio_intf.h607 * 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 Dgianfar.c1130 unsigned int mod = (svr >> 16) & 0xfff6; /* w/o E suffix */ __gfar_detect_errata_83xx()
/linux-4.1.27/drivers/scsi/
H A Dsd.c2805 * 27th is sdaa. The last one for two lettered suffix is sdzz
/linux-4.1.27/net/bluetooth/
H A Dsmp.c1015 /* Even though there's no _SLAVE suffix this is the smp_random()
/linux-4.1.27/kernel/trace/
H A Dtrace.c3683 "\t\t\t Disable an option by adding a suffix 'no' to the\n"
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c194 /* Below because most, but not all, fields of IntMask have that full suffix */

Completed in 3354 milliseconds