Searched refs:suffix (Results 51 - 75 of 123) sorted by relevance

12345

/linux-master/drivers/net/arcnet/
H A Darc-rawmode.c154 .suffix = 'r',
H A Darcdevice.h194 char suffix; /* a for RFC1201, e for ether-encap, etc. */ member in struct:ArcProto
H A Dcapmode.c233 .suffix = 'r',
H A Drfc1051.c48 .suffix = 's',
/linux-master/drivers/hid/
H A Dhid-input.c2014 const char *suffix = NULL; local
2024 suffix = "Keyboard";
2027 suffix = "Keypad";
2030 suffix = "Mouse";
2040 suffix = "Stylus";
2043 suffix = "Pen";
2046 suffix = "Touchscreen";
2049 suffix = "Touchpad";
2052 suffix = "System Control";
2055 suffix
[all...]
H A Dhid-uclogic-params.c97 hid_dbg(hdev, "\t\t.suffix = %s\n", frame->suffix);
937 p.frame_list[1].suffix = "Touch Ring";
956 p.frame_list[1].suffix = "Touch Strip";
980 p.frame_list[2].suffix = "Dial";
1302 p->frame_list[1].suffix = "Battery";
/linux-master/drivers/iio/adc/
H A Dti-ads1298.c590 const char *suffix; local
607 suffix = "";
610 suffix = "r";
616 indio_dev->num_channels, suffix);
/linux-master/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_csv_to_c.py11 def c_to_o(filename, prefix='\t\t\t\t\t ni_routing/', suffix=' \\'):
14 return prefix + filename.rpartition('.c')[0] + '.o' + suffix
/linux-master/arch/s390/include/asm/
H A Ddebug.h405 #define VNAME(var, suffix) __##var##_##suffix
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfirmware.c620 const char *suffix; local
626 suffix = strrchr(path, '.');
627 if (!suffix || suffix == path)
632 base[suffix - path] = 0;
634 ret = kasprintf(GFP_KERNEL, "%s.%s%s", base, board_type, suffix);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c168 SVGA3dCmdSurfaceDMASuffix suffix; member in struct:vmw_surface_dma
311 SVGA3dCmdSurfaceDMASuffix *suffix = &cmd->suffix; local
316 header->size = sizeof(*body) + sizeof(*cb) + sizeof(*suffix);
336 suffix->suffixSize = sizeof(*suffix);
337 suffix->maximumOffset =
340 suffix->flags.discard = 0;
341 suffix->flags.unsynchronized = 0;
342 suffix
[all...]
/linux-master/tools/perf/util/
H A Dprobe-file.c762 * this will be an index to get suffix of the uprobe name (defining
765 static int sdt_arg_parse_size(char *n_ptr, const char **suffix) argument
775 *suffix = type_to_suffix[type_idx + 8];
782 const char *suffix = ""; local
800 if (sdt_arg_parse_size(desc, &suffix))
812 ret = strbuf_addf(buf, " arg%d=%s%s", i + 1, new_op, suffix);
/linux-master/sound/pci/hda/
H A Dhda_local.h133 const char *suffix, bool init_follower_vol,
135 #define snd_hda_add_vmaster(codec, name, tlv, followers, suffix, access) \
136 __snd_hda_add_vmaster(codec, name, tlv, followers, suffix, true, access, NULL)
/linux-master/tools/testing/selftests/bpf/
H A Dtest_loader.c315 const char *suffix = " @unpriv"; local
318 name = malloc(descr_len + strlen(suffix) + 1);
326 strcpy(&name[descr_len], suffix);
/linux-master/sound/pci/
H A Dintel8x0m.c666 char *suffix; member in struct:ich_pcm_table
681 if (rec->suffix)
682 sprintf(name, "Intel ICH - %s", rec->suffix);
699 if (rec->suffix)
700 sprintf(pcm->name, "%s - %s", chip->card->shortname, rec->suffix);
715 .suffix = "Modem",
H A Dintel8x0.c1421 char *suffix; member in struct:ich_pcm_table
1439 if (rec->suffix)
1440 sprintf(name, "Intel ICH - %s", rec->suffix);
1456 if (rec->suffix)
1457 sprintf(pcm->name, "%s - %s", chip->card->shortname, rec->suffix);
1496 .suffix = "MIC ADC",
1503 .suffix = "MIC2 ADC",
1510 .suffix = "ADC2",
1517 .suffix = "IEC958",
1533 .suffix
[all...]
/linux-master/arch/arm64/kernel/
H A Dprocess.c149 #define bstr(suffix, str) [PSR_BTYPE_ ## suffix >> PSR_BTYPE_SHIFT] = str
/linux-master/drivers/most/
H A Dmost_usb.c93 * @suffix: suffix for channel name
111 char suffix[MAX_NUM_ENDPOINTS][MAX_SUFFIX_LEN]; member in struct:most_dev
620 mdev->suffix[channel], old_size, conf->buffer_size);
1025 snprintf(&mdev->suffix[i][0], MAX_SUFFIX_LEN, "ep%02x",
1028 tmp_cap->name_suffix = &mdev->suffix[i][0];
/linux-master/sound/pci/ac97/
H A Dac97_codec.c2655 static void set_ctl_name(char *dst, const char *src, const char *suffix) argument
2659 if (suffix) {
2660 if (snprintf(dst, msize, "%s %s", src, suffix) >= msize)
2662 src, suffix, dst);
2670 /* remove the control with the given name and optional suffix */
2672 const char *suffix)
2676 set_ctl_name(id.name, name, suffix);
2681 static struct snd_kcontrol *ctl_find(struct snd_ac97 *ac97, const char *name, const char *suffix) argument
2685 set_ctl_name(sid.name, name, suffix);
2690 /* rename the control with the given name and optional suffix */
2671 snd_ac97_remove_ctl(struct snd_ac97 *ac97, const char *name, const char *suffix) argument
2691 snd_ac97_rename_ctl(struct snd_ac97 *ac97, const char *src, const char *dst, const char *suffix) argument
2714 snd_ac97_swap_ctl(struct snd_ac97 *ac97, const char *s1, const char *s2, const char *suffix) argument
[all...]
/linux-master/drivers/gpu/drm/ci/xfails/
H A Dupdate-xfails.py17 def get_xfails_file_path(job_name, suffix):
21 return os.path.join(script_dir, f"{name}-{suffix}.txt")
/linux-master/arch/powerpc/include/asm/
H A Dkvm_ppc.h349 u32 suffix = vcpu->arch.last_inst; local
352 suffix = swab32(suffix);
354 *inst = ppc_inst_prefix(prefix, suffix);
/linux-master/fs/
H A Dxattr.c249 const char *suffix = name + XATTR_SECURITY_PREFIX_LEN; local
251 error = security_inode_setsecurity(inode, suffix, value,
444 const char *suffix = name + XATTR_SECURITY_PREFIX_LEN; local
445 int ret = xattr_getsecurity(idmap, inode, suffix, value,
1018 * xattr_full_name - Compute full attribute name from suffix
/linux-master/scripts/
H A Dget_maintainer.pl1321 my ($index, $suffix) = @_;
1351 "subscriber list${list_role}" . $suffix]);
1361 "moderated list${list_role}" . $suffix]);
1366 "open list${list_role}" . $suffix]);
1374 push_email_addresses($pvalue, $role . $suffix);
1379 push_email_addresses($pvalue, "reviewer:$subsystem" . $suffix);
1382 push(@scm, $pvalue . $suffix);
1384 push(@web, $pvalue . $suffix);
1386 push(@status, $pvalue . $suffix);
/linux-master/arch/powerpc/lib/
H A Dsstep.c196 unsigned int suffix,
204 ra = GET_PREFIX_RA(suffix);
207 d1 = suffix & 0xffff;
1365 unsigned int word, suffix; local
1369 suffix = ppc_inst_suffix(instr);
1496 ra = GET_PREFIX_RA(suffix);
1497 rd = (suffix >> 21) & 0x1f;
1500 suffixopcode = get_op(suffix);
1509 op->val = mlsd_8lsd_ea(word, suffix, regs);
2985 ra = GET_PREFIX_RA(suffix);
195 mlsd_8lsd_ea(unsigned int instr, unsigned int suffix, const struct pt_regs *regs) argument
[all...]
/linux-master/tools/testing/selftests/hid/tests/
H A Dbase.py327 suffix=".rules",

Completed in 422 milliseconds

12345