/sound/usb/usx2y/ |
D | usbusx2yaudio.c | 71 static int usX2Y_urb_capt_retire(struct snd_usX2Y_substream *subs) in usX2Y_urb_capt_retire() 127 static int usX2Y_urb_play_prepare(struct snd_usX2Y_substream *subs, in usX2Y_urb_play_prepare() 182 static void usX2Y_urb_play_retire(struct snd_usX2Y_substream *subs, struct urb *urb) in usX2Y_urb_play_retire() 197 static int usX2Y_urb_submit(struct snd_usX2Y_substream *subs, struct urb *urb, int frame) in usX2Y_urb_submit() 266 struct snd_usX2Y_substream *subs = usX2Y->subs[s]; in usX2Y_clients_stop() local 273 struct snd_usX2Y_substream *subs = usX2Y->subs[s]; in usX2Y_clients_stop() local 295 struct snd_usX2Y_substream *subs, struct urb *urb) in usX2Y_error_urb_status() 304 struct snd_usX2Y_substream *subs = urb->context; in i_usX2Y_urb_complete() local 343 struct snd_usX2Y_substream *subs = usX2Y->subs[s]; in usX2Y_urbs_set_complete() local 361 struct snd_usX2Y_substream *subs = urb->context; in i_usX2Y_subs_startup() local [all …]
|
D | usx2yhwdeppcm.c | 62 static int usX2Y_usbpcm_urb_capt_retire(struct snd_usX2Y_substream *subs) in usX2Y_usbpcm_urb_capt_retire() 110 static int usX2Y_hwdep_urb_play_prepare(struct snd_usX2Y_substream *subs, in usX2Y_hwdep_urb_play_prepare() 149 static inline void usX2Y_usbpcm_urb_capt_iso_advance(struct snd_usX2Y_substream *subs, in usX2Y_usbpcm_urb_capt_iso_advance() 232 struct snd_usX2Y_substream *subs = urb->context; in i_usX2Y_usbpcm_urb_complete() local 275 static void usX2Y_usbpcm_urbs_release(struct snd_usX2Y_substream *subs) in usX2Y_usbpcm_urbs_release() 291 struct snd_usX2Y_substream *subs = urb->context; in i_usX2Y_usbpcm_subs_startup() local 312 static int usX2Y_usbpcm_urbs_allocate(struct snd_usX2Y_substream *subs) in usX2Y_usbpcm_urbs_allocate() 359 struct snd_usX2Y_substream *subs = runtime->private_data, in snd_usX2Y_usbpcm_hw_free() local 394 static void usX2Y_usbpcm_subs_startup(struct snd_usX2Y_substream *subs) in usX2Y_usbpcm_subs_startup() 403 static int usX2Y_usbpcm_urbs_start(struct snd_usX2Y_substream *subs) in usX2Y_usbpcm_urbs_start() [all …]
|
D | usbusx2y.h | 44 struct snd_usX2Y_substream *subs[4]; member
|
/sound/usb/ |
D | pcm.c | 43 snd_pcm_uframes_t snd_usb_pcm_delay(struct snd_usb_substream *subs, in snd_usb_pcm_delay() 79 struct snd_usb_substream *subs; in snd_usb_pcm_pointer() local 96 static struct audioformat *find_format(struct snd_usb_substream *subs) in find_format() 219 static int start_endpoints(struct snd_usb_substream *subs, bool can_sleep) in start_endpoints() 271 static void stop_endpoints(struct snd_usb_substream *subs, bool wait) in stop_endpoints() 314 static int set_sync_ep_implicit_fb_quirk(struct snd_usb_substream *subs, in set_sync_ep_implicit_fb_quirk() 376 static int set_sync_endpoint(struct snd_usb_substream *subs, in set_sync_endpoint() 450 static int set_format(struct snd_usb_substream *subs, struct audioformat *fmt) in set_format() 534 static int match_endpoint_audioformats(struct snd_usb_substream *subs, in match_endpoint_audioformats() 580 static int configure_sync_endpoint(struct snd_usb_substream *subs) in configure_sync_endpoint() [all …]
|
D | stream.c | 43 static void free_substream(struct snd_usb_substream *subs) in free_substream() 86 struct snd_usb_substream *subs = &as->substream[stream]; in snd_usb_init_substream() local 114 struct snd_usb_substream *subs = info->private_data; in usb_chmap_ctl_info() local 124 static bool have_dup_chmap(struct snd_usb_substream *subs, in have_dup_chmap() 143 struct snd_usb_substream *subs = info->private_data; in usb_chmap_ctl_tlv() local 186 struct snd_usb_substream *subs = info->private_data; in usb_chmap_ctl_get() local 203 struct snd_usb_substream *subs) in add_chmap() 327 struct snd_usb_substream *subs; in snd_usb_add_audio_stream() local
|
D | proc.c | 74 static void proc_dump_substream_formats(struct snd_usb_substream *subs, struct snd_info_buffer *buf… in proc_dump_substream_formats() 118 static void proc_dump_ep_status(struct snd_usb_substream *subs, in proc_dump_ep_status() 138 static void proc_dump_substream_status(struct snd_usb_substream *subs, struct snd_info_buffer *buff… in proc_dump_substream_status()
|
D | quirks.c | 1064 static void set_format_emu_quirk(struct snd_usb_substream *subs, in set_format_emu_quirk() 1102 void snd_usb_set_format_quirk(struct snd_usb_substream *subs, in snd_usb_set_format_quirk() 1155 int snd_usb_select_mode_quirk(struct snd_usb_substream *subs, in snd_usb_select_mode_quirk()
|
D | card.c | 121 struct snd_usb_substream *subs; in snd_usb_stream_disconnect() local
|
/sound/pcmcia/pdaudiocf/ |
D | pdaudiocf_pcm.c | 47 static int pdacf_pcm_trigger(struct snd_pcm_substream *subs, int cmd) in pdacf_pcm_trigger() 102 static int pdacf_pcm_hw_params(struct snd_pcm_substream *subs, in pdacf_pcm_hw_params() 112 static int pdacf_pcm_hw_free(struct snd_pcm_substream *subs) in pdacf_pcm_hw_free() 120 static int pdacf_pcm_prepare(struct snd_pcm_substream *subs) in pdacf_pcm_prepare() 227 static int pdacf_pcm_capture_open(struct snd_pcm_substream *subs) in pdacf_pcm_capture_open() 245 static int pdacf_pcm_capture_close(struct snd_pcm_substream *subs) in pdacf_pcm_capture_close() 260 static snd_pcm_uframes_t pdacf_pcm_capture_pointer(struct snd_pcm_substream *subs) in pdacf_pcm_capture_pointer()
|
/sound/ppc/ |
D | pmac.c | 127 static int snd_pmac_pcm_hw_params(struct snd_pcm_substream *subs, in snd_pmac_pcm_hw_params() 136 static int snd_pmac_pcm_hw_free(struct snd_pcm_substream *subs) in snd_pmac_pcm_hw_free() 211 …nd_pmac_pcm_prepare(struct snd_pmac *chip, struct pmac_stream *rec, struct snd_pcm_substream *subs) in snd_pmac_pcm_prepare() 276 struct snd_pcm_substream *subs, int cmd) in snd_pmac_pcm_trigger() 324 struct snd_pcm_substream *subs) in snd_pmac_pcm_pointer() 347 static int snd_pmac_playback_prepare(struct snd_pcm_substream *subs) in snd_pmac_playback_prepare() 353 static int snd_pmac_playback_trigger(struct snd_pcm_substream *subs, in snd_pmac_playback_trigger() 360 static snd_pcm_uframes_t snd_pmac_playback_pointer(struct snd_pcm_substream *subs) in snd_pmac_playback_pointer() 371 static int snd_pmac_capture_prepare(struct snd_pcm_substream *subs) in snd_pmac_capture_prepare() 377 static int snd_pmac_capture_trigger(struct snd_pcm_substream *subs, in snd_pmac_capture_trigger() [all …]
|
/sound/drivers/vx/ |
D | vx_pcm.c | 526 static int vx_pcm_playback_open(struct snd_pcm_substream *subs) in vx_pcm_playback_open() 570 static int vx_pcm_playback_close(struct snd_pcm_substream *subs) in vx_pcm_playback_close() 691 struct snd_pcm_substream *subs, in vx_pcm_playback_transfer() 711 struct snd_pcm_substream *subs, in vx_pcm_playback_update() 730 static int vx_pcm_trigger(struct snd_pcm_substream *subs, int cmd) in vx_pcm_trigger() 783 static snd_pcm_uframes_t vx_pcm_playback_pointer(struct snd_pcm_substream *subs) in vx_pcm_playback_pointer() 793 static int vx_pcm_hw_params(struct snd_pcm_substream *subs, in vx_pcm_hw_params() 803 static int vx_pcm_hw_free(struct snd_pcm_substream *subs) in vx_pcm_hw_free() 811 static int vx_pcm_prepare(struct snd_pcm_substream *subs) in vx_pcm_prepare() 917 static int vx_pcm_capture_open(struct snd_pcm_substream *subs) in vx_pcm_capture_open() [all …]
|
/sound/isa/sb/ |
D | emu8000_pcm.c | 228 static int emu8k_pcm_open(struct snd_pcm_substream *subs) in emu8k_pcm_open() 258 static int emu8k_pcm_close(struct snd_pcm_substream *subs) in emu8k_pcm_close() 388 static int emu8k_pcm_trigger(struct snd_pcm_substream *subs, int cmd) in emu8k_pcm_trigger() 445 static int emu8k_pcm_copy(struct snd_pcm_substream *subs, in emu8k_pcm_copy() 483 static int emu8k_pcm_silence(struct snd_pcm_substream *subs, in emu8k_pcm_silence() 511 static int emu8k_pcm_copy(struct snd_pcm_substream *subs, in emu8k_pcm_copy() 544 static int emu8k_pcm_silence(struct snd_pcm_substream *subs, in emu8k_pcm_silence() 572 static int emu8k_pcm_hw_params(struct snd_pcm_substream *subs, in emu8k_pcm_hw_params() 597 static int emu8k_pcm_hw_free(struct snd_pcm_substream *subs) in emu8k_pcm_hw_free() 615 static int emu8k_pcm_prepare(struct snd_pcm_substream *subs) in emu8k_pcm_prepare() [all …]
|
/sound/pci/mixart/ |
D | mixart.c | 429 static int snd_mixart_trigger(struct snd_pcm_substream *subs, int cmd) in snd_mixart_trigger() 490 static int snd_mixart_prepare(struct snd_pcm_substream *subs) in snd_mixart_prepare() 603 static int snd_mixart_hw_params(struct snd_pcm_substream *subs, in snd_mixart_hw_params() 665 static int snd_mixart_hw_free(struct snd_pcm_substream *subs) in snd_mixart_hw_free() 721 static int snd_mixart_playback_open(struct snd_pcm_substream *subs) in snd_mixart_playback_open() 800 static int snd_mixart_capture_open(struct snd_pcm_substream *subs) in snd_mixart_capture_open() 882 static int snd_mixart_close(struct snd_pcm_substream *subs) in snd_mixart_close() 915 static snd_pcm_uframes_t snd_mixart_stream_pointer(struct snd_pcm_substream *subs) in snd_mixart_stream_pointer()
|
/sound/core/seq/ |
D | seq_ports.c | 231 struct snd_seq_subscribers *subs; in clear_subscriber_list() local 491 struct snd_seq_subscribers *subs, in check_and_subscribe_port() 540 struct snd_seq_subscribers *subs, in delete_and_unsubscribe_port() 570 struct snd_seq_subscribers *subs; in snd_seq_port_connect() local 615 struct snd_seq_subscribers *subs; in snd_seq_port_disconnect() local
|
D | seq_clientmgr.c | 663 struct snd_seq_subscribers *subs; in deliver_to_subscribers() local 1399 struct snd_seq_port_subscribe *subs) in check_subscription_permission() 1454 struct snd_seq_port_subscribe subs; in snd_seq_ioctl_subscribe_port() local 1499 struct snd_seq_port_subscribe subs; in snd_seq_ioctl_unsubscribe_port() local 1994 struct snd_seq_port_subscribe subs; in snd_seq_ioctl_get_subscription() local 2034 struct snd_seq_query_subs subs; in snd_seq_ioctl_query_subs() local
|
/sound/pci/pcxhr/ |
D | pcxhr.c | 640 struct snd_pcm_substream *subs = stream->substream; in pcxhr_update_r_buffer() local 836 static int pcxhr_trigger(struct snd_pcm_substream *subs, int cmd) in pcxhr_trigger() 912 static int pcxhr_prepare(struct snd_pcm_substream *subs) in pcxhr_prepare() 948 static int pcxhr_hw_params(struct snd_pcm_substream *subs, in pcxhr_hw_params() 977 static int pcxhr_hw_free(struct snd_pcm_substream *subs) in pcxhr_hw_free() 1014 static int pcxhr_open(struct snd_pcm_substream *subs) in pcxhr_open() 1100 static int pcxhr_close(struct snd_pcm_substream *subs) in pcxhr_close() 1126 static snd_pcm_uframes_t pcxhr_stream_pointer(struct snd_pcm_substream *subs) in pcxhr_stream_pointer()
|
/sound/pci/ |
D | maestro3.c | 1061 struct snd_pcm_substream *subs) in snd_m3_pcm_start() 1088 struct snd_pcm_substream *subs) in snd_m3_pcm_stop() 1112 snd_m3_pcm_trigger(struct snd_pcm_substream *subs, int cmd) in snd_m3_pcm_trigger() 1150 snd_m3_pcm_setup1(struct snd_m3 *chip, struct m3_dma *s, struct snd_pcm_substream *subs) in snd_m3_pcm_setup1() 1303 struct snd_pcm_substream *subs) in snd_m3_playback_setup() 1369 snd_m3_capture_setup(struct snd_m3 *chip, struct m3_dma *s, struct snd_pcm_substream *subs) in snd_m3_capture_setup() 1425 snd_m3_pcm_prepare(struct snd_pcm_substream *subs) in snd_m3_pcm_prepare() 1461 snd_m3_get_pointer(struct snd_m3 *chip, struct m3_dma *s, struct snd_pcm_substream *subs) in snd_m3_get_pointer() 1486 snd_m3_pcm_pointer(struct snd_pcm_substream *subs) in snd_m3_pcm_pointer() 1506 struct snd_pcm_substream *subs = s->substream; in snd_m3_update_ptr() local [all …]
|
/sound/firewire/fireworks/ |
D | fireworks_midi.c | 117 struct snd_rawmidi_substream *subs; in set_midi_substream_names() local
|
/sound/firewire/bebob/ |
D | bebob_midi.c | 116 struct snd_rawmidi_substream *subs; in set_midi_substream_names() local
|
/sound/core/seq/oss/ |
D | seq_oss_midi.c | 333 struct snd_seq_port_subscribe subs; in snd_seq_oss_midi_open() local 399 struct snd_seq_port_subscribe subs; in snd_seq_oss_midi_close() local
|
D | seq_oss_init.c | 112 struct snd_seq_port_subscribe subs; in snd_seq_oss_create_client() local
|
/sound/soc/kirkwood/ |
D | kirkwood-dma.c | 24 static struct kirkwood_dma_data *kirkwood_priv(struct snd_pcm_substream *subs) in kirkwood_priv()
|
/sound/usb/caiaq/ |
D | audio.c | 93 all_substreams_zero(struct snd_pcm_substream **subs) in all_substreams_zero() 355 struct snd_pcm_substream **subs) in check_for_elapsed_periods()
|
/sound/usb/misc/ |
D | ua101.c | 889 static snd_pcm_uframes_t capture_pcm_pointer(struct snd_pcm_substream *subs) in capture_pcm_pointer() 896 static snd_pcm_uframes_t playback_pcm_pointer(struct snd_pcm_substream *subs) in playback_pcm_pointer()
|
/sound/pci/ymfpci/ |
D | ymfpci_main.c | 336 unsigned int subs = ypcm->substream->number; in snd_ymfpci_pcm_interrupt() local 1768 unsigned int subs = kcontrol->id.subdevice; in snd_ymfpci_pcm_vol_get() local 1779 unsigned int subs = kcontrol->id.subdevice; in snd_ymfpci_pcm_vol_put() local
|