/sound/oss/dmasound/ |
D | dmasound_atari.c | 160 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 …]
|
D | dmasound_paula.c | 158 ssize_t count, used; in ami_ct_s8() local 163 used = count; in ami_ct_s8() 170 used = count*2; in ami_ct_s8() 178 *frameUsed += used; in ami_ct_s8() 179 return used; in ami_ct_s8() 192 ssize_t count, used; \ 197 used = count; \ 209 used = count*2; \ 221 *frameUsed += used; \ 222 return used; \ [all …]
|
D | dmasound_q40.c | 66 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/core/seq/ |
D | seq_device.c | 62 int used; /* reference counter */ member 156 ops->used++; in snd_seq_device_load_drivers() 161 ops->used--; in snd_seq_device_load_drivers() 375 ops->used = 1; in create_driver() 440 ops->used == 0 && ops->num_devices == 0) { in remove_drivers() 514 ops->used++; in find_driver() 528 ops->used--; in unlock_driver()
|
D | seq_memory.c | 263 int used; in snd_seq_cell_alloc() local 266 used = atomic_read(&pool->counter); in snd_seq_cell_alloc() 267 if (pool->max_used < used) in snd_seq_cell_alloc() 268 pool->max_used = used; in snd_seq_cell_alloc()
|
D | seq_clientmgr.c | 1814 int used; in snd_seq_ioctl_get_queue_client() local 1819 used = snd_seq_queue_is_used(info.queue, client->number); in snd_seq_ioctl_get_queue_client() 1820 if (used < 0) in snd_seq_ioctl_get_queue_client() 1822 info.used = used; in snd_seq_ioctl_get_queue_client() 1841 if (info.used >= 0) { in snd_seq_ioctl_set_queue_client() 1842 err = snd_seq_queue_use(info.queue, client->number, info.used); in snd_seq_ioctl_set_queue_client()
|
/sound/synth/ |
D | util_mem.c | 128 hdr->used += units; in __snd_util_memblk_new() 156 hdr->used -= blk->size; in __snd_util_mem_free() 181 size = hdr->size - hdr->used; in snd_util_mem_avail()
|
/sound/drivers/opl4/ |
D | opl4_seq.c | 67 if (opl4->used) { in snd_opl4_seq_use() 71 opl4->used++; in snd_opl4_seq_use() 94 opl4->used--; in snd_opl4_seq_unuse()
|
D | opl4_local.h | 188 int used; member
|
/sound/isa/gus/ |
D | gus_mem.c | 293 unsigned int total, used; in snd_gf1_mem_info_read() local 309 used = 0; in snd_gf1_mem_info_read() 311 used += block->size; in snd_gf1_mem_info_read() 341 total, used, total - used); in snd_gf1_mem_info_read()
|
/sound/synth/emux/ |
D | emux_seq.c | 275 emu->used++; in snd_emux_inc_count() 281 emu->used--; in snd_emux_inc_count() 295 emu->used--; in snd_emux_dec_count() 296 if (emu->used <= 0) in snd_emux_dec_count()
|
D | emux_proc.c | 46 snd_iprintf(buf, "Use Counter: %d\n", emu->used); in snd_emux_proc_info_read()
|
/sound/drivers/opl3/ |
D | opl3_seq.c | 57 if (hwdep->used) { in snd_opl3_synth_setup() 61 hwdep->used++; in snd_opl3_synth_setup() 98 hwdep->used--; in snd_opl3_synth_cleanup()
|
/sound/core/ |
D | hwdep.c | 112 if (hw->exclusive && hw->used > 0) { in snd_hwdep_open() 140 hw->used++; in snd_hwdep_open() 161 if (hw->used > 0) in snd_hwdep_release() 162 hw->used--; in snd_hwdep_release()
|
D | control.c | 607 list.used = 0; in snd_ctl_elem_list() 615 list.used++; in snd_ctl_elem_list() 621 if (list.used > 0 && in snd_ctl_elem_list() 623 list.used * sizeof(struct snd_ctl_elem_id))) { in snd_ctl_elem_list()
|
/sound/ |
D | Kconfig | 101 # AC97_BUS is used from both sound and ucb1400 105 This is used to avoid config and link hard dependencies between the
|
/sound/oss/ |
D | audio.c | 224 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()
|
D | CHANGELOG | 68 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.
|
D | sb_audio.c | 842 int *used, int *returned, in sb16_copy_from_user() argument 856 *used = len; in sb16_copy_from_user() 886 *used = max_in > ( max_out << 1) ? (max_out << 1) : max_in; in sb16_copy_from_user() 916 *used = len; in sb16_copy_from_user()
|
D | dev_table.h | 183 int *used, int *returned,
|
/sound/drivers/ |
D | Kconfig | 98 the standard parallel port driver isn't used for the port. 125 make sure that the standard serial driver isn't used or
|
/sound/pci/hda/ |
D | Kconfig | 23 This interface can be used for out-of-band communication 40 driver. This interface is used to generate digital beeps.
|
/sound/soc/blackfin/ |
D | Kconfig | 32 Enter the GPIO used to control AD73311's SE pin. Acceptable
|
/sound/soc/codecs/ |
D | Kconfig | 45 Support for the bus types used to access the codecs to be built must
|
/sound/isa/sb/ |
D | sb16_csp.c | 278 if (p->used) { in snd_sb_csp_use() 282 p->used++; in snd_sb_csp_use() 295 p->used--; in snd_sb_csp_unuse()
|