Home
last modified time | relevance | path

Searched defs:q (Results 1 – 23 of 23) sorted by relevance

/sound/core/seq/
Dseq_queue.c50 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 …]
Dseq_timer.c125 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
Dseq_queue.h78 #define queuefree(q) snd_use_lock_free(&(q)->use_lock) argument
Dseq_clientmgr.c573 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/
Dseq_oss_readq.c35 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 …]
Dseq_oss_writeq.c27 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()
Dseq_oss_event.c42 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()
Dseq_oss_readq.h19 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/
Drt5645.c34 #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
Dtas2552.c187 unsigned int d, q, t; in tas2552_setup_pll() local
/sound/core/
Dmisc.c114 const struct snd_pci_quirk *q; in snd_pci_quirk_lookup_id() local
Dpcm_lib.c534 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/
Dmemory.c169 struct snd_emu10k1_memblk *q; in unmap_memblk() local
454 struct snd_emu10k1_memblk *q; in get_single_page_range() local
/sound/pci/hda/
Dhda_intel.c1571 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
Dhda_auto_parser.c983 const struct snd_pci_quirk *q; in snd_hda_pick_fixup() local
Dhda_codec.c1170 struct hda_cvt_setup *q) in really_cleanup_stream()
Dpatch_realtek.c1085 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
Dpatch_hdmi.c1984 const struct snd_pci_quirk *q; in hdmi_parse_codec() local
/sound/sh/
Daica.c218 int q, err, period_offset; in aica_dma_transfer() local
/sound/usb/
Dquirks.c1912 const struct registration_quirk *q; in snd_usb_registration_quirk() local
/sound/pci/nm256/
Dnm256.c1654 const struct snd_pci_quirk *q; in snd_nm256_probe() local
/sound/pci/
Datiixp.c552 const struct snd_pci_quirk *q; in ac97_probing_bugs() local
/sound/pci/ac97/
Dac97_codec.c2860 const struct quirk_table *q; in apply_quirk_str() local