Home
last modified time | relevance | path

Searched refs:events (Results 1 – 14 of 14) sorted by relevance

/sound/soc/codecs/
Dda7219-aad.c322 u8 events[DA7219_AAD_IRQ_REG_MAX]; in da7219_aad_irq_thread() local
328 events, DA7219_AAD_IRQ_REG_MAX); in da7219_aad_irq_thread()
330 if (!events[DA7219_AAD_IRQ_REG_A] && !events[DA7219_AAD_IRQ_REG_B]) in da7219_aad_irq_thread()
338 events, DA7219_AAD_IRQ_REG_MAX); in da7219_aad_irq_thread()
341 events[DA7219_AAD_IRQ_REG_A], events[DA7219_AAD_IRQ_REG_B], in da7219_aad_irq_thread()
346 if (events[DA7219_AAD_IRQ_REG_A] & in da7219_aad_irq_thread()
354 if (events[DA7219_AAD_IRQ_REG_A] & in da7219_aad_irq_thread()
381 if (events[DA7219_AAD_IRQ_REG_B] & in da7219_aad_irq_thread()
391 if (events[DA7219_AAD_IRQ_REG_B] & in da7219_aad_irq_thread()
400 if (events[DA7219_AAD_IRQ_REG_A] & DA7219_E_JACK_REMOVED_MASK) { in da7219_aad_irq_thread()
/sound/firewire/tascam/
Dtascam-hwdep.c57 unsigned int events; in hwdep_poll() local
63 events = POLLIN | POLLRDNORM; in hwdep_poll()
65 events = 0; in hwdep_poll()
68 return events; in hwdep_poll()
/sound/firewire/digi00x/
Ddigi00x-hwdep.c67 unsigned int events; in hwdep_poll() local
73 events = POLLIN | POLLRDNORM; in hwdep_poll()
75 events = 0; in hwdep_poll()
78 return events; in hwdep_poll()
/sound/firewire/bebob/
Dbebob_hwdep.c60 unsigned int events; in hwdep_poll() local
66 events = POLLIN | POLLRDNORM; in hwdep_poll()
68 events = 0; in hwdep_poll()
71 return events; in hwdep_poll()
/sound/firewire/dice/
Ddice-hwdep.c59 unsigned int events; in hwdep_poll() local
65 events = POLLIN | POLLRDNORM; in hwdep_poll()
67 events = 0; in hwdep_poll()
70 return events; in hwdep_poll()
/sound/firewire/oxfw/
Doxfw-hwdep.c59 unsigned int events; in hwdep_poll() local
65 events = POLLIN | POLLRDNORM; in hwdep_poll()
67 events = 0; in hwdep_poll()
70 return events; in hwdep_poll()
/sound/drivers/vx/
Dvx_core.c501 unsigned int events; in snd_vx_threaded_irq_handler() local
506 if (vx_test_irq_src(chip, &events) < 0) in snd_vx_threaded_irq_handler()
510 if (events & 0x000800) in snd_vx_threaded_irq_handler()
511 printk(KERN_ERR "DSP Stream underrun ! IRQ events = 0x%x\n", events); in snd_vx_threaded_irq_handler()
519 if (events & FATAL_DSP_ERROR) { in snd_vx_threaded_irq_handler()
527 if (events & TIME_CODE_EVENT_PENDING) in snd_vx_threaded_irq_handler()
531 if (events & FREQUENCY_CHANGE_EVENT_PENDING) in snd_vx_threaded_irq_handler()
535 vx_pcm_update_intr(chip, events); in snd_vx_threaded_irq_handler()
Dvx_pcm.c1115 void vx_pcm_update_intr(struct vx_core *chip, unsigned int events) in vx_pcm_update_intr() argument
1122 if (events & EVENT_MASK) { in vx_pcm_update_intr()
1124 if (events & ASYNC_EVENTS_PENDING) in vx_pcm_update_intr()
1126 if (events & END_OF_BUFFER_EVENTS_PENDING) in vx_pcm_update_intr()
1141 if (events & ASYNC_EVENTS_PENDING) in vx_pcm_update_intr()
1144 if (events & END_OF_BUFFER_EVENTS_PENDING) { in vx_pcm_update_intr()
/sound/firewire/fireworks/
Dfireworks_hwdep.c191 unsigned int events; in hwdep_poll() local
197 events = POLLIN | POLLRDNORM; in hwdep_poll()
199 events = 0; in hwdep_poll()
202 return events | POLLOUT; in hwdep_poll()
/sound/core/
Dcontrol.c78 INIT_LIST_HEAD(&ctl->events); in snd_ctl_open()
108 while (!list_empty(&ctl->events)) { in snd_ctl_empty_read_queue()
109 cread = snd_kctl_event(ctl->events.next); in snd_ctl_empty_read_queue()
173 list_for_each_entry(ev, &ctl->events, list) { in snd_ctl_notify()
183 list_add_tail(&ev->list, &ctl->events); in snd_ctl_notify()
1578 while (list_empty(&ctl->events)) { in snd_ctl_read()
1596 kev = snd_kctl_event(ctl->events.next); in snd_ctl_read()
1629 if (!list_empty(&ctl->events)) in snd_ctl_poll()
DKconfig41 feature allows routing and enqueueing of MIDI events. Events
52 is a simple MIDI-through client: all normal input events are
/sound/pci/asihpi/
Dhpi_internal.h926 u32 events; member
937 u32 events; member
/sound/soc/
Dsoc-topology.c579 const struct snd_soc_tplg_widget_events *events, in snd_soc_tplg_widget_bind_event() argument
587 if (event_type == events[i].type) { in snd_soc_tplg_widget_bind_event()
590 w->event = events[i].event_handler; in snd_soc_tplg_widget_bind_event()
/sound/core/seq/
Dseq_clientmgr.c1631 status->events = queue->tickq->cells + queue->timeq->cells; in snd_seq_ioctl_get_queue_status()