Home
last modified time | relevance | path

Searched refs:name (Results 19401 - 19425 of 59107) sorted by relevance

1...<<771772773774775776777778779780>>...2365

/kernel/linux/linux-5.10/sound/drivers/opl4/
H A Dopl4_mixer.c53 .name = "FM Playback Volume",
61 .name = "Wavetable Playback Volume",
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dadau7002.c72 .name = "adau7002-hifi",
127 .name = "adau7002",
/kernel/linux/linux-5.10/sound/firewire/oxfw/
H A Doxfw-proc.c78 const char *name, in add_node()
84 entry = snd_info_create_card_entry(oxfw->card, name, root); in add_node()
77 add_node(struct snd_oxfw *oxfw, struct snd_info_entry *root, const char *name, void (*op)(struct snd_info_entry *e, struct snd_info_buffer *b)) add_node() argument
/kernel/linux/linux-5.10/sound/firewire/tascam/
H A Dtascam-proc.c53 const char *name, in add_node()
59 entry = snd_info_create_card_entry(tscm->card, name, root); in add_node()
52 add_node(struct snd_tscm *tscm, struct snd_info_entry *root, const char *name, void (*op)(struct snd_info_entry *e, struct snd_info_buffer *b)) add_node() argument
/kernel/linux/linux-5.10/sound/firewire/motu/
H A Dmotu-proc.c82 const char *name, in add_node()
88 entry = snd_info_create_card_entry(motu->card, name, root); in add_node()
81 add_node(struct snd_motu *motu, struct snd_info_entry *root, const char *name, void (*op)(struct snd_info_entry *e, struct snd_info_buffer *b)) add_node() argument
/kernel/linux/linux-5.10/scripts/
H A Dver_linux76 function printversion(name, value, ofmt) {
79 printf(ofmt, name, value)
/kernel/linux/linux-5.10/sound/soc/fsl/
H A Dphycore-ac97.c30 .name = "HiFi",
38 .name = "PhyCORE-ac97-audio",
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-buildid-list.c35 static int filename__fprintf_build_id(const char *name, FILE *fp) in filename__fprintf_build_id() argument
40 ret = filename__sprintf_build_id(name, sbuild_id); in filename__fprintf_build_id()
100 OPT_STRING('i', "input", &input_name, "file", "input file name"), in cmd_buildid_list()
H A Dbuiltin-version.c42 static void status_print(const char *name, const char *macro, in status_print() argument
45 printf("%22s: ", name); in status_print()
/kernel/linux/linux-5.10/sound/soc/samsung/
H A Djive_wm8750.c87 .name = "wm8750",
97 .name = "Jive",
/kernel/linux/linux-5.10/tools/lib/lockdep/include/liblockdep/
H A Drwlock.h22 const char *name, in __rwlock_init()
26 lockdep_init_map(&lock->dep_map, name, key, 0); in __rwlock_init()
21 __rwlock_init(liblockdep_pthread_rwlock_t *lock, const char *name, struct lock_class_key *key, const pthread_rwlockattr_t *attr) __rwlock_init() argument
/kernel/linux/linux-5.10/tools/pci/
H A DMakefile45 find $(if $(OUTPUT),$(OUTPUT),.) -name '*.o' -delete -o -name '\.*.d' -delete
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/
H A Devent.c41 PERF_ALIGN(strlen(kmap->name) + 1, sizeof(u64)) + in perf_event__synthesize_extra_kmaps()
64 strlcpy(event->mmap.filename, kmap->name, PATH_MAX); in perf_event__synthesize_extra_kmaps()
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dmem-phys-addr.py27 #perf event name
93 name = param_dict["ev_name"]
99 event_name = name
/kernel/linux/linux-5.10/tools/perf/util/
H A Dbuild-id.h49 char *build_id_cache__cachedir(const char *sbuild_id, const char *name,
61 const char *name, struct nsinfo *nsi,
H A Djitdump.h96 const char name[]; /* null terminated filename, \xff\0 if same as previous entry */ member
129 size_t l = strlen(ent->name) + 1; in debug_entry_next()
H A Dtrace-event-scripting.c65 .name = "Python",
128 .name = "Perl",
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/
H A DMakefile46 find $(if $(OUTPUT),$(OUTPUT),.) -name '*.o' -delete -o -name '\.*.d' -delete
/kernel/linux/linux-5.10/include/trace/
H A Dperf.h87 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
88 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
/kernel/linux/linux-5.10/include/sound/
H A Dwm8904.h130 const char *name; member
142 const char *name; member
H A Dsoc-card.h17 const char *name);
99 if (!strcmp(asoc_rtd_to_codec(rtd, 0)->name, dai_name)) in snd_soc_card_get_codec_dai()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Duinput.h69 char name[UINPUT_MAX_NAME_SIZE]; member
85 * name: This is used unchanged as name for the new device.
155 * UI_GET_SYSNAME - get the sysfs name of the created uinput device
157 * @return the sysfs name of the created virtual input device.
224 char name[UINPUT_MAX_NAME_SIZE]; member
/kernel/linux/linux-5.10/fs/afs/
H A Dafs_vl.h19 VLGETENTRYBYNAME = 504, /* AFS Get VLDB entry by name */
22 VLGETENTRYBYNAMEU = 527, /* AFS Get VLDB entry by name (UUID-variant) */
25 YVLGETCELLNAME = 64014, /* YFS Get actual cell name */
32 AFSVL_NAMEEXIST = 363522, /* Volume name entry exists in vl database */
37 AFSVL_BADNAME = 363527, /* Volume name is illegal */
77 char name[65]; /* name of volume (with NUL char) */ member
117 __be32 name[AFS_VLDB_MAXNAMELEN]; member
/kernel/linux/linux-5.10/fs/btrfs/
H A Dtree-log.h73 const char *name, int name_len,
77 const char *name, int name_len,
/kernel/linux/linux-5.10/fs/ext2/
H A Dxattr.h36 __u8 e_name_len; /* length of name */
37 __u8 e_name_index; /* attribute name index */
41 __le32 e_hash; /* hash value of name and value */
42 char e_name[]; /* attribute name */
81 const char *name, void *buffer, size_t size) in ext2_xattr_get()
87 ext2_xattr_set(struct inode *inode, int name_index, const char *name, in ext2_xattr_set() argument
80 ext2_xattr_get(struct inode *inode, int name_index, const char *name, void *buffer, size_t size) ext2_xattr_get() argument

Completed in 28 milliseconds

1...<<771772773774775776777778779780>>...2365