Home
last modified time | relevance | path

Searched defs:rme32 (Results 1 – 1 of 1) sorted by relevance

/linux/sound/pci/
H A Drme32.c178 struct rme32 { struct
222 #define RME32_ISWORKING(rme32) ((rme32)->wcreg & RME32_WCR_START) argument
223 #define RME32_PRO_WITH_8414(rme32) ((rme32)->pci->device == PCI_DEVICE_ID_RME_DIGI32_PRO && (rme32)->rev == RME32_PRO_REVISION_WITH_8414) argument
179 lockrme32 global() argument
180 irqrme32 global() argument
181 portrme32 global() argument
182 iobaserme32 global() argument
184 wcregrme32 global() argument
185 wcreg_spdifrme32 global() argument
186 wcreg_spdif_streamrme32 global() argument
187 rcregrme32 global() argument
189 revrme32 global() argument
213 capture_periodsizerme32 global() argument
235 snd_rme32_pcm_byteptr(struct rme32 * rme32) snd_rme32_pcm_byteptr() argument
246 struct rme32 *rme32 = snd_pcm_substream_chip(substream); snd_rme32_playback_silence() local
257 struct rme32 *rme32 = snd_pcm_substream_chip(substream); snd_rme32_playback_copy() local
270 struct rme32 *rme32 = snd_pcm_substream_chip(substream); snd_rme32_capture_copy() local
384 snd_rme32_reset_dac(struct rme32 * rme32) snd_rme32_reset_dac() argument
391 snd_rme32_playback_getrate(struct rme32 * rme32) snd_rme32_playback_getrate() argument
413 snd_rme32_capture_getrate(struct rme32 * rme32,int * is_adat) snd_rme32_capture_getrate() argument
474 snd_rme32_playback_setrate(struct rme32 * rme32,int rate) snd_rme32_playback_setrate() argument
530 snd_rme32_setclockmode(struct rme32 * rme32,int mode) snd_rme32_setclockmode() argument
560 snd_rme32_getclockmode(struct rme32 * rme32) snd_rme32_getclockmode() argument
566 snd_rme32_setinputtype(struct rme32 * rme32,int type) snd_rme32_setinputtype() argument
592 snd_rme32_getinputtype(struct rme32 * rme32) snd_rme32_getinputtype() argument
599 snd_rme32_setframelog(struct rme32 * rme32,int n_channels,int is_playback) snd_rme32_setframelog() argument
618 snd_rme32_setformat(struct rme32 * rme32,snd_pcm_format_t format) snd_rme32_setformat() argument
639 struct rme32 *rme32 = snd_pcm_substream_chip(substream); snd_rme32_playback_hw_params() local
696 struct rme32 *rme32 = snd_pcm_substream_chip(substream); snd_rme32_capture_hw_params() local
752 snd_rme32_pcm_start(struct rme32 * rme32,int from_pause) snd_rme32_pcm_start() argument
762 snd_rme32_pcm_stop(struct rme32 * rme32,int to_pause) snd_rme32_pcm_stop() argument
782 struct rme32 *rme32 = (struct rme32 *) dev_id; snd_rme32_interrupt() local
807 snd_rme32_set_buffer_constraint(struct rme32 * rme32,struct snd_pcm_runtime * runtime) snd_rme32_set_buffer_constraint() argument
822 struct rme32 *rme32 = snd_pcm_substream_chip(substream); snd_rme32_playback_spdif_open() local
867 struct rme32 *rme32 = snd_pcm_substream_chip(substream); snd_rme32_capture_spdif_open() local
907 struct rme32 *rme32 = snd_pcm_substream_chip(substream); snd_rme32_playback_adat_open() local
944 struct rme32 *rme32 = snd_pcm_substream_chip(substream); snd_rme32_capture_adat_open() local
977 struct rme32 *rme32 = snd_pcm_substream_chip(substream); snd_rme32_playback_close() local
996 struct rme32 *rme32 = snd_pcm_substream_chip(substream); snd_rme32_capture_close() local
1007 struct rme32 *rme32 = snd_pcm_substream_chip(substream); snd_rme32_playback_prepare() local
1026 struct rme32 *rme32 = snd_pcm_substream_chip(substream); snd_rme32_capture_prepare() local
1044 struct rme32 *rme32 = snd_pcm_substream_chip(substream); snd_rme32_pcm_trigger() local
1099 struct rme32 *rme32 = snd_pcm_substream_chip(substream); snd_rme32_playback_pointer() local
1106 struct rme32 *rme32 = snd_pcm_substream_chip(substream); snd_rme32_capture_pointer() local
1115 struct rme32 *rme32 = snd_pcm_substream_chip(substream); snd_rme32_pb_trans_copy() local
1122 struct rme32 *rme32 = snd_pcm_substream_chip(substream); snd_rme32_playback_fd_ack() local
1139 struct rme32 *rme32 = snd_pcm_substream_chip(substream); snd_rme32_cp_trans_copy() local
1147 struct rme32 *rme32 = snd_pcm_substream_chip(substream); snd_rme32_capture_fd_ack() local
1155 struct rme32 *rme32 = snd_pcm_substream_chip(substream); snd_rme32_playback_fd_pointer() local
1163 struct rme32 *rme32 = snd_pcm_substream_chip(substream); snd_rme32_capture_fd_pointer() local
1256 snd_rme32_free(struct rme32 * rme32) snd_rme32_free() argument
1264 struct rme32 *rme32 = (struct rme32 *) pcm->private_data; snd_rme32_free_spdif_pcm() local
1271 struct rme32 *rme32 = (struct rme32 *) pcm->private_data; snd_rme32_free_adat_pcm() local
1275 snd_rme32_create(struct rme32 * rme32) snd_rme32_create() argument
1408 struct rme32 *rme32 = (struct rme32 *) entry->private_data; snd_rme32_proc_read() local
1499 snd_rme32_proc_init(struct rme32 * rme32) snd_rme32_proc_init() argument
1514 struct rme32 *rme32 = snd_kcontrol_chip(kcontrol); snd_rme32_get_loopback_control() local
1526 struct rme32 *rme32 = snd_kcontrol_chip(kcontrol); snd_rme32_put_loopback_control() local
1548 struct rme32 *rme32 = snd_kcontrol_chip(kcontrol); snd_rme32_info_inputtype_control() local
1572 struct rme32 *rme32 = snd_kcontrol_chip(kcontrol); snd_rme32_get_inputtype_control() local
1601 struct rme32 *rme32 = snd_kcontrol_chip(kcontrol); snd_rme32_put_inputtype_control() local
1641 struct rme32 *rme32 = snd_kcontrol_chip(kcontrol); snd_rme32_get_clockmode_control() local
1652 struct rme32 *rme32 = snd_kcontrol_chip(kcontrol); snd_rme32_put_clockmode_control() local
1695 struct rme32 *rme32 = snd_kcontrol_chip(kcontrol); snd_rme32_control_spdif_get() local
1705 struct rme32 *rme32 = snd_kcontrol_chip(kcontrol); snd_rme32_control_spdif_put() local
1729 struct rme32 *rme32 = snd_kcontrol_chip(kcontrol); snd_rme32_control_spdif_stream_get() local
1740 struct rme32 *rme32 = snd_kcontrol_chip(kcontrol); snd_rme32_control_spdif_stream_put() local
1826 snd_rme32_create_switches(struct snd_card * card,struct rme32 * rme32) snd_rme32_create_switches() argument
1856 struct rme32 *rme32; __snd_rme32_probe() local
[all...]