/sound/core/seq/ |
D | seq_fifo.c | 33 struct snd_seq_fifo *f; in snd_seq_fifo_new() local 64 struct snd_seq_fifo *f; in snd_seq_fifo_delete() local 96 void snd_seq_fifo_clear(struct snd_seq_fifo *f) in snd_seq_fifo_clear() 115 int snd_seq_fifo_event_in(struct snd_seq_fifo *f, in snd_seq_fifo_event_in() 156 static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f) in fifo_cell_out() 175 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, in snd_seq_fifo_cell_out() 212 void snd_seq_fifo_cell_putback(struct snd_seq_fifo *f, in snd_seq_fifo_cell_putback() 230 int snd_seq_fifo_poll_wait(struct snd_seq_fifo *f, struct file *file, in snd_seq_fifo_poll_wait() 238 int snd_seq_fifo_resize(struct snd_seq_fifo *f, int poolsize) in snd_seq_fifo_resize() 283 int snd_seq_fifo_unused_cells(struct snd_seq_fifo *f) in snd_seq_fifo_unused_cells()
|
D | seq_prioq.c | 59 struct snd_seq_prioq *f; in snd_seq_prioq_new() local 76 struct snd_seq_prioq *f = *fifo; in snd_seq_prioq_delete() local 146 int snd_seq_prioq_cell_in(struct snd_seq_prioq * f, in snd_seq_prioq_cell_in() 227 struct snd_seq_event_cell *snd_seq_prioq_cell_out(struct snd_seq_prioq *f, in snd_seq_prioq_cell_out() 258 int snd_seq_prioq_avail(struct snd_seq_prioq * f) in snd_seq_prioq_avail() 290 void snd_seq_prioq_leave(struct snd_seq_prioq * f, int client, int timestamp) in snd_seq_prioq_leave() 399 void snd_seq_prioq_remove_events(struct snd_seq_prioq * f, int client, in snd_seq_prioq_remove_events()
|
/sound/oss/ |
D | msnd.c | 88 void msnd_fifo_init(msnd_fifo *f) in msnd_fifo_init() 93 void msnd_fifo_free(msnd_fifo *f) in msnd_fifo_free() 99 int msnd_fifo_alloc(msnd_fifo *f, size_t n) in msnd_fifo_alloc() 114 void msnd_fifo_make_empty(msnd_fifo *f) in msnd_fifo_make_empty() 119 int msnd_fifo_write_io(msnd_fifo *f, char __iomem *buf, size_t len) in msnd_fifo_write_io() 150 int msnd_fifo_write(msnd_fifo *f, const char *buf, size_t len) in msnd_fifo_write() 181 int msnd_fifo_read_io(msnd_fifo *f, char __iomem *buf, size_t len) in msnd_fifo_read_io() 212 int msnd_fifo_read(msnd_fifo *f, char *buf, size_t len) in msnd_fifo_read()
|
D | dmabuf.c | 339 unsigned long flags,f ; in dma_reset_output() local 641 unsigned long f; in DMAbuf_get_buffer_pointer() local 1036 unsigned long f; in DMAbuf_outputintr() local 1138 unsigned long f; in DMAbuf_inputintr() local
|
D | opl3.c | 679 int f, octave; in freq_to_fnum() local
|
D | swarm_cs4297a.c | 190 #define SERDMA_NEXTBUF(d,f) (((d)->f+1) % (d)->ringsz) argument
|
/sound/core/ |
D | compress_offload.c | 84 static int snd_compr_open(struct inode *inode, struct file *f) in snd_compr_open() 147 static int snd_compr_free(struct inode *inode, struct file *f) in snd_compr_free() 273 static ssize_t snd_compr_write(struct file *f, const char __user *buf, in snd_compr_write() 320 static ssize_t snd_compr_read(struct file *f, char __user *buf, in snd_compr_read() 368 static int snd_compr_mmap(struct file *f, struct vm_area_struct *vma) in snd_compr_mmap() 381 static unsigned int snd_compr_poll(struct file *f, poll_table *wait) in snd_compr_poll() 827 static long snd_compr_ioctl(struct file *f, unsigned int cmd, unsigned long arg) in snd_compr_ioctl()
|
D | pcm_native.c | 1829 struct fd f = fdget(fd); in snd_pcm_link() local
|
/sound/firewire/ |
D | amdtp-am824.c | 358 unsigned int f, port; in write_midi_messages() local 386 unsigned int f, port; in read_midi_messages() local
|
/sound/firewire/digi00x/ |
D | amdtp-dot.c | 271 unsigned int f, port; in write_midi_messages() local 315 unsigned int f, port, len; in read_midi_messages() local
|
/sound/pci/echoaudio/ |
D | echoaudio.c | 123 struct snd_mask *f = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT); in hw_rule_capture_format_by_channels() local 151 struct snd_mask *f = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT); in hw_rule_capture_channels_by_format() local 185 struct snd_mask *f = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT); in hw_rule_playback_format_by_channels() local 220 struct snd_mask *f = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT); in hw_rule_playback_channels_by_format() local
|
/sound/ppc/ |
D | beep.c | 108 int i, j, f; in snd_pmac_beep_event() local
|
/sound/usb/ |
D | endpoint.c | 1086 unsigned int f; in snd_usb_handle_sync_urb() local
|
/sound/core/oss/ |
D | pcm_plugin.c | 355 snd_pcm_format_t f = preferred_formats[i]; in snd_pcm_plug_slave_format() local
|
D | pcm_oss.c | 1925 int f = snd_pcm_oss_format_to(fmt); in snd_pcm_oss_get_formats() local
|
/sound/pci/riptide/ |
D | riptide.c | 258 #define SEND_SETF(p,b,c,d,e,f,g) sendcmd(p,PARM,SETF|WORD1(b)|BYTE3(c),d|BYTE1(e)|BYTE2(f)|BYTE3(… argument 265 #define SEND_LSEL(p,b,c,d,e,f,g,h) sendcmd(p,PARM,LSEL|BYTE1(b)|BYTE2(c)|BYTE3(d),BYTE0(e)|BYTE1(f)… argument 276 #define SEND_TXAC(p,b,c,d,e,f) sendcmd(p,PARM,TXAC|BYTE1(b)|WORD2(c),WORD0(d)|BYTE2(e)|BYTE3(f)… argument 1491 unsigned int i, j, size, pages, f, pt, period; in snd_riptide_prepare() local
|
/sound/pci/au88x0/ |
D | au88x0_core.c | 808 vortex_fifo_setadbctrl(vortex_t * vortex, int fifo, int stereo, int priority, in vortex_fifo_setadbctrl() 909 vortex_fifo_setwtctrl(vortex_t * vortex, int fifo, int ctrl, int priority, in vortex_fifo_setwtctrl()
|
/sound/sparc/ |
D | dbri.c | 2003 struct snd_mask *f = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT); in snd_hw_rule_format() local 2019 struct snd_mask *f = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT); in snd_hw_rule_channels() local
|
/sound/pci/oxygen/ |
D | xonar_wm87x6.c | 1001 #define WM8776_FIELD_CTL_VOLUME(a, b, c, d, e, f, g, h, tlv_p) { \ argument
|
D | oxygen_regs.h | 146 #define OXYGEN_I2S_MCLK(f) (((f) & 3) << OXYGEN_I2S_MCLK_SHIFT) argument
|
/sound/pci/asihpi/ |
D | hpi_internal.h | 357 #define HPI_ADAPTER_FAMILY_ASI(f) (f & HPI_ADAPTER_FAMILY_MASK) argument 358 #define HPI_MODULE_FAMILY_ASI(f) (f & HPI_MODULE_FAMILY_MASK) argument 359 #define HPI_ADAPTER_ASI(f) (f) argument
|
/sound/soc/intel/atom/ |
D | sst-atom-controls.h | 348 u16 f; /* full */ member
|