Searched refs:events (Results 1 – 16 of 16) sorted by relevance
/sound/soc/codecs/ |
D | da7219-aad.c | 348 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/ |
D | motu-hwdep.c | 65 __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/ |
D | bebob_hwdep.c | 58 __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/ |
D | digi00x-hwdep.c | 66 __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/ |
D | dice-hwdep.c | 58 __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/ |
D | oxfw-hwdep.c | 58 __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/ |
D | ff-hwdep.c | 58 __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/ |
D | vx_core.c | 488 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()
|
D | vx_pcm.c | 1070 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/ |
D | tascam-hwdep.c | 133 __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/ |
D | fireworks_hwdep.c | 191 __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/ |
D | Kconfig | 8 feature allows routing and enqueueing of MIDI events. Events 20 is a simple MIDI-through client: all normal input events are
|
D | seq_clientmgr.c | 1658 status->events = queue->tickq->cells + queue->timeq->cells; in snd_seq_ioctl_get_queue_status()
|
/sound/core/ |
D | control.c | 66 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/ |
D | hpi_internal.h | 915 u32 events; member 926 u32 events; member
|
/sound/soc/ |
D | soc-topology.c | 665 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()
|