/kernel/linux/linux-5.10/scripts/ |
H A D | headerdep.pl | 61 # Get a file name that is relative to our include paths 75 # Search for the file name in the list of include paths 146 my $name = $top->[-1]->[1]; 148 for my $dep (@{$deps{$name}}) {
|
/kernel/linux/linux-5.10/sound/aoa/codecs/ |
H A D | toonie.c | 129 strlcpy(toonie->codec.name, "toonie", sizeof(toonie->codec.name)); in toonie_init()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm8782.c | 37 .name = "wm8782", 139 .name = "wm8782",
|
H A D | max98357a.c | 104 .name = "HiFi", 175 .name = "max98357a",
|
H A D | pcm3008.c | 80 .name = "pcm3008-hifi", 156 .name = "pcm3008-codec",
|
H A D | rt1015p.c | 99 .name = "HiFi", 140 .name = "rt1015p",
|
/kernel/linux/linux-5.10/tools/lib/traceevent/plugins/ |
H A D | plugin_futex.c | 27 const char *name; member 100 trace_seq_printf(s, "op=%s", fop->name); in futex_handler()
|
/kernel/linux/linux-5.10/sound/soc/intel/boards/ |
H A D | sof_sdw_rt711_sdca.c | 143 dai_link->codecs[0].name); in sof_sdw_rt711_sdca_exit() 167 ret = rt711_sdca_add_codec_device_props(dai_links->codecs[0].name); in sof_sdw_rt711_sdca_init()
|
H A D | sof_sdw_rt711.c | 143 dai_link->codecs[0].name); in sof_sdw_rt711_exit() 167 ret = rt711_add_codec_device_props(dai_links->codecs[0].name); in sof_sdw_rt711_init()
|
/kernel/linux/linux-5.10/sound/soc/ |
H A D | soc-utils.c | 110 .name = "snd-soc-dummy-dai", 151 .name = "snd-soc-dummy",
|
/kernel/linux/linux-5.10/tools/iio/ |
H A D | Makefile | 60 find $(if $(OUTPUT),$(OUTPUT),.) -name '*.o' -delete -o -name '\.*.d' -delete
|
/kernel/linux/linux-5.10/sound/soc/qcom/ |
H A D | storm.c | 62 .name = "Primary", 103 dev_err(&pdev->dev, "error parsing card name: %d\n", ret); in storm_platform_probe() 134 .name = "storm-audio",
|
/kernel/linux/linux-5.10/tools/gpio/ |
H A D | Makefile | 81 find $(if $(OUTPUT),$(OUTPUT),.) -name '*.o' -delete -o -name '\.*.d' -delete
|
/kernel/linux/linux-5.10/sound/soc/samsung/ |
H A D | smdk_spdif.c | 151 .name = "S/PDIF", 158 .name = "SMDK-S/PDIF",
|
/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | bitmap.h | 10 #define DECLARE_BITMAP(name,bits) \ 11 unsigned long name[BITS_TO_LONGS(bits)]
|
/kernel/linux/linux-5.10/sound/soc/sh/ |
H A D | migor.c | 132 .name = "wm8978", 142 .name = "Migo-R",
|
/kernel/linux/linux-5.10/sound/soc/ti/ |
H A D | osk5912.c | 87 .name = "TLV320AIC23", 97 .name = "OSK5912",
|
/kernel/linux/linux-5.10/sound/usb/caiaq/ |
H A D | midi.c | 128 strlcpy(rmidi->name, device->product_name, sizeof(rmidi->name)); in snd_usb_caiaq_midi_init()
|
/kernel/linux/linux-5.10/tools/bootconfig/scripts/ |
H A D | ftrace.sh | 62 name=`echo $t | cut -d: -f1 | cut -d' ' -f1` 73 echo "!$name:$tr" > set_ftrace_filter
|
/kernel/linux/linux-5.10/tools/hv/ |
H A D | Makefile | 50 find $(if $(OUTPUT),$(OUTPUT),.) -name '*.o' -delete -o -name '\.*.d' -delete
|
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-log.c | 42 void intel_pt_log_set_name(const char *name) in intel_pt_log_set_name() argument 44 strncpy(log_name, name, MAX_LOG_NAME - 5); in intel_pt_log_set_name()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | dwarf-aux.h | 21 /* Get a line number and file name for given address */ 50 /* Get callsite file name of inlined function instance */ 108 /* Find a variable called 'name' at given address */ 109 Dwarf_Die *die_find_variable_at(Dwarf_Die *sp_die, const char *name, 112 /* Find a member called 'name' */ 113 Dwarf_Die *die_find_member(Dwarf_Die *st_die, const char *name, 116 /* Get the name of given variable DIE */ 119 /* Get the name and type of given variable DIE, stored as "type\tname" */
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | cache_lib.c | 44 cd->name, in nfs_cache_upcall() 122 ret = sunrpc_cache_register_pipefs(dir, cd->name, 0600, cd); in nfs_cache_register_sb()
|
/kernel/linux/linux-5.10/drivers/w1/slaves/ |
H A D | w1_ds2406.c | 101 .name = "state", 109 .name = "output",
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | inode.h | 100 extern struct inode *gfs2_lookupi(struct inode *dir, const struct qstr *name, 104 extern struct inode *gfs2_lookup_simple(struct inode *dip, const char *name);
|