Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/sound/synth/emux/
Demux_oss.c248 snd_emux_ioctl_seq_oss(struct snd_seq_oss_arg *arg, unsigned int cmd, unsigned long ioarg) in snd_emux_ioctl_seq_oss()
305 unsigned char cmd, *data; in snd_emux_event_oss_input() local
333 emuspec_control(struct snd_emux *emu, struct snd_emux_port *port, int cmd, in emuspec_control()
428 gusspec_control(struct snd_emux *emu, struct snd_emux_port *port, int cmd, in gusspec_control()
/sound/core/seq/oss/
Dseq_oss_event.h50 unsigned char cmd; member
58 unsigned char cmd; member
68 unsigned char cmd; member
78 unsigned char cmd; member
Dseq_oss.c181 odev_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in odev_ioctl()
191 static long odev_ioctl_compat(struct file *file, unsigned int cmd, in odev_ioctl_compat()
/sound/pci/hda/
Dhda_hwdep.c74 unsigned int cmd, unsigned long arg) in hda_hwdep_ioctl()
92 unsigned int cmd, unsigned long arg) in hda_hwdep_ioctl_compat()
/sound/soc/kirkwood/
Dkirkwood-i2s.c235 int cmd, struct snd_soc_dai *dai) in kirkwood_i2s_play_trigger()
323 int cmd, struct snd_soc_dai *dai) in kirkwood_i2s_rec_trigger()
388 static int kirkwood_i2s_trigger(struct snd_pcm_substream *substream, int cmd, in kirkwood_i2s_trigger()
/sound/hda/
Dhdac_device.c247 int snd_hdac_exec_verb(struct hdac_device *codec, unsigned int cmd, in snd_hdac_exec_verb()
270 unsigned int cmd = snd_hdac_make_cmd(codec, nid, verb, parm); in snd_hdac_read() local
284 unsigned int cmd; in _snd_hdac_read_parm() local
303 unsigned int cmd, val; in snd_hdac_read_parm_uncached() local
1013 unsigned int cmd = snd_hdac_make_cmd(hdac, nid, verb, parm); in codec_read() local
1025 unsigned int cmd = snd_hdac_make_cmd(hdac, nid, verb, parm); in codec_write() local
Dhdac_bus.c69 unsigned int cmd, unsigned int *res) in snd_hdac_bus_exec_verb()
89 unsigned int cmd, unsigned int *res) in snd_hdac_bus_exec_verb_unlocked()
/sound/oss/
Dsys_timer.c116 unsigned char cmd = event[1]; in def_tmr_event() local
185 static int def_tmr_ioctl(int dev, unsigned int cmd, void __user *arg) in def_tmr_ioctl()
Dwaveartist.c228 int nr_cmd, unsigned int *cmd, in waveartist_cmd()
303 waveartist_cmd1(struct wavnc_info *devc, unsigned int cmd) in waveartist_cmd1()
312 waveartist_cmd1_r(struct wavnc_info *devc, unsigned int cmd) in waveartist_cmd1_r()
326 waveartist_cmd2(struct wavnc_info *devc, unsigned int cmd, unsigned int arg) in waveartist_cmd2()
340 waveartist_cmd3(struct wavnc_info *devc, unsigned int cmd, in waveartist_cmd3()
356 unsigned int cmd = WACMD_GETREV; in waveartist_getrev() local
518 waveartist_ioctl(int dev, unsigned int cmd, void __user * arg) in waveartist_ioctl()
1142 waveartist_mixer_ioctl(int dev, unsigned int cmd, void __user * arg) in waveartist_mixer_ioctl()
1815 vnc_private_ioctl(int dev, unsigned int cmd, int __user * arg) in vnc_private_ioctl()
Dsound_timer.c115 unsigned char cmd = event[1]; in timer_event() local
181 static int timer_ioctl(int dev, unsigned int cmd, void __user *arg) in timer_ioctl()
Dsequencer.c445 #define cmd event_rec[2] in seq_chn_voice_event() macro
527 unsigned char cmd = event_rec[2]; in seq_chn_common_event() local
629 unsigned char cmd = event_rec[1]; in seq_timing_event() local
696 unsigned char cmd = event_rec[1]; in seq_local_event() local
1316 int sequencer_ioctl(int dev, struct file *file, unsigned int cmd, void __user *arg) in sequencer_ioctl()
/sound/firewire/bebob/
Dbebob_hwdep.c147 unsigned int cmd, unsigned long arg) in hwdep_ioctl()
166 unsigned int cmd, unsigned long arg) in hwdep_compat_ioctl()
/sound/firewire/dice/
Ddice-hwdep.c141 unsigned int cmd, unsigned long arg) in hwdep_ioctl()
159 unsigned int cmd, unsigned long arg) in hwdep_compat_ioctl()
/sound/firewire/digi00x/
Ddigi00x-hwdep.c149 unsigned int cmd, unsigned long arg) in hwdep_ioctl()
167 unsigned int cmd, unsigned long arg) in hwdep_compat_ioctl()
/sound/firewire/oxfw/
Doxfw-hwdep.c141 unsigned int cmd, unsigned long arg) in hwdep_ioctl()
159 unsigned int cmd, unsigned long arg) in hwdep_compat_ioctl()
/sound/core/seq/
Dseq_compat.c45 static int snd_seq_call_port_info_ioctl(struct snd_seq_client *client, unsigned int cmd, in snd_seq_call_port_info_ioctl()
88 static long snd_seq_ioctl_compat(struct file *file, unsigned int cmd, unsigned long arg) in snd_seq_ioctl_compat()
Dseq_midi_event.c367 unsigned int cmd, type; in snd_midi_event_decode() local
460 unsigned char cmd; in extra_decode_ctrl14() local
498 unsigned char cmd; in extra_decode_xrpn() local
/sound/firewire/motu/
Dmotu-hwdep.c148 unsigned int cmd, unsigned long arg) in hwdep_ioctl()
166 unsigned int cmd, unsigned long arg) in hwdep_compat_ioctl()
/sound/firewire/tascam/
Dtascam-hwdep.c139 unsigned int cmd, unsigned long arg) in hwdep_ioctl()
157 unsigned int cmd, unsigned long arg) in hwdep_compat_ioctl()
/sound/firewire/fireface/
Dff-hwdep.c141 unsigned int cmd, unsigned long arg) in hwdep_ioctl()
159 unsigned int cmd, unsigned long arg) in hwdep_compat_ioctl()
/sound/soc/sh/rcar/
Dcmd.c147 struct rsnd_cmd *cmd; in rsnd_cmd_probe() local
179 struct rsnd_cmd *cmd; in rsnd_cmd_remove() local
/sound/drivers/vx/
Dvx_core.c122 static int vx_transfer_end(struct vx_core *chip, int cmd) in vx_transfer_end()
368 int vx_send_rih_nolock(struct vx_core *chip, int cmd) in vx_send_rih_nolock()
405 int vx_send_rih(struct vx_core *chip, int cmd) in vx_send_rih()
Dvx_cmd.c100 void vx_init_rmh(struct vx_rmh *rmh, unsigned int cmd) in vx_init_rmh()
/sound/soc/intel/atom/
Dsst-atom-controls.c115 struct sst_param_sba_ssp_slot_map cmd; in sst_send_slot_map() local
268 struct sst_cmd_set_params *cmd; in sst_send_algo_cmd() local
403 struct sst_cmd_set_gain_dual cmd; in sst_send_gain_cmd() local
615 struct sst_cmd_set_swm cmd; in sst_swm_mixer_event() local
735 struct sst_cmd_generic cmd; in sst_handle_vb_timer() local
989 struct sst_cmd_set_media_path cmd; in sst_set_media_path() local
1026 struct sst_cmd_sba_set_media_loop_map cmd; in sst_set_media_loop() local
/sound/aoa/soundbus/i2sbus/
Dpcm.c343 unsigned int cmd, stopaddr; in i2sbus_pcm_prepare() local
539 static int i2sbus_pcm_trigger(struct i2sbus_dev *i2sdev, int in, int cmd) in i2sbus_pcm_trigger()
758 static int i2sbus_playback_trigger(struct snd_pcm_substream *substream, int cmd) in i2sbus_playback_trigger()
828 static int i2sbus_record_trigger(struct snd_pcm_substream *substream, int cmd) in i2sbus_record_trigger()

12345678910>>...13