/linux-4.4.14/arch/mips/cavium-octeon/executive/ |
D | octeon-model.c | 65 const char *suffix; in octeon_model_get_string_buffer() local 101 suffix = "CP"; in octeon_model_get_string_buffer() 103 suffix = "SCP"; in octeon_model_get_string_buffer() 105 suffix = "EXP"; in octeon_model_get_string_buffer() 107 suffix = "NSP"; in octeon_model_get_string_buffer() 261 if ((num_cores == 4) && fus3.cn58xx.crip_1024k && !strncmp(suffix, "CP", 2)) in octeon_model_get_string_buffer() 289 suffix = "SP"; in octeon_model_get_string_buffer() 291 suffix = "SSP"; in octeon_model_get_string_buffer() 294 suffix = "CP"; in octeon_model_get_string_buffer() 296 suffix = "NSP"; in octeon_model_get_string_buffer() [all …]
|
/linux-4.4.14/arch/blackfin/boot/ |
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.4.14/arch/sh/boot/ |
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.4.14/arch/s390/boot/compressed/ |
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.4.14/arch/metag/boot/ |
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.4.14/arch/arm/kernel/ |
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.4.14/arch/mips/boot/ |
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.4.14/arch/x86/boot/compressed/ |
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.4.14/drivers/hid/ |
D | hid-uclogic.c | 738 const char *suffix = NULL; in uclogic_input_configured() local 750 suffix = "Keyboard"; in uclogic_input_configured() 753 suffix = "Mouse"; in uclogic_input_configured() 756 suffix = "Pad"; in uclogic_input_configured() 759 suffix = "Pen"; in uclogic_input_configured() 762 suffix = "Consumer Control"; in uclogic_input_configured() 765 suffix = "System Control"; in uclogic_input_configured() 769 if (suffix) { in uclogic_input_configured() 770 len = strlen(hdev->name) + 2 + strlen(suffix); in uclogic_input_configured() 773 snprintf(name, len, "%s %s", hdev->name, suffix); in uclogic_input_configured()
|
D | hid-multitouch.c | 995 const char *suffix = NULL; in mt_input_configured() local 1011 suffix = "Pen"; in mt_input_configured() 1017 suffix = "Keyboard"; in mt_input_configured() 1020 suffix = "Keypad"; in mt_input_configured() 1023 suffix = "Mouse"; in mt_input_configured() 1026 suffix = "Pen"; in mt_input_configured() 1034 suffix = "Touchpad"; in mt_input_configured() 1037 suffix = "System Control"; in mt_input_configured() 1040 suffix = "Consumer Control"; in mt_input_configured() 1043 suffix = "UNKNOWN"; in mt_input_configured() [all …]
|
/linux-4.4.14/tools/lib/traceevent/ |
D | event-plugin.c | 274 const char *prefix, const char *suffix, in traceevent_print_plugins() argument 278 trace_seq_printf(s, "%s%s%s", prefix, list->name, suffix); in traceevent_print_plugins() 342 load_plugins_dir(struct pevent *pevent, const char *suffix, in load_plugins_dir() argument 374 if (strcmp(name + (strlen(name) - strlen(suffix)), suffix) != 0) in load_plugins_dir() 384 load_plugins(struct pevent *pevent, const char *suffix, in load_plugins() argument 404 load_plugins_dir(pevent, suffix, PLUGIN_DIR, in load_plugins() 414 load_plugins_dir(pevent, suffix, envdir, load_plugin, data); in load_plugins() 434 load_plugins_dir(pevent, suffix, path, load_plugin, data); in load_plugins()
|
D | event-parse.h | 449 const char *prefix, const char *suffix,
|
/linux-4.4.14/arch/m32r/boot/compressed/ |
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.4.14/tools/perf/util/ |
D | path.c | 140 char *strip_path_suffix(const char *path, const char *suffix) in strip_path_suffix() argument 142 int path_len = strlen(path), suffix_len = strlen(suffix); in strip_path_suffix() 149 if (!is_dir_sep(suffix[suffix_len - 1])) in strip_path_suffix() 152 suffix_len = chomp_trailing_dir_sep(suffix, suffix_len); in strip_path_suffix() 154 else if (path[--path_len] != suffix[--suffix_len]) in strip_path_suffix()
|
D | cache.h | 66 char *strip_path_suffix(const char *path, const char *suffix);
|
/linux-4.4.14/fs/afs/ |
D | super.c | 210 const char *cellname, *suffix; in afs_parse_device_name() local 247 suffix = strrchr(params->volname, '.'); in afs_parse_device_name() 248 if (suffix) { in afs_parse_device_name() 249 if (strcmp(suffix, ".readonly") == 0) { in afs_parse_device_name() 252 } else if (strcmp(suffix, ".backup") == 0) { in afs_parse_device_name() 255 } else if (suffix[1] == 0) { in afs_parse_device_name() 257 suffix = NULL; in afs_parse_device_name() 261 params->volnamesz = suffix ? in afs_parse_device_name() 262 suffix - params->volname : strlen(params->volname); in afs_parse_device_name() 282 suffix ?: "-", params->type, params->force ? " FORCE" : ""); in afs_parse_device_name()
|
/linux-4.4.14/arch/arc/boot/ |
D | Makefile | 15 suffix-y := bin 16 suffix-$(CONFIG_KERNEL_GZIP) := gz 33 $(obj)/uImage: $(obj)/uImage.$(suffix-y)
|
/linux-4.4.14/arch/alpha/kernel/ |
D | pci-sysfs.c | 155 char *suffix, struct bin_attribute *res_attr, in pci_create_one_attr() argument 160 sprintf(name, "resource%d%s", num, suffix); in pci_create_one_attr() 177 char *suffix, *attr_name; in pci_create_attr() local 179 suffix = ""; /* Assume bwx machine, normal resourceN files. */ in pci_create_attr() 187 suffix = "_dense"; in pci_create_attr() 196 suffix = "_sparse"; in pci_create_attr() 211 retval = pci_create_one_attr(pdev, num, attr_name, suffix, attr, in pci_create_attr()
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | kgdb.c | 754 char *suffix; in handle_exception() local 755 int regno = gdb_cris_strtol (&remcomInBuffer[1], &suffix, 16); in handle_exception() 757 status = write_register (regno, suffix+1); in handle_exception() 792 char *suffix; in handle_exception() local 794 …&suffix, 16); int length = gdb_cris_strtol(suffix+1, 0, 16); in handle_exception()
|
/linux-4.4.14/arch/x86/entry/vdso/ |
D | vdso2c.c | 150 #define BITSFUNC3(name, bits, suffix) name##bits##suffix argument 151 #define BITSFUNC2(name, bits, suffix) BITSFUNC3(name, bits, suffix) argument
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | uaccess.h | 233 #define __get_user_asm(suffix, __gu_val, ptr, __gu_err) \ argument 235 "1: ld." suffix " %1, %3 \n" \ 298 #define __put_user_asm(suffix, ptr, __pu_val, __gu_err) \ argument 300 "1: st." suffix " %1, %3 \n" \
|
/linux-4.4.14/sound/pci/ac97/ |
D | ac97_patch.h | 79 const char *suffix); 81 const char *dst, const char *suffix); 83 const char *s2, const char *suffix);
|
D | ac97_codec.c | 2608 static void set_ctl_name(char *dst, const char *src, const char *suffix) in set_ctl_name() argument 2610 if (suffix) in set_ctl_name() 2611 sprintf(dst, "%s %s", src, suffix); in set_ctl_name() 2618 const char *suffix) in snd_ac97_remove_ctl() argument 2622 set_ctl_name(id.name, name, suffix); in snd_ac97_remove_ctl() 2627 static struct snd_kcontrol *ctl_find(struct snd_ac97 *ac97, const char *name, const char *suffix) in ctl_find() argument 2631 set_ctl_name(sid.name, name, suffix); in ctl_find() 2638 const char *dst, const char *suffix) in snd_ac97_rename_ctl() argument 2640 struct snd_kcontrol *kctl = ctl_find(ac97, src, suffix); in snd_ac97_rename_ctl() 2642 set_ctl_name(kctl->id.name, dst, suffix); in snd_ac97_rename_ctl() [all …]
|
/linux-4.4.14/include/linux/ |
D | compiler.h | 462 #define __compiletime_assert(condition, msg, prefix, suffix) \ argument 465 extern void prefix ## suffix(void) __compiletime_error(msg); \ 467 prefix ## suffix(); \ 471 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 472 __compiletime_assert(condition, msg, prefix, suffix)
|
/linux-4.4.14/drivers/media/common/b2c2/ |
D | flexcop-misc.c | 68 const char *prefix, const char *suffix) in flexcop_device_name() argument 73 flexcop_revision_names[fc->rev], suffix); in flexcop_device_name()
|
D | flexcop-common.h | 172 const char *prefix, const char *suffix);
|
/linux-4.4.14/kernel/ |
D | kexec_core.c | 1177 const char *suffix) in parse_crashkernel_suffix() argument 1188 if (strncmp(cur, suffix, strlen(suffix))) { in parse_crashkernel_suffix() 1192 cur += strlen(suffix); in parse_crashkernel_suffix() 1203 const char *suffix) in get_last_crashkernel() argument 1216 if (!suffix) { in get_last_crashkernel() 1228 q = end_p - strlen(suffix); in get_last_crashkernel() 1229 if (!strncmp(q, suffix, strlen(suffix))) in get_last_crashkernel() 1247 const char *suffix) in __parse_crashkernel() argument 1256 ck_cmdline = get_last_crashkernel(cmdline, name, suffix); in __parse_crashkernel() 1263 if (suffix) in __parse_crashkernel() [all …]
|
/linux-4.4.14/drivers/hwmon/ |
D | gl518sm.c | 238 #define show(type, suffix, value) \ argument 239 static ssize_t show_##suffix(struct device *dev, \ 292 #define set(type, suffix, value, reg) \ argument 293 static ssize_t set_##suffix(struct device *dev, \ 311 #define set_bits(type, suffix, value, reg, mask, shift) \ argument 312 static ssize_t set_##suffix(struct device *dev, \ 333 #define set_low(type, suffix, value, reg) \ argument 334 set_bits(type, suffix, value, reg, 0x00ff, 0) 335 #define set_high(type, suffix, value, reg) \ argument 336 set_bits(type, suffix, value, reg, 0xff00, 8)
|
D | it87.c | 253 const char * const suffix; member 276 .suffix = "F", 281 .suffix = "F", 287 .suffix = "F", 293 .suffix = "F", 300 .suffix = "F", 307 .suffix = "F", 316 .suffix = "F", 324 .suffix = "F", 333 .suffix = "E", [all …]
|
/linux-4.4.14/Documentation/filesystems/ |
D | adfs.txt | 12 ftsuffix=n When ftsuffix=0, no file type suffix will be applied. 13 When ftsuffix=1, a hexadecimal suffix corresponding to 62 RISC OS file type suffix 69 for use with NFS) such that a hexadecimal suffix of the form ,xyz
|
D | tmpfs.txt | 69 These parameters accept a suffix k, m or g for kilo, mega and giga and 70 can be changed on remount. The size parameter also accepts a suffix %
|
D | btrfs.txt | 46 bytes, optionally with a K, M, or G suffix, case insensitive. 136 with a K, M, or G suffix, case insensitive. In practice, this value
|
D | xfs.txt | 21 For boolean mount options, the names with the (*) suffix is the 143 specified in bytes, or in kilobytes with a "k" suffix.
|
/linux-4.4.14/drivers/net/ppp/ |
D | bsd_comp.c | 121 unsigned char suffix; /* last character of new code */ member 125 unsigned char suffix; /* last character of new code */ 206 #define BSD_HASH(prefix,suffix,hshift) ((((unsigned long)(suffix))<<(hshift)) \ argument 208 #define BSD_KEY(prefix,suffix) ((((unsigned long)(suffix)) << 16) \ argument 1025 *--p = dictp->f.hs.suffix; in bsd_decompress()
|
/linux-4.4.14/drivers/net/arcnet/ |
D | arcnet.c | 88 .suffix = '?', 433 arc_proto_default->suffix); in arcnet_open() 435 arc_cont(D_PROTO, "%c", arc_proto_map[count]->suffix); in arcnet_open() 565 proto->suffix); in arcnet_header() 585 proto_num, proto->suffix); in arcnet_header() 588 arc_bcast_proto->suffix); in arcnet_header() 655 proto->suffix); in arcnet_send_packet() 1052 newp->suffix, oldp->suffix); in arcnet_rx()
|
D | arc-rawmode.c | 154 .suffix = 'r',
|
D | rfc1051.c | 48 .suffix = 's',
|
D | arcdevice.h | 197 char suffix; /* a for RFC1201, e for ether-encap, etc. */ member
|
D | capmode.c | 233 .suffix = 'r',
|
D | rfc1201.c | 50 .suffix = 'a',
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | kgdb.c | 1300 char *suffix; in handle_exception() local 1301 int regno = gdb_cris_strtol(&input_buffer[1], &suffix, 16); in handle_exception() 1304 status = write_register(regno, suffix+1); in handle_exception() 1335 char *suffix; in handle_exception() local 1337 … &suffix, 16); in handle_exception() 1338 int len = gdb_cris_strtol(suffix+1, 0, 16); in handle_exception()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-hv_24x7 | 33 Note that the event-name lacks the domain suffix appended for 44 Note that the event-name lacks the domain suffix appended for
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_surface.c | 128 SVGA3dCmdSurfaceDMASuffix suffix; member 265 SVGA3dCmdSurfaceDMASuffix *suffix = &cmd->suffix; in vmw_surface_dma_encode() local 270 header->size = sizeof(*body) + sizeof(*cb) + sizeof(*suffix); in vmw_surface_dma_encode() 291 suffix->suffixSize = sizeof(*suffix); in vmw_surface_dma_encode() 292 suffix->maximumOffset = in vmw_surface_dma_encode() 295 suffix->flags.discard = 0; in vmw_surface_dma_encode() 296 suffix->flags.unsynchronized = 0; in vmw_surface_dma_encode() 297 suffix->flags.reserved = 0; in vmw_surface_dma_encode()
|
D | vmwgfx_stdu.c | 786 SVGA3dCmdSurfaceDMASuffix *suffix = in vmw_stdu_dmabuf_fifo_commit() local 788 size_t blit_size = sizeof(*blit) * dirty->num_hits + sizeof(*suffix); in vmw_stdu_dmabuf_fifo_commit() 803 suffix->suffixSize = sizeof(*suffix); in vmw_stdu_dmabuf_fifo_commit() 804 suffix->maximumOffset = ddirty->buf->base.num_pages * PAGE_SIZE; in vmw_stdu_dmabuf_fifo_commit() 809 vmw_stdu_populate_update(&suffix[1], stdu->base.unit, in vmw_stdu_dmabuf_fifo_commit()
|
D | vmwgfx_execbuf.c | 1673 SVGA3dCmdSurfaceDMASuffix *suffix; in vmw_cmd_dma() local 1677 suffix = (SVGA3dCmdSurfaceDMASuffix *)((unsigned long) &cmd->dma + in vmw_cmd_dma() 1678 header->size - sizeof(*suffix)); in vmw_cmd_dma() 1681 if (unlikely(suffix->suffixSize != sizeof(*suffix))) { in vmw_cmd_dma() 1700 if (unlikely(suffix->maximumOffset > bo_size)) in vmw_cmd_dma() 1701 suffix->maximumOffset = bo_size; in vmw_cmd_dma()
|
/linux-4.4.14/drivers/thermal/int340x_thermal/ |
D | processor_thermal_device.c | 66 #define POWER_LIMIT_SHOW(index, suffix) \ argument 67 static ssize_t power_limit_##index##_##suffix##_show(struct device *dev, \ 83 (unsigned long)proc_dev->power_limits[index].suffix * 1000); \
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_bsdcomp.c | 159 #define BSD_HASH(prefix, suffix, hshift) ((((unsigned long)(suffix)) << (hshift)) \ argument 161 #define BSD_KEY(prefix, suffix) ((((unsigned long)(suffix)) << 16) \ argument
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | acapps.h | 160 char *fl_generate_filename(char *input_filename, char *suffix);
|
/linux-4.4.14/Documentation/devicetree/bindings/lpddr2/ |
D | lpddr2-timings.txt | 13 a different unit have a suffix indicating the unit such as 'tRAS-max-ns'
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-timechart.txt | 72 suffix to specify time in milliseconds or microseconds. 77 It's possible to specify ms or us suffix to specify time in
|
/linux-4.4.14/drivers/nvdimm/ |
D | namespace_devs.c | 158 const char *suffix = NULL; in nvdimm_namespace_disk_name() local 162 suffix = "s"; in nvdimm_namespace_disk_name() 164 suffix = "m"; in nvdimm_namespace_disk_name() 172 if (!suffix && pmem_should_map_pages(&ndns->dev)) in nvdimm_namespace_disk_name() 173 suffix = "m"; in nvdimm_namespace_disk_name() 174 sprintf(name, "pmem%d%s", nd_region->id, suffix ? suffix : ""); in nvdimm_namespace_disk_name() 180 suffix ? suffix : ""); in nvdimm_namespace_disk_name()
|
/linux-4.4.14/fs/kernfs/ |
D | inode.c | 174 const char *suffix = name + XATTR_SECURITY_PREFIX_LEN; in kernfs_iop_setxattr() local 175 error = security_inode_setsecurity(d_inode(dentry), suffix, in kernfs_iop_setxattr()
|
/linux-4.4.14/sound/pci/ |
D | intel8x0m.c | 712 char *suffix; member 727 if (rec->suffix) in snd_intel8x0m_pcm1() 728 sprintf(name, "Intel ICH - %s", rec->suffix); in snd_intel8x0m_pcm1() 745 if (rec->suffix) in snd_intel8x0m_pcm1() 746 sprintf(pcm->name, "%s - %s", chip->card->shortname, rec->suffix); in snd_intel8x0m_pcm1() 761 .suffix = "Modem",
|
D | intel8x0.c | 1509 char *suffix; member 1524 if (rec->suffix) in snd_intel8x0_pcm1() 1525 sprintf(name, "Intel ICH - %s", rec->suffix); in snd_intel8x0_pcm1() 1541 if (rec->suffix) in snd_intel8x0_pcm1() 1542 sprintf(pcm->name, "%s - %s", chip->card->shortname, rec->suffix); in snd_intel8x0_pcm1() 1581 .suffix = "MIC ADC", 1588 .suffix = "MIC2 ADC", 1595 .suffix = "ADC2", 1602 .suffix = "IEC958", 1618 .suffix = "MIC ADC", [all …]
|
/linux-4.4.14/fs/ |
D | xattr.c | 110 const char *suffix = name + XATTR_SECURITY_PREFIX_LEN; in __vfs_setxattr_noperm() local 111 error = security_inode_setsecurity(inode, suffix, value, in __vfs_setxattr_noperm() 246 const char *suffix = name + XATTR_SECURITY_PREFIX_LEN; in vfs_getxattr() local 247 int ret = xattr_getsecurity(inode, suffix, value, size); in vfs_getxattr()
|
/linux-4.4.14/crypto/ |
D | algapi.c | 30 static const char suffix[] = "-generic"; in crypto_set_driver_name() local 38 if (len + sizeof(suffix) > CRYPTO_MAX_ALG_NAME) in crypto_set_driver_name() 41 memcpy(driver_name + len, suffix, sizeof(suffix)); in crypto_set_driver_name()
|
/linux-4.4.14/arch/sh/boot/compressed/ |
D | Makefile | 80 $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.$(suffix-y) FORCE
|
/linux-4.4.14/tools/perf/ |
D | builtin-script.c | 1338 static const char *ends_with(const char *str, const char *suffix) in ends_with() argument 1340 size_t suffix_len = strlen(suffix); in ends_with() 1345 if (!strncmp(p, suffix, suffix_len)) in ends_with() 1393 static char *get_script_root(struct dirent *script_dirent, const char *suffix) in get_script_root() argument 1401 str = (char *)ends_with(script_root, suffix); in get_script_root() 1594 static char *get_script_path(const char *script_root, const char *suffix) in get_script_path() argument 1617 __script_root = get_script_root(&script_dirent, suffix); in get_script_path()
|
/linux-4.4.14/net/rds/ |
D | connection.c | 67 #define rds_conn_info_set(var, test, suffix) do { \ argument 69 var |= RDS_INFO_CONNECTION_FLAG_##suffix; \
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_local.h | 146 const char *suffix, bool init_slave_vol, 148 #define snd_hda_add_vmaster(codec, name, tlv, slaves, suffix) \ argument 149 __snd_hda_add_vmaster(codec, name, tlv, slaves, suffix, true, NULL)
|
D | hda_codec.c | 1698 const char *suffix, map_slave_func_t func, void *data) in map_slaves() argument 1712 if (suffix) { in map_slaves() 1714 name, suffix); in map_slaves() 1825 const char *suffix, bool init_slave_vol, in __snd_hda_add_vmaster() argument 1834 err = map_slaves(codec, slaves, suffix, check_slave_present, NULL); in __snd_hda_add_vmaster() 1846 err = map_slaves(codec, slaves, suffix, add_slave, kctl); in __snd_hda_add_vmaster() 1854 map_slaves(codec, slaves, suffix, in __snd_hda_add_vmaster()
|
/linux-4.4.14/Documentation/networking/ |
D | fore200e.txt | 51 1. Copy the new firmware binary files (with .bin, .bin1 or .bin2 suffix)
|
/linux-4.4.14/scripts/kconfig/ |
D | confdata.c | 546 const char *suffix = ""; in header_print_symbol() local 552 suffix = "_MODULE"; in header_print_symbol() 556 CONFIG_, sym->name, suffix); in header_print_symbol()
|
/linux-4.4.14/usr/ |
D | Kconfig | 9 This can be either a single cpio archive with a .cpio suffix or a
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_hdmi.c | 58 #define XCAT(prefix, x, suffix) prefix ## x ## suffix argument
|
/linux-4.4.14/drivers/staging/most/hdm-usb/ |
D | hdm_usb.c | 127 char suffix[MAX_NUM_ENDPOINTS][MAX_SUFFIX_LEN]; member 1292 snprintf(&mdev->suffix[i][0], MAX_SUFFIX_LEN, "ep%02x", in hdm_probe() 1295 tmp_cap->name_suffix = &mdev->suffix[i][0]; in hdm_probe()
|
/linux-4.4.14/drivers/video/fbdev/i810/ |
D | i810_main.c | 1962 char *this_opt, *suffix = NULL; in i810fb_setup() local 1989 hsync1 = simple_strtoul(this_opt+7, &suffix, 0); in i810fb_setup() 1990 if (strncmp(suffix, "H", 1)) in i810fb_setup() 1993 hsync2 = simple_strtoul(this_opt+7, &suffix, 0); in i810fb_setup() 1994 if (strncmp(suffix, "H", 1)) in i810fb_setup()
|
/linux-4.4.14/tools/usb/usbip/ |
D | INSTALL | 123 with an extra prefix or suffix on their names by giving `configure' the 124 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
|
/linux-4.4.14/drivers/video/fbdev/omap/ |
D | omapfb_main.c | 1887 char *suffix; in omapfb_setup() local 1889 vram = (simple_strtoul(this_opt + 5, &suffix, 0)); in omapfb_setup() 1890 switch (suffix[0]) { in omapfb_setup() 1903 suffix[0]); in omapfb_setup()
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | serial-u16550.txt | 78 Note that the suffix letter is significant; the MS-124 and MS-124B are not
|
D | CMIPCI.txt | 64 When the multi-channel is supported, the driver name has a suffix
|
D | ALSA-Configuration.txt | 2241 have either 'c' or 'p' suffix indicating the direction, capture and 2298 k and m suffix for KB and MB. The max number is 16MB.
|
/linux-4.4.14/Documentation/gpio/ |
D | board.txt | 60 Internally, the GPIO subsystem prefixes the GPIO suffix ("gpios" or "gpio")
|
D | consumer.txt | 214 accessors without the cansleep() name suffix.
|
D | gpio-legacy.txt | 219 spinlock-safe accessors without the cansleep() name suffix.
|
/linux-4.4.14/Documentation/zh_CN/ |
D | CodingStyle | 56 switch (suffix) {
|
/linux-4.4.14/drivers/spi/ |
D | spi-rspi.c | 1156 irq_handler_t handler, const char *suffix, in rspi_request_irq() argument 1160 dev_name(dev), suffix); in rspi_request_irq()
|
/linux-4.4.14/drivers/s390/cio/ |
D | device.c | 80 struct ccw_device_id *id, const char *suffix) in snprint_alias() argument 92 id->dev_model, suffix); in snprint_alias() 94 len += snprintf(buf, size, "dtdm%s", suffix); in snprint_alias()
|
/linux-4.4.14/Documentation/fb/ |
D | fbcon.txt | 91 integer. It defaults to 32KB. The 'k' suffix is optional, and will
|
/linux-4.4.14/Documentation/ |
D | dynamic-debug-howto.txt | 167 suffix and with '-' changed to '_'. Examples:
|
D | applying-patches.txt | 322 suffix denotes the version of the kernel that this -rc kernel will eventually
|
D | DMA-API.txt | 401 without the _attrs suffix. As a result dma_map_single_attrs()
|
D | CodingStyle | 42 switch (suffix) {
|
D | kernel-parameters.txt | 162 Finally, the [KMG] suffix is commonly described after a number of kernel
|
/linux-4.4.14/sound/usb/ |
D | mixer.c | 1694 char *suffix; member 1881 append_ctl_name(kctl, valinfo->suffix); in build_audio_procunit()
|
/linux-4.4.14/drivers/scsi/arm/ |
D | fas216.c | 175 static void print_SCp(struct scsi_pointer *SCp, const char *prefix, const char *suffix) in print_SCp() argument 179 SCp->buffers_residual, suffix); in print_SCp()
|
/linux-4.4.14/fs/btrfs/ |
D | ioctl.c | 5360 #define INIT_FEATURE_FLAGS(suffix) \ argument 5361 { .compat_flags = BTRFS_FEATURE_COMPAT_##suffix, \ 5362 .compat_ro_flags = BTRFS_FEATURE_COMPAT_RO_##suffix, \ 5363 .incompat_flags = BTRFS_FEATURE_INCOMPAT_##suffix }
|
/linux-4.4.14/Documentation/vm/ |
D | hugetlbpage.txt | 77 be specified in bytes with optional scale suffix [kKmMgG]. The default huge
|
/linux-4.4.14/ |
D | README | 288 "LOCALVERSION" to append a unique suffix to the regular kernel version.
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-deadline.txt | 160 with the "_i" suffix.
|
/linux-4.4.14/Documentation/cgroups/ |
D | memory.txt | 374 NOTE: We can use a suffix (k, K, m, M, g or G) to indicate values in kilo,
|
/linux-4.4.14/arch/arm/ |
D | Kconfig | 809 # plat- suffix) or along side the corresponding mach-* source.
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 840 suffix them with the run prefix so you would have a backtrace on screen
|