Searched refs:buflen (Results 1 – 7 of 7) sorted by relevance
/sound/aoa/soundbus/ |
D | core.c | 90 int tmp = env->buflen; in soundbus_uevent() 94 compat += env->buflen - tmp; in soundbus_uevent() 95 cplen -= env->buflen - tmp; in soundbus_uevent()
|
/sound/usb/ |
D | helper.c | 54 void *snd_usb_find_csint_desc(void *buffer, int buflen, void *after, u8 dsubtype) in snd_usb_find_csint_desc() argument 58 while ((p = snd_usb_find_desc(buffer, buflen, p, in snd_usb_find_csint_desc()
|
D | mixer.c | 69 unsigned int buflen; member 116 check_mapped_name(const struct usbmix_name_map *p, char *buf, int buflen) in check_mapped_name() argument 123 buflen--; in check_mapped_name() 124 len = strscpy(buf, p->name, buflen); in check_mapped_name() 125 return len < 0 ? buflen : len; in check_mapped_name() 154 int index, char *buf, int buflen) in check_mapped_selector_name() argument 163 len = strscpy(buf, p->names[index], buflen); in check_mapped_selector_name() 164 return len < 0 ? buflen : len; in check_mapped_selector_name() 179 while ((hdr = snd_usb_find_desc(state->buffer, state->buflen, hdr, in find_audio_control_unit() 3189 state.buflen = mixer->hostif->extralen; in snd_usb_mixer_controls()
|
/sound/pci/hda/ |
D | hda_eld.c | 353 static void hdmi_print_pcm_rates(int pcm, char *buf, int buflen) in hdmi_print_pcm_rates() argument 363 j += scnprintf(buf + j, buflen - j, " %d", in hdmi_print_pcm_rates()
|
D | hda_local.h | 261 void snd_print_pcm_bits(int pcm, char *buf, int buflen); 723 void snd_print_channel_allocation(int spk_alloc, char *buf, int buflen);
|
D | hda_codec.c | 4017 void snd_print_pcm_bits(int pcm, char *buf, int buflen) in snd_print_pcm_bits() argument 4024 j += scnprintf(buf + j, buflen - j, " %d", bits[i]); in snd_print_pcm_bits()
|
/sound/hda/ |
D | hdmi_chmap.c | 247 void snd_hdac_print_channel_allocation(int spk_alloc, char *buf, int buflen) in snd_hdac_print_channel_allocation() argument 253 j += scnprintf(buf + j, buflen - j, " %s", in snd_hdac_print_channel_allocation()
|