/sound/core/seq/ |
D | seq_queue.c | 50 static int queue_list_add(struct snd_seq_queue *q) in queue_list_add() 71 struct snd_seq_queue *q; in queue_list_remove() local 98 struct snd_seq_queue *q; in queue_new() local 129 static void queue_delete(struct snd_seq_queue *q) in queue_delete() 170 struct snd_seq_queue *q; in snd_seq_queue_alloc() local 189 struct snd_seq_queue *q; in snd_seq_queue_delete() local 205 struct snd_seq_queue *q; in queueptr() local 222 struct snd_seq_queue *q; in snd_seq_queue_find_name() local 239 void snd_seq_check_queue(struct snd_seq_queue *q, int atomic, int hop) in snd_seq_check_queue() 302 struct snd_seq_queue *q; in snd_seq_enqueue_event() local [all …]
|
D | seq_timer.c | 125 struct snd_seq_queue *q = timeri->callback_data; in snd_seq_timer_interrupt() local 258 int snd_seq_timer_open(struct snd_seq_queue *q) in snd_seq_timer_open() 313 int snd_seq_timer_close(struct snd_seq_queue *q) in snd_seq_timer_close() 480 struct snd_seq_queue *q; in snd_seq_info_timer_read() local
|
D | seq_queue.h | 78 #define queuefree(q) snd_use_lock_free(&(q)->use_lock) argument
|
D | seq_clientmgr.c | 573 struct snd_seq_queue *q; in update_timestamp_of_queue() local 1544 struct snd_seq_queue *q; in snd_seq_ioctl_create_queue() local 1576 struct snd_seq_queue *q; in snd_seq_ioctl_get_queue_info() local 1597 struct snd_seq_queue *q; in snd_seq_ioctl_set_queue_info() local 1630 struct snd_seq_queue *q; in snd_seq_ioctl_get_named_queue() local 1758 struct snd_seq_queue *q; in snd_seq_ioctl_set_queue_timer() local
|
/sound/core/seq/oss/ |
D | seq_oss_readq.c | 35 struct seq_oss_readq *q; in snd_seq_oss_readq_new() local 62 snd_seq_oss_readq_delete(struct seq_oss_readq *q) in snd_seq_oss_readq_delete() 74 snd_seq_oss_readq_clear(struct seq_oss_readq *q) in snd_seq_oss_readq_clear() 89 snd_seq_oss_readq_puts(struct seq_oss_readq *q, int dev, unsigned char *data, int len) in snd_seq_oss_readq_puts() 123 int snd_seq_oss_readq_sysex(struct seq_oss_readq *q, int dev, in snd_seq_oss_readq_sysex() 141 snd_seq_oss_readq_put_event(struct seq_oss_readq *q, union evrec *ev) in snd_seq_oss_readq_put_event() 169 snd_seq_oss_readq_pick(struct seq_oss_readq *q, union evrec *rec) in snd_seq_oss_readq_pick() 181 snd_seq_oss_readq_wait(struct seq_oss_readq *q) in snd_seq_oss_readq_wait() 193 snd_seq_oss_readq_free(struct seq_oss_readq *q) in snd_seq_oss_readq_free() 206 snd_seq_oss_readq_poll(struct seq_oss_readq *q, struct file *file, poll_table *wait) in snd_seq_oss_readq_poll() [all …]
|
D | seq_oss_writeq.c | 27 struct seq_oss_writeq *q; in snd_seq_oss_writeq_new() local 53 snd_seq_oss_writeq_delete(struct seq_oss_writeq *q) in snd_seq_oss_writeq_delete() 66 snd_seq_oss_writeq_clear(struct seq_oss_writeq *q) in snd_seq_oss_writeq_clear() 82 snd_seq_oss_writeq_sync(struct seq_oss_writeq *q) in snd_seq_oss_writeq_sync() 122 snd_seq_oss_writeq_wakeup(struct seq_oss_writeq *q, abstime_t time) in snd_seq_oss_writeq_wakeup() 138 snd_seq_oss_writeq_get_free_size(struct seq_oss_writeq *q) in snd_seq_oss_writeq_get_free_size() 151 snd_seq_oss_writeq_set_output(struct seq_oss_writeq *q, int val) in snd_seq_oss_writeq_set_output()
|
D | seq_oss_event.c | 42 snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in snd_seq_oss_process_event() 95 old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in old_event() 121 extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in extended_event() 175 chn_voice_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in chn_voice_event() 196 chn_common_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in chn_common_event() 223 timing_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in timing_event() 258 local_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in local_event()
|
D | seq_oss_readq.h | 19 union evrec *q; member 42 #define snd_seq_oss_readq_lock(q, flags) spin_lock_irqsave(&(q)->lock, flags) argument 43 #define snd_seq_oss_readq_unlock(q, flags) spin_unlock_irqrestore(&(q)->lock, flags) argument
|
/sound/soc/codecs/ |
D | rt5645.c | 34 #define QUIRK_INV_JD1_1(q) ((q) & 1) argument 35 #define QUIRK_LEVEL_IRQ(q) (((q) >> 1) & 1) argument 36 #define QUIRK_IN2_DIFF(q) (((q) >> 2) & 1) argument 37 #define QUIRK_JD_MODE(q) (((q) >> 4) & 7) argument 38 #define QUIRK_DMIC1_DATA_PIN(q) (((q) >> 8) & 3) argument 39 #define QUIRK_DMIC2_DATA_PIN(q) (((q) >> 12) & 3) argument
|
D | tas2552.c | 187 unsigned int d, q, t; in tas2552_setup_pll() local
|
/sound/core/ |
D | misc.c | 114 const struct snd_pci_quirk *q; in snd_pci_quirk_lookup_id() local
|
D | pcm_lib.c | 534 unsigned int q; in div_up() local 801 unsigned int q = i->min; in snd_interval_ratnum() local 840 unsigned int q = i->max; in snd_interval_ratnum() local 917 unsigned int q = i->min; in snd_interval_ratden() local 949 unsigned int q = i->max; in snd_interval_ratden() local
|
/sound/pci/emu10k1/ |
D | memory.c | 169 struct snd_emu10k1_memblk *q; in unmap_memblk() local 454 struct snd_emu10k1_memblk *q; in get_single_page_range() local
|
/sound/pci/hda/ |
D | hda_intel.c | 1571 const struct snd_pci_quirk *q; in check_position_fix() local 1668 const struct snd_pci_quirk *q; in check_probe_mask() local 1709 const struct snd_pci_quirk *q; in check_msi() local 2293 const struct snd_pci_quirk *q; in set_default_power_save() local
|
D | hda_auto_parser.c | 983 const struct snd_pci_quirk *q; in snd_hda_pick_fixup() local
|
D | hda_codec.c | 1170 struct hda_cvt_setup *q) in really_cleanup_stream()
|
D | patch_realtek.c | 1085 const struct alc_codec_rename_pci_table *q; in alc_codec_rename_from_preset() local 1158 const struct snd_pci_quirk *q; in has_cdefine_beep() local
|
D | patch_hdmi.c | 1984 const struct snd_pci_quirk *q; in hdmi_parse_codec() local
|
/sound/sh/ |
D | aica.c | 218 int q, err, period_offset; in aica_dma_transfer() local
|
/sound/usb/ |
D | quirks.c | 1912 const struct registration_quirk *q; in snd_usb_registration_quirk() local
|
/sound/pci/nm256/ |
D | nm256.c | 1654 const struct snd_pci_quirk *q; in snd_nm256_probe() local
|
/sound/pci/ |
D | atiixp.c | 552 const struct snd_pci_quirk *q; in ac97_probing_bugs() local
|
/sound/pci/ac97/ |
D | ac97_codec.c | 2860 const struct quirk_table *q; in apply_quirk_str() local
|