| /sound/firewire/ |
| D | cmp.c | 46 void cmp_error(struct cmp_connection *c, const char *fmt, ...) in cmp_error() 57 static u64 mpr_address(struct cmp_connection *c) in mpr_address() 65 static u64 pcr_address(struct cmp_connection *c) in pcr_address() 73 static int pcr_modify(struct cmp_connection *c, in pcr_modify() 74 __be32 (*modify)(struct cmp_connection *c, __be32 old), in pcr_modify() 75 int (*check)(struct cmp_connection *c, __be32 pcr), in pcr_modify() 120 int cmp_connection_init(struct cmp_connection *c, in cmp_connection_init() 160 int cmp_connection_check_used(struct cmp_connection *c, bool *used) in cmp_connection_check_used() 180 void cmp_connection_destroy(struct cmp_connection *c) in cmp_connection_destroy() 189 static __be32 ipcr_set_modify(struct cmp_connection *c, __be32 ipcr) in ipcr_set_modify() [all …]
|
| D | amdtp-am824.c | 156 unsigned int channels, remaining_frames, i, c; in write_pcm_s32() local 182 unsigned int channels, remaining_frames, i, c; in read_pcm_s32() local 205 unsigned int i, c, channels = p->pcm_channels; in write_pcm_silence() local
|
| /sound/aoa/soundbus/i2sbus/ |
| D | control.c | 22 int i2sbus_control_init(struct macio_dev* dev, struct i2sbus_control **c) in i2sbus_control_init() 34 void i2sbus_control_destroy(struct i2sbus_control *c) in i2sbus_control_destroy() 40 int i2sbus_control_add_dev(struct i2sbus_control *c, in i2sbus_control_add_dev() 74 void i2sbus_control_remove_dev(struct i2sbus_control *c, in i2sbus_control_remove_dev() 83 int i2sbus_control_enable(struct i2sbus_control *c, in i2sbus_control_enable() 110 int i2sbus_control_cell(struct i2sbus_control *c, in i2sbus_control_cell() 153 int i2sbus_control_clock(struct i2sbus_control *c, in i2sbus_control_clock()
|
| /sound/aoa/core/ |
| D | core.c | 24 static int attach_codec_to_fabric(struct aoa_codec *c) in attach_codec_to_fabric() 87 struct aoa_codec *c; in aoa_fabric_register() local 118 struct aoa_codec *c; in aoa_fabric_unregister() local
|
| /sound/drivers/ |
| D | mts64.c | 168 u8 c; in mts64_enable_readout() local 181 u8 c; in mts64_disable_readout() local 197 u8 c; in mts64_device_ready() local 276 static u8 mts64_map_midi_input(u8 c) in mts64_map_midi_input() 293 u8 c; in mts64_probe() local 341 u8 c = 0; in mts64_read_char() local 395 static void mts64_write_command(struct parport *p, u8 c) in mts64_write_command() 408 static void mts64_write_data(struct parport *p, u8 c) in mts64_write_data() 424 static void mts64_write_midi(struct mts64 *mts, u8 c, in mts64_write_midi()
|
| /sound/pci/echoaudio/ |
| D | echoaudio.c | 121 struct snd_interval *c = hw_param_interval(params, in hw_rule_capture_format_by_channels() local 149 struct snd_interval *c = hw_param_interval(params, in hw_rule_capture_channels_by_format() local 183 struct snd_interval *c = hw_param_interval(params, in hw_rule_playback_format_by_channels() local 218 struct snd_interval *c = hw_param_interval(params, in hw_rule_playback_channels_by_format() local 1007 int c; in snd_echo_output_gain_get() local 1019 int c, changed, gain; in snd_echo_output_gain_put() local 1088 int c; in snd_echo_input_gain_get() local 1100 int c, gain, changed; in snd_echo_input_gain_put() local 1157 int c; in snd_echo_output_nominal_get() local 1169 int c, changed; in snd_echo_output_nominal_put() local [all …]
|
| /sound/oss/dmasound/ |
| D | dmasound_q40.c | 132 u_char c; in q40_ctx_law() local 169 u_char c; in q40_ctx_s8() local 205 u_char c; in q40_ctx_u8() local 242 u_char c; in q40_ctc_law() local 281 u_char c; in q40_ctc_s8() local 320 u_char c; in q40_ctc_u8() local
|
| /sound/core/ |
| D | pcm_drm_eld.c | 32 const struct snd_interval *c; in eld_limit_rates() local 59 struct snd_interval *c = hw_param_interval(params, rule->var); in eld_limit_channels() local
|
| /sound/firewire/tascam/ |
| D | amdtp-tascam.c | 42 unsigned int channels, remaining_frames, i, c; in write_pcm_s32() local 67 unsigned int channels, remaining_frames, i, c; in read_pcm_s32() local 93 unsigned int channels, i, c; in write_pcm_silence() local
|
| /sound/firewire/fireface/ |
| D | amdtp-ff.c | 37 unsigned int channels, remaining_frames, i, c; in write_pcm_s32() local 62 unsigned int channels, remaining_frames, i, c; in read_pcm_s32() local 85 unsigned int i, c, channels = p->pcm_channels; in write_pcm_silence() local
|
| D | ff-pcm.c | 22 const struct snd_interval *c = in hw_rule_rate() local 45 struct snd_interval *c = in hw_rule_channels() local
|
| /sound/pci/riptide/ |
| D | riptide.c | 244 #define SEND_GETC(p,b,c) sendcmd(p,PARM|RESP,GETC,c,RET(b)) argument 247 #define SEND_RMEM(p,b,c,d) sendcmd(p,PARM|RESP,RMEM|BYTE1(b),LONG0(c),RET(d)) /* memory acc… argument 248 #define SEND_SMEM(p,b,c) sendcmd(p,PARM,SMEM|BYTE1(b),LONG0(c),RET(0)) /* memory access f… argument 249 #define SEND_WMEM(p,b,c) sendcmd(p,PARM,WMEM|BYTE1(b),LONG0(c),RET(0)) /* memory access f… argument 250 #define SEND_SDTM(p,b,c) sendcmd(p,PARM|RESP,SDTM|TRINIB1(b),0,RET(c)) /* memory access f… argument 253 #define SEND_SSTR(p,b,c) sendcmd(p,PARM,SSTR|BYTE3(b),LONG0(c),RET(0)) /* start stream */ argument 257 #define SEND_GPOS(p,b,c,d) sendcmd(p,PARM|RESP,GPOS,BYTE3(c)|BYTE2(b),RET(d)) /* get positi… argument 258 #define SEND_SETF(p,b,c,d,e,f,g) sendcmd(p,PARM,SETF|WORD1(b)|BYTE3(c),d|BYTE1(e)|BYTE2(f)|BYTE3(… argument 259 #define SEND_GSTS(p,b,c,d) sendcmd(p,PARM|RESP,GSTS,BYTE3(c)|BYTE2(b),RET(d)) argument 260 #define SEND_NGPOS(p,b,c,d) sendcmd(p,PARM|RESP,NGPOS,BYTE3(c)|BYTE2(b),RET(d)) argument [all …]
|
| /sound/soc/codecs/ |
| D | max98504.c | 110 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in max98504_pcm_rx_ev() local 126 static int max98504_component_probe(struct snd_soc_component *c) in max98504_component_probe() 160 static void max98504_component_remove(struct snd_soc_component *c) in max98504_component_remove()
|
| D | max9768.c | 46 struct snd_soc_component *c = snd_soc_kcontrol_component(kcontrol); in max9768_get_gpio() local 58 struct snd_soc_component *c = snd_soc_kcontrol_component(kcontrol); in max9768_set_gpio() local
|
| D | dio2125.c | 33 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in drv_event() local
|
| /sound/oss/ |
| D | midibuf.c | 134 int c = midi_out_buf[dev]->queue[midi_out_buf[dev]->head]; in midi_poll() local 263 int c, n, i; in MIDIbuf_write() local 317 int n, c = 0; in MIDIbuf_read() local
|
| D | bin2hex.c | 10 int c; in main() local
|
| D | hex2hex.c | 18 int l=0, c, i; in loadhex() local
|
| /sound/soc/intel/atom/ |
| D | sst-atom-controls.c | 163 struct snd_soc_component *c = snd_kcontrol_chip(kcontrol); in sst_slot_get() local 220 struct snd_soc_component *c = snd_soc_kcontrol_component(kcontrol); in sst_slot_put() local 513 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in sst_send_pipe_module_params() local 971 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in sst_set_be_modules() local 990 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in sst_set_media_path() local 1027 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in sst_set_media_loop() local 1379 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in sst_fill_module_list() local
|
| /sound/aoa/codecs/ |
| D | onyx.c | 65 #define codec_to_onyx(c) container_of(c, struct onyx, codec) argument 315 u8 c; in onyx_snd_mute_get() local 331 u8 v = 0, c = 0; in onyx_snd_mute_put() local 372 u8 c; in onyx_snd_single_bit_get() local 391 u8 v = 0, c = 0; in onyx_snd_single_bit_put() local
|
| /sound/firewire/digi00x/ |
| D | amdtp-dot.c | 151 unsigned int channels, remaining_frames, i, c; in write_pcm_s32() local 177 unsigned int channels, remaining_frames, i, c; in read_pcm_s32() local 201 unsigned int channels, i, c; in write_pcm_silence() local
|
| D | digi00x-pcm.c | 16 const struct snd_interval *c = in hw_rule_rate() local 38 struct snd_interval *c = in hw_rule_channels() local
|
| /sound/isa/sb/ |
| D | emu8000.c | 773 #define AWE_INIT1(c) EMU8000_CMD(2,c), DATA1 argument 774 #define AWE_INIT2(c) EMU8000_CMD(2,c), DATA2 argument 775 #define AWE_INIT3(c) EMU8000_CMD(3,c), DATA1 argument 776 #define AWE_INIT4(c) EMU8000_CMD(3,c), DATA2 argument
|
| /sound/firewire/motu/ |
| D | amdtp-motu.c | 126 unsigned int channels, remaining_frames, i, c; in read_pcm_s32() local 156 unsigned int channels, remaining_frames, i, c; in write_pcm_s32() local 186 unsigned int channels, i, c; in write_pcm_silence() local
|
| /sound/firewire/bebob/ |
| D | bebob_pcm.c | 17 const struct snd_interval *c = in hw_rule_rate() local 43 struct snd_interval *c = in hw_rule_channels() local
|