/kernel/linux/linux-5.10/include/linux/ |
H A D | types.h | 10 #define DECLARE_BITMAP(name,bits) \ 11 unsigned long name[BITS_TO_LONGS(bits)]
|
H A D | tty_ldisc.h | 144 extern void __init_ldsem(struct ld_semaphore *sem, const char *name, 177 char *name; member
|
H A D | pci-epf.h | 112 * @name: the name of the PCI EPF device 125 const char *name; member 170 struct pci_epf *pci_epf_create(const char *name);
|
H A D | w1.h | 52 * @name: Device id is ascii. 67 unsigned char name[W1_MAXNAMELEN]; member 174 * @name: dynamically allocate bus name 202 unsigned char name[W1_MAXNAMELEN]; member
|
H A D | of_irq.h | 47 extern int of_irq_get_byname(struct device_node *dev, const char *name); 68 static inline int of_irq_get_byname(struct device_node *dev, const char *name) in of_irq_get_byname() argument
|
/kernel/linux/linux-5.10/sound/pci/au88x0/ |
H A D | au88x0_mpu401.c | 93 /* Overwrite MIDI name */ in snd_vortex_midi() 94 snprintf(rmidi->name, sizeof(rmidi->name), "%s MIDI %d", CARD_NAME_SHORT , vortex->card->number); in snd_vortex_midi()
|
/kernel/linux/linux-5.10/sound/ppc/ |
H A D | keywest.c | 48 if (strncmp(adapter->name, "mac-io", 6)) in keywest_attach_adapter() 99 .name = "PMac Keywest Audio",
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | cq93vc.c | 96 .name = "cq93vc-hifi", 145 .name = "cq93vc-codec",
|
H A D | ac97.c | 48 .name = "ac97-hifi", 138 .name = "ac97-codec",
|
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/sound/pcmcia/vx/ |
H A D | vxp_mixer.c | 63 .name = "Mic Capture Volume", 101 .name = "Mic Boost",
|
/kernel/linux/linux-5.10/sound/drivers/ |
H A D | virmidi.c | 101 strcpy(rmidi->name, "Virtual Raw MIDI"); in snd_virmidi_probe() 131 .name = SND_VIRMIDI_DRIVER,
|
/kernel/linux/linux-5.10/sound/pci/oxygen/ |
H A D | se6x.c | 62 if (!strncmp(template->name, "Master Playback ", 16)) in se6x_control_filter() 138 .name = KBUILD_MODNAME,
|
/kernel/linux/linux-5.10/sound/core/seq/ |
H A D | seq_dummy.c | 121 sprintf(pinfo.name, "Midi Through Port-%d:%c", idx, in create_port() 124 sprintf(pinfo.name, "Midi Through Port-%d", idx); in create_port()
|
H A D | seq_system.c | 129 strcpy(port->name, "Timer"); in snd_seq_system_client_init() 143 strcpy(port->name, "Announce"); in snd_seq_system_client_init()
|
/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/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
|