Home
last modified time | relevance | path

Searched refs:name (Results 19051 - 19075 of 59456) sorted by relevance

1...<<761762763764765766767768769770>>...2379

/kernel/linux/linux-5.10/sound/soc/atmel/
H A Datmel-classd.c454 .name = "atmel-classd",
487 dai_link->name = "CLASSD"; in atmel_classd_asoc_card_init()
491 dai_link->codecs->name = "snd-soc-dummy"; in atmel_classd_asoc_card_init()
492 dai_link->platforms->name = dev_name(dev); in atmel_classd_asoc_card_init()
496 card->name = dd->pdata->card_name; in atmel_classd_asoc_card_init()
626 .name = "atmel-classd",
/kernel/linux/linux-5.10/sound/sh/
H A Daica.c54 .name = "AICA ARM CONTROL",
60 .name = "AICA Sound RAM",
420 strcpy(pcm->name, "AICA PCM"); in snd_aicapcmchip()
495 .name = "PCM Playback Switch",
504 .name = "PCM Playback Volume",
600 .name = SND_AICA_DRIVER,
/kernel/linux/linux-5.10/sound/drivers/
H A Dportman2x4.c564 strcpy(rmidi->name, CARD_NAME); in snd_portman_rawmidi_create()
577 /* name substreams */ in snd_portman_rawmidi_create()
582 sprintf(substream->name, in snd_portman_rawmidi_create()
590 sprintf(substream->name, in snd_portman_rawmidi_create()
671 if (strcmp(pardev->name, DRIVER_NAME)) in snd_portman_dev_probe()
678 .name = "portman2x4",
737 DRIVER_NAME, /* name */ in snd_portman_probe()
810 .name = PLATFORM_DRIVER,
/kernel/linux/linux-5.10/sound/pci/ice1712/
H A Drevo.c182 #define AK_DAC(xname,xch) { .name = xname, .num_channels = xch }
186 .name = "PCM Playback Volume",
217 .name = "PCM Capture Volume",
611 .name = "M Audio Revolution-7.1",
618 .name = "M Audio Revolution-5.1",
625 .name = "M Audio Audiophile192",
/kernel/linux/linux-5.10/sound/drivers/opl3/
H A Dopl3_synth.c204 inst.name, inst.extension, in snd_opl3_write()
235 * data is the pointer of SBI record _without_ header (key and name).
236 * name is the name string of the patch.
237 * ext is the extension data of 7 bytes long (stored in name of SBI
243 const char *name, in snd_opl3_load_patch()
292 if (name) in snd_opl3_load_patch()
293 strlcpy(patch->name, name, sizeof(patch->name)); in snd_opl3_load_patch()
241 snd_opl3_load_patch(struct snd_opl3 *opl3, int prog, int bank, int type, const char *name, const unsigned char *ext, const unsigned char *data) snd_opl3_load_patch() argument
[all...]
/kernel/linux/linux-5.10/security/tomoyo/
H A Dgc.c167 tomoyo_put_name_union(&entry->name); in tomoyo_del_acl()
182 tomoyo_put_name_union(&entry->name); in tomoyo_del_acl()
190 tomoyo_put_name_union(&entry->name); in tomoyo_del_acl()
228 tomoyo_put_name_union(&entry->name); in tomoyo_del_acl()
305 tomoyo_put_name(envp->name); in tomoyo_del_condition()
439 head.list)->entry.name)) in tomoyo_try_to_gc()
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dmax9867.c57 if (!strcmp(w->name, "ADCL")) in max9867_adc_dac_event()
59 else if (!strcmp(w->name, "ADCR")) in max9867_adc_dac_event()
61 else if (!strcmp(w->name, "DACL")) in max9867_adc_dac_event()
63 else if (!strcmp(w->name, "DACR")) in max9867_adc_dac_event()
507 .name = "max9867-aif1",
660 .name = "max9867",
/kernel/linux/linux-5.10/sound/soc/fsl/
H A Dfsl_audmix.c203 .name = "Mixing Clock Source",
209 .name = "Output Source",
327 .name = "audmix-0",
350 .name = "audmix-1",
374 .name = "fsl-audmix-dai",
581 .name = "fsl-audmix",
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
H A Dskl-ssp-clk.c293 parent[i].hw = clk_hw_register_fixed_rate(dev, pclk[i].name, in skl_register_parent_clks()
300 parent[i].lookup = clkdev_hw_create(parent[i].hw, pclk[i].name, in skl_register_parent_clks()
328 init.name = clk->name; in register_skl_clk()
343 clkdev->lookup = clkdev_hw_create(&clkdev->hw, init.name, NULL); in register_skl_clk()
418 .name = "skl-ssp-clk",
/kernel/linux/linux-5.10/sound/usb/line6/
H A Dpcm.c427 .name = "PCM Playback Volume",
434 .name = "Impulse Response Volume",
441 .name = "Impulse Response Period",
484 err = snd_pcm_new(line6->card, (char *)line6->properties->name, in snd_line6_new_pcm()
489 strcpy(pcm->name, line6->properties->name); in snd_line6_new_pcm()
/kernel/linux/linux-5.10/tools/perf/util/arm-spe-decoder/
H A Darm-spe-pkt-decoder.c279 const char *name = arm_spe_pkt_name(packet->type); in arm_spe_pkt_desc() local
285 return snprintf(buf, buf_len, "%s", name); in arm_spe_pkt_desc()
419 return snprintf(buf, buf_len, "%s %lld", name, payload); in arm_spe_pkt_desc()
436 return snprintf(buf, buf_len, "%s 0x%lx el%d", name, in arm_spe_pkt_desc()
441 ret = snprintf(buf, buf_len, "%s %d ", name, in arm_spe_pkt_desc()
461 name, payload, packet->index); in arm_spe_pkt_desc()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dthread_map.c36 char name[256]; in thread_map__new_by_pid() local
41 sprintf(name, "/proc/%d/task", pid); in thread_map__new_by_pid()
42 items = scandir(name, &namelist, filter, NULL); in thread_map__new_by_pid()
184 char name[256]; in thread_map__new_by_pid_str() local
207 sprintf(name, "/proc/%d/task", pid); in thread_map__new_by_pid_str()
208 items = scandir(name, &namelist, filter, NULL); in thread_map__new_by_pid_str()
354 * The comm name is like extra bonus ;-), in comm_init()
358 pr_warning("Couldn't resolve comm name for pid %d\n", pid); in comm_init()
/kernel/linux/linux-5.10/tools/testing/kunit/
H A Dkunit_tool_test.py204 self.assertEqual('kunit-resource-test', result.suites[0].name)
214 self.assertEqual('kunit-resource-test', result.suites[0].name)
224 self.assertEqual('kunit-resource-test', result.suites[0].name)
233 self.assertEqual('kunit-resource-test', result.suites[0].name)
242 self.assertEqual('kunit-resource-test', result.suites[0].name)
251 self.assertEqual('kunit-resource-test', result.suites[0].name)
269 {'name': 'example_simple_test', 'status': 'FAIL'},
276 {'name': 'example_simple_test', 'status': 'ERROR'},
/kernel/linux/linux-5.10/fs/hfsplus/
H A Dhfsplus_fs.h379 u32 cnid, const char *name);
382 int hfsplus_find_attr(struct super_block *sb, u32 cnid, const char *name,
384 int hfsplus_attr_exists(struct inode *inode, const char *name);
385 int hfsplus_create_attr(struct inode *inode, const char *name,
387 int hfsplus_delete_attr(struct inode *inode, const char *name);
531 const char *str, const struct qstr *name);
/kernel/linux/linux-5.10/drivers/virtio/
H A Dvirtio_input.c14 char name[64]; member
234 vi->name, min(size, sizeof(vi->name))); in virtinput_probe()
241 vi->idev->name = vi->name; in virtinput_probe()
372 .driver.name = KBUILD_MODNAME,
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_probe.h43 #define DEFINE_FIELD(type, item, name, is_signed) \
45 ret = trace_define_field(event_call, #type, name, \
133 const char *name; /* Name of type */ member
180 {.name = _name, \
219 const char *name; /* Name of this argument */ member
374 create_local_trace_uprobe(char *name, unsigned long offs,
395 C(NO_GROUP_NAME, "Group name is not specified"), \
396 C(GROUP_TOO_LONG, "Group name is too long"), \
397 C(BAD_GROUP_NAME, "Group name must follow the same rules as C identifiers"), \
398 C(NO_EVENT_NAME, "Event name i
[all...]
/kernel/linux/linux-5.10/fs/pstore/
H A Dinode.c346 char name[PSTORE_NAMELEN]; in pstore_mkfile() local
369 scnprintf(name, sizeof(name), "%s-%s-%llu%s", in pstore_mkfile()
371 record->psi->name, record->id, in pstore_mkfile()
378 dentry = d_alloc_name(root, name); in pstore_mkfile()
480 .name = "pstore",
/kernel/linux/linux-5.10/fs/reiserfs/
H A Ditem_ops.c377 char *name; in direntry_print_item() local
389 name = item + deh_location(deh); in direntry_print_item()
390 if (name[namelen - 1] == 0) in direntry_print_item()
391 namelen = strlen(name); in direntry_print_item()
394 strncpy(namebuf + 1, name, sizeof(namebuf) - 3); in direntry_print_item()
398 memcpy(namebuf + 1, name, namelen); in direntry_print_item()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dattr.c110 unsigned char *name, in xchk_xattr_listent()
131 /* Does this name make sense? */ in xchk_xattr_listent()
132 if (!xfs_attr_namecheck(name, namelen)) { in xchk_xattr_listent()
155 args.name = name; in xchk_xattr_listent()
157 args.hashval = xfs_da_hashname(args.name, args.namelen); in xchk_xattr_listent()
239 * Returns the number of bytes used for the name/value data.
276 /* Check the name information. */ in xchk_xattr_entry()
462 calc_hash = xfs_da_hashname(rentry->name, rentry->namelen); in xchk_xattr_rec()
502 * Look up every xattr in this file by name in xchk_xattr()
107 xchk_xattr_listent( struct xfs_attr_list_context *context, int flags, unsigned char *name, int namelen, int valuelen) xchk_xattr_listent() argument
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_dir2_readdir.c121 !xfs_dir2_namecheck(sfep->name, in xfs_dir2_sf_getdents()
124 if (!dir_emit(ctx, (char *)sfep->name, sfep->namelen, ino, in xfs_dir2_sf_getdents()
212 !xfs_dir2_namecheck(dep->name, in xfs_dir2_block_getdents()
217 if (!dir_emit(ctx, (char *)dep->name, dep->namelen, in xfs_dir2_block_getdents()
465 !xfs_dir2_namecheck(dep->name, in xfs_dir2_leaf_getdents()
470 if (!dir_emit(ctx, (char *)dep->name, dep->namelen, in xfs_dir2_leaf_getdents()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_log.c38 if (!strncasecmp(str_logger, log->name, strlen(log->name))) in __find_logger()
134 if (__find_logger(pf, logger->name) == NULL) { in nf_log_bind_pf()
368 seq_printf(s, "%2lld %s (", *pos, logger->name); in seq_show()
378 seq_puts(s, logger->name); in seq_show()
459 strlcpy(buf, logger->name, sizeof(buf)); in nf_log_proc_dostring()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dchan.c46 const char *name = nvkm_subdev_name[engine->subdev.index]; in nvkm_fifo_chan_child_fini() local
56 "detach %s failed, %d\n", name, ret); in nvkm_fifo_chan_child_fini()
67 nvif_trace(&chan->object, "detached %s\n", name); in nvkm_fifo_chan_child_fini()
79 const char *name = nvkm_subdev_name[engine->subdev.index]; in nvkm_fifo_chan_child_init() local
95 "attach %s failed, %d\n", name, ret); in nvkm_fifo_chan_child_init()
100 nvif_trace(&chan->object, "attached %s\n", name); in nvkm_fifo_chan_child_init()
H A Dnv04.c167 chid, chan ? chan->object.client->name : "unknown", in nv04_fifo_cache_error()
198 const char *name; in nv04_fifo_dma_pusher() local
201 name = chan ? chan->object.client->name : "unknown"; in nv04_fifo_dma_pusher()
211 chid, name, ho_get, dma_get, ho_put, dma_put, in nv04_fifo_dma_pusher()
226 chid, name, dma_get, dma_put, state, in nv04_fifo_dma_pusher()
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-bigbenff.c375 char *name; in bigben_probe() local
434 name = (void *)(&led[1]); in bigben_probe()
435 snprintf(name, name_sz, in bigben_probe()
439 led->name = name; in bigben_probe()
485 .name = "bigben",
/kernel/linux/linux-5.10/drivers/mfd/
H A Dipaq-micro.c364 { .name = "ipaq-micro-backlight", },
365 { .name = "ipaq-micro-battery", },
366 { .name = "ipaq-micro-keys", },
367 { .name = "ipaq-micro-ts", },
368 { .name = "ipaq-micro-leds", },
442 .name = "ipaq-h3xxx-micro",

Completed in 42 milliseconds

1...<<761762763764765766767768769770>>...2379