/sound/oss/dmasound/ |
D | dmasound_atari.c | 161 ssize_t count, used; in ata_ct_law() local 167 used = count; in ata_ct_law() 175 *frameUsed += used; in ata_ct_law() 176 return used; in ata_ct_law() 184 ssize_t count, used; in ata_ct_s8() local 190 used = count; in ata_ct_s8() 193 *frameUsed += used; in ata_ct_s8() 194 return used; in ata_ct_s8() 202 ssize_t count, used; in ata_ct_u8() local 207 used = count; in ata_ct_u8() [all …]
|
D | dmasound_paula.c | 160 ssize_t count, used; in ami_ct_s8() local 165 used = count; in ami_ct_s8() 172 used = count*2; in ami_ct_s8() 180 *frameUsed += used; in ami_ct_s8() 181 return used; in ami_ct_s8() 194 ssize_t count, used; \ 199 used = count; \ 211 used = count*2; \ 223 *frameUsed += used; \ 224 return used; \ [all …]
|
D | dmasound_q40.c | 67 ssize_t count, used; in q40_ct_law() local 70 used = count = min_t(size_t, userCount, frameLeft); in q40_ct_law() 78 *frameUsed += used ; in q40_ct_law() 79 return used; in q40_ct_law() 87 ssize_t count, used; in q40_ct_s8() local 90 used = count = min_t(size_t, userCount, frameLeft); in q40_ct_s8() 98 *frameUsed += used; in q40_ct_s8() 99 return used; in q40_ct_s8() 106 ssize_t count, used; in q40_ct_u8() local 109 used = count = min_t(size_t, userCount, frameLeft); in q40_ct_u8() [all …]
|
/sound/firewire/digi00x/ |
D | amdtp-dot.c | 227 int used; in midi_ratelimit_per_packet() local 229 used = p->midi_fifo_used[port]; in midi_ratelimit_per_packet() 230 if (used == 0) in midi_ratelimit_per_packet() 233 used -= MIDI_BYTES_PER_SECOND * s->syt_interval; in midi_ratelimit_per_packet() 234 used = max(used, 0); in midi_ratelimit_per_packet() 235 p->midi_fifo_used[port] = used; in midi_ratelimit_per_packet() 237 return used < p->midi_fifo_limit; in midi_ratelimit_per_packet()
|
/sound/hda/ |
D | array.c | 23 if (array->used >= array->alloced) { in snd_array_new() 37 return snd_array_elem(array, array->used++); in snd_array_new() 48 array->used = 0; in snd_array_free()
|
/sound/firewire/ |
D | amdtp-am824.c | 276 int used; in midi_ratelimit_per_packet() local 278 used = p->midi_fifo_used[port]; in midi_ratelimit_per_packet() 279 if (used == 0) /* common shortcut */ in midi_ratelimit_per_packet() 282 used -= MIDI_BYTES_PER_SECOND * s->syt_interval; in midi_ratelimit_per_packet() 283 used = max(used, 0); in midi_ratelimit_per_packet() 284 p->midi_fifo_used[port] = used; in midi_ratelimit_per_packet() 286 return used < p->midi_fifo_limit; in midi_ratelimit_per_packet()
|
D | cmp.h | 42 int cmp_connection_check_used(struct cmp_connection *connection, bool *used);
|
/sound/pci/ctxfi/ |
D | ctvmem.c | 53 list_move(&entry->list, &vm->used); in get_vm_block() 65 list_add(&block->list, &vm->used); in get_vm_block() 201 INIT_LIST_HEAD(&vm->used); in ct_vm_create() 222 while (!list_empty(&vm->used)) { in ct_vm_destroy() 223 pos = vm->used.next; in ct_vm_destroy()
|
D | ctvmem.h | 46 struct list_head used; /* List of used blocks */ member
|
/sound/pci/hda/ |
D | hda_jack.c | 77 for (i = 0; i < codec->jacktbl.used; i++, jack++) in snd_hda_jack_tbl_get() 97 for (i = 0; i < codec->jacktbl.used; i++, jack++) in snd_hda_jack_tbl_get_from_tag() 120 jack->tag = codec->jacktbl.used; in snd_hda_jack_tbl_new() 129 for (i = 0; i < codec->jacktbl.used; i++, jack++) { in snd_hda_jack_tbl_clear() 187 for (i = 0; i < codec->jacktbl.used; i++, jack++) in snd_hda_jack_set_dirty_all() 326 for (i = 0; i < codec->jacktbl.used; i++, jack++) in snd_hda_jack_report_sync() 334 for (i = 0; i < codec->jacktbl.used; i++, jack++) in snd_hda_jack_report_sync() 586 for (i = 0; i < codec->jacktbl.used; i++, jack++) { in snd_hda_jack_poll_all()
|
/sound/synth/ |
D | util_mem.c | 116 hdr->used += units; in __snd_util_memblk_new() 144 hdr->used -= blk->size; in __snd_util_mem_free() 169 size = hdr->size - hdr->used; in snd_util_mem_avail()
|
/sound/drivers/opl4/ |
D | opl4_seq.c | 68 if (opl4->used) { in snd_opl4_seq_use() 72 opl4->used++; in snd_opl4_seq_use() 95 opl4->used--; in snd_opl4_seq_unuse()
|
/sound/isa/gus/ |
D | gus_mem.c | 275 unsigned int total, used; in snd_gf1_mem_info_read() local 291 used = 0; in snd_gf1_mem_info_read() 293 used += block->size; in snd_gf1_mem_info_read() 323 total, used, total - used); in snd_gf1_mem_info_read()
|
/sound/synth/emux/ |
D | emux_seq.c | 260 emu->used++; in __snd_emux_inc_count() 266 emu->used--; in __snd_emux_inc_count() 289 emu->used--; in __snd_emux_dec_count() 290 if (emu->used <= 0) in __snd_emux_dec_count()
|
/sound/soc/mediatek/ |
D | Kconfig | 11 that can be used with other codecs. 42 that can be used with other codecs. 62 that can be used with other codecs. 116 that can be used with other codecs.
|
/sound/firewire/tascam/ |
D | amdtp-tascam.c | 133 bool used = READ_ONCE(tscm->hwdep->used); in read_status_messages() local 145 if (used && index > 4 && index < 16) { in read_status_messages()
|
/sound/drivers/opl3/ |
D | opl3_seq.c | 44 if (hwdep->used) { in snd_opl3_synth_setup() 48 hwdep->used++; in snd_opl3_synth_setup() 85 hwdep->used--; in snd_opl3_synth_cleanup()
|
/sound/soc/uniphier/ |
D | Kconfig | 29 input and output that can be used with other codecs. 40 input and output that can be used with other codecs.
|
/sound/core/seq/ |
D | seq_memory.c | 254 int used; in snd_seq_cell_alloc() local 257 used = atomic_read(&pool->counter); in snd_seq_cell_alloc() 258 if (pool->max_used < used) in snd_seq_cell_alloc() 259 pool->max_used = used; in snd_seq_cell_alloc()
|
/sound/firewire/fireworks/ |
D | fireworks_stream.c | 107 bool used; in check_connection_used_by_others() local 115 err = cmp_connection_check_used(conn, &used); in check_connection_used_by_others() 116 if ((err >= 0) && used && !amdtp_stream_running(s)) { in check_connection_used_by_others()
|
/sound/soc/sof/intel/ |
D | hda-codec.c | 50 if (codec->jacktbl.used) in hda_codec_jack_wake_enable() 71 if (codec->jacktbl.used) in hda_codec_jack_check()
|
/sound/core/ |
D | hwdep.c | 97 if (hw->exclusive && hw->used > 0) { in snd_hwdep_open() 133 hw->used++; in snd_hwdep_open() 155 if (hw->used > 0) in snd_hwdep_release() 156 hw->used--; in snd_hwdep_release()
|
/sound/soc/sof/ |
D | Kconfig | 88 This option can be used to enable or disable individual SOF firmware 141 latency and therefore should be used for debug purposes only. 148 This option enables the IPC flood test which can be used to flood 174 avoid lockdeps if request_module is used in the probe.
|
/sound/soc/sprd/ |
D | Kconfig | 15 is used for sound stream transmission between audio subsystem
|
/sound/ |
D | Kconfig | 108 # AC97_BUS is used from both sound and ucb1400 112 This is used to avoid config and link hard dependencies between the
|