/linux-4.1.27/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 290 struct snd_usX2Y_substream *subs, struct urb *urb) in usX2Y_error_urb_status() 299 struct snd_usX2Y_substream *subs = urb->context; in i_usX2Y_urb_complete() local 338 struct snd_usX2Y_substream *subs = usX2Y->subs[s]; in usX2Y_urbs_set_complete() local 356 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
|
/linux-4.1.27/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() 221 static int start_endpoints(struct snd_usb_substream *subs, bool can_sleep) in start_endpoints() 273 static void stop_endpoints(struct snd_usb_substream *subs, bool wait) in stop_endpoints() 316 static int set_sync_ep_implicit_fb_quirk(struct snd_usb_substream *subs, in set_sync_ep_implicit_fb_quirk() 378 static int set_sync_endpoint(struct snd_usb_substream *subs, in set_sync_endpoint() 452 static int set_format(struct snd_usb_substream *subs, struct audioformat *fmt) in set_format() 536 static int match_endpoint_audioformats(struct snd_usb_substream *subs, in match_endpoint_audioformats() 582 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() 325 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 | 1070 static void set_format_emu_quirk(struct snd_usb_substream *subs, in set_format_emu_quirk() 1108 void snd_usb_set_format_quirk(struct snd_usb_substream *subs, in snd_usb_set_format_quirk() 1159 int snd_usb_select_mode_quirk(struct snd_usb_substream *subs, in snd_usb_select_mode_quirk()
|
D | card.c | 120 struct snd_usb_substream *subs; in snd_usb_stream_disconnect() local
|
D | card.h | 42 struct snd_usb_substream *subs; member
|
/linux-4.1.27/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()
|
/linux-4.1.27/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 …]
|
/linux-4.1.27/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 …]
|
/linux-4.1.27/sound/isa/sb/ |
D | emu8000_pcm.c | 227 static int emu8k_pcm_open(struct snd_pcm_substream *subs) in emu8k_pcm_open() 255 static int emu8k_pcm_close(struct snd_pcm_substream *subs) in emu8k_pcm_close() 384 static int emu8k_pcm_trigger(struct snd_pcm_substream *subs, int cmd) in emu8k_pcm_trigger() 441 static int emu8k_pcm_copy(struct snd_pcm_substream *subs, in emu8k_pcm_copy() 479 static int emu8k_pcm_silence(struct snd_pcm_substream *subs, in emu8k_pcm_silence() 507 static int emu8k_pcm_copy(struct snd_pcm_substream *subs, in emu8k_pcm_copy() 540 static int emu8k_pcm_silence(struct snd_pcm_substream *subs, in emu8k_pcm_silence() 568 static int emu8k_pcm_hw_params(struct snd_pcm_substream *subs, in emu8k_pcm_hw_params() 593 static int emu8k_pcm_hw_free(struct snd_pcm_substream *subs) in emu8k_pcm_hw_free() 611 static int emu8k_pcm_prepare(struct snd_pcm_substream *subs) in emu8k_pcm_prepare() [all …]
|
/linux-4.1.27/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()
|
/linux-4.1.27/sound/core/seq/ |
D | seq_ports.c | 228 struct snd_seq_subscribers *subs; in clear_subscriber_list() local 485 struct snd_seq_subscribers *subs, in check_and_subscribe_port() 534 struct snd_seq_subscribers *subs, in delete_and_unsubscribe_port() 564 struct snd_seq_subscribers *subs; in snd_seq_port_connect() local 609 struct snd_seq_subscribers *subs; in snd_seq_port_disconnect() local
|
D | seq_clientmgr.c | 662 struct snd_seq_subscribers *subs; in deliver_to_subscribers() local 1393 struct snd_seq_port_subscribe *subs) in check_subscription_permission() 1448 struct snd_seq_port_subscribe subs; in snd_seq_ioctl_subscribe_port() local 1493 struct snd_seq_port_subscribe subs; in snd_seq_ioctl_unsubscribe_port() local 1988 struct snd_seq_port_subscribe subs; in snd_seq_ioctl_get_subscription() local 2028 struct snd_seq_query_subs subs; in snd_seq_ioctl_query_subs() local
|
/linux-4.1.27/sound/pci/pcxhr/ |
D | pcxhr.c | 640 struct snd_pcm_substream *subs = stream->substream; in pcxhr_update_r_buffer() local 838 static int pcxhr_trigger(struct snd_pcm_substream *subs, int cmd) in pcxhr_trigger() 914 static int pcxhr_prepare(struct snd_pcm_substream *subs) in pcxhr_prepare() 950 static int pcxhr_hw_params(struct snd_pcm_substream *subs, in pcxhr_hw_params() 979 static int pcxhr_hw_free(struct snd_pcm_substream *subs) in pcxhr_hw_free() 1016 static int pcxhr_open(struct snd_pcm_substream *subs) in pcxhr_open() 1102 static int pcxhr_close(struct snd_pcm_substream *subs) in pcxhr_close() 1128 static snd_pcm_uframes_t pcxhr_stream_pointer(struct snd_pcm_substream *subs) in pcxhr_stream_pointer()
|
/linux-4.1.27/drivers/media/pci/cx18/ |
D | cx18-alsa-pcm.c | 231 static int snd_pcm_alloc_vmalloc_buffer(struct snd_pcm_substream *subs, in snd_pcm_alloc_vmalloc_buffer() 306 static struct page *snd_pcm_get_vmalloc_page(struct snd_pcm_substream *subs, in snd_pcm_get_vmalloc_page()
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
D | ivtv-alsa-pcm.c | 238 static int snd_pcm_alloc_vmalloc_buffer(struct snd_pcm_substream *subs, in snd_pcm_alloc_vmalloc_buffer() 313 static struct page *snd_pcm_get_vmalloc_page(struct snd_pcm_substream *subs, in snd_pcm_get_vmalloc_page()
|
/linux-4.1.27/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 …]
|
D | cmipci.c | 1203 static void setup_ac3(struct cmipci *cm, struct snd_pcm_substream *subs, int do_ac3, int rate) in setup_ac3() 1250 static int setup_spdif_playback(struct cmipci *cm, struct snd_pcm_substream *subs, int up, int do_a… in setup_spdif_playback() 1427 static int snd_cmipci_capture_spdif_hw_free(struct snd_pcm_substream *subs) in snd_cmipci_capture_spdif_hw_free() 1611 static int open_device_check(struct cmipci *cm, int mode, struct snd_pcm_substream *subs) in open_device_check()
|
D | es1968.c | 1868 struct snd_pcm_substream *subs = es->substream; in snd_es1968_update_pcm() local
|
D | intel8x0.c | 2762 struct snd_pcm_substream *subs; in intel8x0_measure_ac97_clock() local
|
/linux-4.1.27/sound/firewire/dice/ |
D | dice-midi.c | 96 struct snd_rawmidi_substream *subs; in set_midi_substream_names() local
|
/linux-4.1.27/drivers/media/usb/cx231xx/ |
D | cx231xx-audio.c | 390 static int snd_pcm_alloc_vmalloc_buffer(struct snd_pcm_substream *subs, in snd_pcm_alloc_vmalloc_buffer() 627 static struct page *snd_pcm_get_vmalloc_page(struct snd_pcm_substream *subs, in snd_pcm_get_vmalloc_page()
|
/linux-4.1.27/sound/firewire/fireworks/ |
D | fireworks_midi.c | 117 struct snd_rawmidi_substream *subs; in set_midi_substream_names() local
|
/linux-4.1.27/sound/firewire/bebob/ |
D | bebob_midi.c | 116 struct snd_rawmidi_substream *subs; in set_midi_substream_names() local
|
/linux-4.1.27/sound/firewire/oxfw/ |
D | oxfw-midi.c | 134 struct snd_rawmidi_substream *subs; in set_midi_substream_names() local
|
/linux-4.1.27/sound/core/seq/oss/ |
D | seq_oss_midi.c | 330 struct snd_seq_port_subscribe subs; in snd_seq_oss_midi_open() local 396 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
|
/linux-4.1.27/drivers/media/usb/em28xx/ |
D | em28xx-audio.c | 197 static int snd_pcm_alloc_vmalloc_buffer(struct snd_pcm_substream *subs, in snd_pcm_alloc_vmalloc_buffer() 468 static struct page *snd_pcm_get_vmalloc_page(struct snd_pcm_substream *subs, in snd_pcm_get_vmalloc_page()
|
/linux-4.1.27/sound/soc/kirkwood/ |
D | kirkwood-dma.c | 24 static struct kirkwood_dma_data *kirkwood_priv(struct snd_pcm_substream *subs) in kirkwood_priv()
|
/linux-4.1.27/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()
|
/linux-4.1.27/drivers/media/usb/tm6000/ |
D | tm6000-alsa.c | 380 static struct page *snd_pcm_get_vmalloc_page(struct snd_pcm_substream *subs, in snd_pcm_get_vmalloc_page()
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_ioctl.h | 80 unsigned int subs; member
|
/linux-4.1.27/sound/usb/misc/ |
D | ua101.c | 879 static snd_pcm_uframes_t capture_pcm_pointer(struct snd_pcm_substream *subs) in capture_pcm_pointer() 886 static snd_pcm_uframes_t playback_pcm_pointer(struct snd_pcm_substream *subs) in playback_pcm_pointer()
|
/linux-4.1.27/sound/pci/ymfpci/ |
D | ymfpci_main.c | 336 unsigned int subs = ypcm->substream->number; in snd_ymfpci_pcm_interrupt() local 1742 unsigned int subs = kcontrol->id.subdevice; in snd_ymfpci_pcm_vol_get() local 1753 unsigned int subs = kcontrol->id.subdevice; in snd_ymfpci_pcm_vol_put() local
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | bttv.h | 208 struct list_head subs; /* struct bttv_sub_device */ member
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_codec.h | 112 unsigned int subs; member
|
/linux-4.1.27/drivers/media/platform/s5p-jpeg/ |
D | jpeg-core.c | 549 enum v4l2_jpeg_chroma_subsampling subs, in s5p_jpeg_adjust_fourcc_to_subsampling()
|