Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dda7219-aad.c348 u8 events[DA7219_AAD_IRQ_REG_MAX]; in da7219_aad_irq_thread() local
354 events, DA7219_AAD_IRQ_REG_MAX); in da7219_aad_irq_thread()
360 if (!events[DA7219_AAD_IRQ_REG_A] && !events[DA7219_AAD_IRQ_REG_B]) in da7219_aad_irq_thread()
368 events, DA7219_AAD_IRQ_REG_MAX); in da7219_aad_irq_thread()
371 events[DA7219_AAD_IRQ_REG_A], events[DA7219_AAD_IRQ_REG_B], in da7219_aad_irq_thread()
376 if (events[DA7219_AAD_IRQ_REG_A] & in da7219_aad_irq_thread()
384 if (events[DA7219_AAD_IRQ_REG_A] & in da7219_aad_irq_thread()
411 if (events[DA7219_AAD_IRQ_REG_B] & in da7219_aad_irq_thread()
421 if (events[DA7219_AAD_IRQ_REG_B] & in da7219_aad_irq_thread()
430 if (events[DA7219_AAD_IRQ_REG_A] & DA7219_E_JACK_REMOVED_MASK) { in da7219_aad_irq_thread()
/sound/firewire/motu/
Dmotu-hwdep.c65 __poll_t events; in hwdep_poll() local
71 events = EPOLLIN | EPOLLRDNORM; in hwdep_poll()
73 events = 0; in hwdep_poll()
76 return events | EPOLLOUT; in hwdep_poll()
/sound/firewire/bebob/
Dbebob_hwdep.c58 __poll_t events; in hwdep_poll() local
64 events = EPOLLIN | EPOLLRDNORM; in hwdep_poll()
66 events = 0; in hwdep_poll()
69 return events; in hwdep_poll()
/sound/firewire/digi00x/
Ddigi00x-hwdep.c66 __poll_t events; in hwdep_poll() local
72 events = EPOLLIN | EPOLLRDNORM; in hwdep_poll()
74 events = 0; in hwdep_poll()
77 return events; in hwdep_poll()
/sound/firewire/dice/
Ddice-hwdep.c58 __poll_t events; in hwdep_poll() local
64 events = EPOLLIN | EPOLLRDNORM; in hwdep_poll()
66 events = 0; in hwdep_poll()
69 return events; in hwdep_poll()
/sound/firewire/oxfw/
Doxfw-hwdep.c58 __poll_t events; in hwdep_poll() local
64 events = EPOLLIN | EPOLLRDNORM; in hwdep_poll()
66 events = 0; in hwdep_poll()
69 return events; in hwdep_poll()
/sound/firewire/fireface/
Dff-hwdep.c58 __poll_t events; in hwdep_poll() local
64 events = EPOLLIN | EPOLLRDNORM; in hwdep_poll()
66 events = 0; in hwdep_poll()
69 return events; in hwdep_poll()
/sound/drivers/vx/
Dvx_core.c488 unsigned int events; in snd_vx_threaded_irq_handler() local
493 if (vx_test_irq_src(chip, &events) < 0) in snd_vx_threaded_irq_handler()
497 if (events & 0x000800) in snd_vx_threaded_irq_handler()
498 printk(KERN_ERR "DSP Stream underrun ! IRQ events = 0x%x\n", events); in snd_vx_threaded_irq_handler()
506 if (events & FATAL_DSP_ERROR) { in snd_vx_threaded_irq_handler()
514 if (events & TIME_CODE_EVENT_PENDING) { in snd_vx_threaded_irq_handler()
519 if (events & FREQUENCY_CHANGE_EVENT_PENDING) in snd_vx_threaded_irq_handler()
523 vx_pcm_update_intr(chip, events); in snd_vx_threaded_irq_handler()
Dvx_pcm.c1070 void vx_pcm_update_intr(struct vx_core *chip, unsigned int events) in vx_pcm_update_intr() argument
1077 if (events & EVENT_MASK) { in vx_pcm_update_intr()
1079 if (events & ASYNC_EVENTS_PENDING) in vx_pcm_update_intr()
1081 if (events & END_OF_BUFFER_EVENTS_PENDING) in vx_pcm_update_intr()
1096 if (events & ASYNC_EVENTS_PENDING) in vx_pcm_update_intr()
1099 if (events & END_OF_BUFFER_EVENTS_PENDING) { in vx_pcm_update_intr()
/sound/firewire/tascam/
Dtascam-hwdep.c133 __poll_t events; in hwdep_poll() local
139 events = EPOLLIN | EPOLLRDNORM; in hwdep_poll()
141 events = 0; in hwdep_poll()
144 return events; in hwdep_poll()
/sound/firewire/fireworks/
Dfireworks_hwdep.c191 __poll_t events; in hwdep_poll() local
197 events = EPOLLIN | EPOLLRDNORM; in hwdep_poll()
199 events = 0; in hwdep_poll()
202 return events | EPOLLOUT; in hwdep_poll()
/sound/core/seq/
DKconfig8 feature allows routing and enqueueing of MIDI events. Events
20 is a simple MIDI-through client: all normal input events are
Dseq_clientmgr.c1658 status->events = queue->tickq->cells + queue->timeq->cells; in snd_seq_ioctl_get_queue_status()
/sound/core/
Dcontrol.c66 INIT_LIST_HEAD(&ctl->events); in snd_ctl_open()
96 while (!list_empty(&ctl->events)) { in snd_ctl_empty_read_queue()
97 cread = snd_kctl_event(ctl->events.next); in snd_ctl_empty_read_queue()
161 list_for_each_entry(ev, &ctl->events, list) { in snd_ctl_notify()
171 list_add_tail(&ev->list, &ctl->events); in snd_ctl_notify()
1792 while (list_empty(&ctl->events)) { in snd_ctl_read()
1810 kev = snd_kctl_event(ctl->events.next); in snd_ctl_read()
1843 if (!list_empty(&ctl->events)) in snd_ctl_poll()
/sound/pci/asihpi/
Dhpi_internal.h915 u32 events; member
926 u32 events; member
/sound/soc/
Dsoc-topology.c665 const struct snd_soc_tplg_widget_events *events, in snd_soc_tplg_widget_bind_event() argument
673 if (event_type == events[i].type) { in snd_soc_tplg_widget_bind_event()
676 w->event = events[i].event_handler; in snd_soc_tplg_widget_bind_event()