Home
last modified time | relevance | path

Searched refs:subname (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/pinctrl/mvebu/
H A Dpinctrl-mvebu.h87 const char *subname; member
161 .subname = _subname, \
H A Dpinctrl-mvebu.c210 if (curr->subname) in mvebu_pinconf_group_dbg_show()
211 seq_printf(s, "(%s)", curr->subname); in mvebu_pinconf_group_dbg_show()
236 if (grp->settings[n].subname) in mvebu_pinconf_group_dbg_show()
237 seq_printf(s, "(%s)", grp->settings[n].subname); in mvebu_pinconf_group_dbg_show()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/nasm/nasm/
H A D0002-Add-debug-prefix-map-option.patch275 - my ($subname, $arguments, $files) = ($1, $2, $3);
277 + my ($subname, $arguments, $files, $validate) = ($1, $2, $3, $4);
279 debugprint("$subname | $arguments | $files");
287 + print "Test $testname/$subname validation failed\n";
293 mkpath("$outputdir/$testname/$subname");
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/pysh/
H A Dpyshyacc.py431 subname = sube[0]
432 if subname=='io_redirect':
434 elif subname=='ASSIGNMENT_WORD':
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwm_adsp.c609 const char *subname; member
1415 kfree(ctl->subname); in wm_adsp_free_ctl_blk()
1422 const char *subname, unsigned int subname_len, in wm_adsp_create_control() argument
1442 subname = NULL; /* don't append subname */ in wm_adsp_create_control()
1456 if (subname) { in wm_adsp_create_control()
1468 " %.*s", subname_len - skip, subname + skip); in wm_adsp_create_control()
1489 if (subname) { in wm_adsp_create_control()
1491 ctl->subname = kmemdup(subname, in wm_adsp_create_control()
1492 strlen(subname) + 1, GFP_KERNEL); in wm_adsp_create_control()
1493 if (!ctl->subname) { in wm_adsp_create_control()
[all …]
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dblock.c2302 const char *subname, in mmc_blk_alloc_req() argument
2391 "mmcblk%u%s", card->host->index, subname ? subname : ""); in mmc_blk_alloc_req()
2450 const char *subname, in mmc_blk_alloc_part() argument
2457 subname, area_type); in mmc_blk_alloc_part()
2559 const char *subname) in mmc_blk_alloc_rpmb_part() argument
2578 "mmcblk%u%s", card->host->index, subname ? subname : ""); in mmc_blk_alloc_rpmb_part()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dasound.h334 unsigned char subname[32]; /* subdevice name */ member
634 unsigned char subname[32]; /* name of active or selected subdevice */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dasound.h334 unsigned char subname[32]; /* subdevice name */ member
634 unsigned char subname[32]; /* name of active or selected subdevice */ member
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h350 unsigned char subname[32]; /* subdevice name */ member
733 unsigned char subname[32]; /* name of active or selected subdevice */ member
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h350 unsigned char subname[32]; /* subdevice name */ member
733 unsigned char subname[32]; /* name of active or selected subdevice */ member
/OK3568_Linux_fs/kernel/drivers/staging/media/omap4iss/
H A Diss_csi2.c1254 static int csi2_init_entities(struct iss_csi2_device *csi2, const char *subname) in csi2_init_entities() argument
1264 snprintf(name, sizeof(name), "CSI2%s", subname); in csi2_init_entities()
/OK3568_Linux_fs/kernel/sound/core/seq/
H A Dseq_midi.c343 strcpy(port->name, info->subname); in snd_seq_midisynth_probe()
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm.c355 snd_iprintf(buffer, "subname: %s\n", info->subname); in snd_pcm_proc_info_read()
H A Drawmidi.c601 strcpy(info->subname, substream->name); in snd_rawmidi_info()
H A Dpcm_native.c218 strlcpy(info->subname, substream->name, sizeof(info->subname)); in snd_pcm_info()