Home
last modified time | relevance | path

Searched refs:used (Results 1 – 25 of 46) sorted by relevance

12

/sound/oss/dmasound/
Ddmasound_atari.c160 ssize_t count, used; in ata_ct_law() local
166 used = count; in ata_ct_law()
174 *frameUsed += used; in ata_ct_law()
175 return used; in ata_ct_law()
183 ssize_t count, used; in ata_ct_s8() local
189 used = count; in ata_ct_s8()
192 *frameUsed += used; in ata_ct_s8()
193 return used; in ata_ct_s8()
201 ssize_t count, used; in ata_ct_u8() local
206 used = count; in ata_ct_u8()
[all …]
Ddmasound_paula.c159 ssize_t count, used; in ami_ct_s8() local
164 used = count; in ami_ct_s8()
171 used = count*2; in ami_ct_s8()
179 *frameUsed += used; in ami_ct_s8()
180 return used; in ami_ct_s8()
193 ssize_t count, used; \
198 used = count; \
210 used = count*2; \
222 *frameUsed += used; \
223 return used; \
[all …]
Ddmasound_q40.c66 ssize_t count, used; in q40_ct_law() local
69 used = count = min_t(size_t, userCount, frameLeft); in q40_ct_law()
77 *frameUsed += used ; in q40_ct_law()
78 return used; in q40_ct_law()
86 ssize_t count, used; in q40_ct_s8() local
89 used = count = min_t(size_t, userCount, frameLeft); in q40_ct_s8()
97 *frameUsed += used; in q40_ct_s8()
98 return used; in q40_ct_s8()
105 ssize_t count, used; in q40_ct_u8() local
108 used = count = min_t(size_t, userCount, frameLeft); in q40_ct_u8()
[all …]
/sound/pci/hda/
Dhda_jack.c69 for (i = 0; i < codec->jacktbl.used; i++, jack++) in snd_hda_jack_tbl_get()
87 for (i = 0; i < codec->jacktbl.used; i++, jack++) in snd_hda_jack_tbl_get_from_tag()
108 jack->tag = codec->jacktbl.used; in snd_hda_jack_tbl_new()
117 for (i = 0; i < codec->jacktbl.used; i++, jack++) { in snd_hda_jack_tbl_clear()
174 for (i = 0; i < codec->jacktbl.used; i++, jack++) in snd_hda_jack_set_dirty_all()
298 for (i = 0; i < codec->jacktbl.used; i++, jack++) in snd_hda_jack_report_sync()
306 for (i = 0; i < codec->jacktbl.used; i++, jack++) in snd_hda_jack_report_sync()
408 for (i = 0; i < codec->jacktbl.used; i++, jack++) { in get_unique_index()
554 for (i = 0; i < codec->jacktbl.used; i++, jack++) { in snd_hda_jack_poll_all()
Dhda_sysfs.c85 for (i = 0; i < list->used; i++) { in pin_configs_show()
230 for (i = 0; i < codec->init_verbs.used; i++) { in init_verbs_show()
280 for (i = 0; i < codec->hints.used; i++) { in hints_show()
293 for (i = 0; i < codec->hints.used; i++) { in get_hint()
350 if (codec->hints.used >= MAX_HINTS) in parse_hints()
773 for (i = 0; i < codec->hints.used; i++) { in snd_hda_sysfs_clear()
DKconfig32 present in some NVIDIA Tegra SoCs, used to communicate audio
61 This interface can be used for out-of-band communication
77 driver. This interface is used to generate digital beeps.
Dhda_codec.c1107 for (i = 0; i < array->used; i++) { in look_up_pincfg()
1236 for (i = 0; i < codec->init_pins.used; i++) { in snd_hda_shutup_pins()
1255 for (i = 0; i < codec->init_pins.used; i++) { in restore_shutup_pins()
1313 for (i = 0; i < codec->cvt_setups.used; i++) { in get_hda_cvt_setup()
1773 for (i = 0; i < c->cvt_setups.used; i++) { in snd_hda_codec_setup_stream()
1838 for (i = 0; i < c->cvt_setups.used; i++) { in purify_inactive_streams()
1853 for (i = 0; i < codec->cvt_setups.used; i++) { in hda_cleanup_all_streams()
2293 for (i = 0; i < codec->amp_cache.buf.used; i++) { in snd_hda_codec_resume_amp()
2645 for (i = 0; i < codec->mixers.used; i++) in snd_hda_ctls_clear()
2774 for (i = 0; i < codec->mixers.used; i++) { in map_slaves()
[all …]
/sound/core/seq/
Dseq_device.c63 int used; /* reference counter */ member
157 ops->used++; in snd_seq_device_load_drivers()
162 ops->used--; in snd_seq_device_load_drivers()
376 ops->used = 1; in create_driver()
441 ops->used == 0 && ops->num_devices == 0) { in remove_drivers()
515 ops->used++; in find_driver()
529 ops->used--; in unlock_driver()
Dseq_memory.c264 int used; in snd_seq_cell_alloc() local
267 used = atomic_read(&pool->counter); in snd_seq_cell_alloc()
268 if (pool->max_used < used) in snd_seq_cell_alloc()
269 pool->max_used = used; in snd_seq_cell_alloc()
/sound/pci/ctxfi/
Dctvmem.c56 list_move(&entry->list, &vm->used); in get_vm_block()
68 list_add(&block->list, &vm->used); in get_vm_block()
208 INIT_LIST_HEAD(&vm->used); in ct_vm_create()
229 while (!list_empty(&vm->used)) { in ct_vm_destroy()
230 pos = vm->used.next; in ct_vm_destroy()
Dctvmem.h49 struct list_head used; /* List of used blocks */ member
/sound/synth/
Dutil_mem.c129 hdr->used += units; in __snd_util_memblk_new()
157 hdr->used -= blk->size; in __snd_util_mem_free()
182 size = hdr->size - hdr->used; in snd_util_mem_avail()
/sound/drivers/opl4/
Dopl4_seq.c68 if (opl4->used) { in snd_opl4_seq_use()
72 opl4->used++; in snd_opl4_seq_use()
95 opl4->used--; in snd_opl4_seq_unuse()
Dopl4_local.h188 int used; member
/sound/isa/gus/
Dgus_mem.c294 unsigned int total, used; in snd_gf1_mem_info_read() local
310 used = 0; in snd_gf1_mem_info_read()
312 used += block->size; in snd_gf1_mem_info_read()
342 total, used, total - used); in snd_gf1_mem_info_read()
/sound/synth/emux/
Demux_seq.c273 emu->used++; in __snd_emux_inc_count()
279 emu->used--; in __snd_emux_inc_count()
302 emu->used--; in __snd_emux_dec_count()
303 if (emu->used <= 0) in __snd_emux_dec_count()
/sound/drivers/opl3/
Dopl3_seq.c58 if (hwdep->used) { in snd_opl3_synth_setup()
62 hwdep->used++; in snd_opl3_synth_setup()
99 hwdep->used--; in snd_opl3_synth_cleanup()
/sound/firewire/fireworks/
Dfireworks_stream.c137 bool used; in check_connection_used_by_others() local
145 err = cmp_connection_check_used(conn, &used); in check_connection_used_by_others()
146 if ((err >= 0) && used && !amdtp_stream_running(s)) { in check_connection_used_by_others()
/sound/core/
Dhwdep.c112 if (hw->exclusive && hw->used > 0) { in snd_hwdep_open()
148 hw->used++; in snd_hwdep_open()
170 if (hw->used > 0) in snd_hwdep_release()
171 hw->used--; in snd_hwdep_release()
/sound/firewire/
Dcmp.h41 int cmp_connection_check_used(struct cmp_connection *connection, bool *used);
Dcmp.c158 int cmp_connection_check_used(struct cmp_connection *c, bool *used) in cmp_connection_check_used() argument
167 *used = !!(pcr & cpu_to_be32(PCR_BCAST_CONN | in cmp_connection_check_used()
/sound/oss/
Daudio.c224 int c, p, l, buf_size, used, returned; in audio_write() local
265 used = l; in audio_write()
286 &used, &returned, in audio_write()
294 c -= used; in audio_write()
295 p += used; in audio_write()
DCHANGELOG68 DMA channel. The extra audio/dsp device (the "Not functional" one) used
70 just one /dev/dsp# device which is used both for code download and audio.
81 - Included support for ACI mixer (by Markus Kuhn). ACI is a mixer used in
274 This codec chip is used in various sound cards. This version is developed
335 configuration method used in the SCO/System is a hack.
Dsb_audio.c845 int *used, int *returned, in sb16_copy_from_user() argument
859 *used = len; in sb16_copy_from_user()
889 *used = max_in > ( max_out << 1) ? (max_out << 1) : max_in; in sb16_copy_from_user()
919 *used = len; in sb16_copy_from_user()
/sound/
DKconfig127 # AC97_BUS is used from both sound and ucb1400
131 This is used to avoid config and link hard dependencies between the

12