Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 12 of 12) sorted by relevance

/sound/sh/
Dsh_dac_audio.c45 int empty; member
69 chip->empty = 1; in dac_audio_reset()
108 chip->empty = 1; in snd_sh_dac_pcm_open()
149 chip->empty = 1; in snd_sh_dac_pcm_trigger()
170 if (chip->empty) { in snd_sh_dac_pcm_copy()
171 chip->empty = 0; in snd_sh_dac_pcm_copy()
188 if (chip->empty) { in snd_sh_dac_pcm_copy_kernel()
189 chip->empty = 0; in snd_sh_dac_pcm_copy_kernel()
206 if (chip->empty) { in snd_sh_dac_pcm_silence()
207 chip->empty = 0; in snd_sh_dac_pcm_silence()
[all …]
/sound/core/
Dpcm_lib.c658 if (a->empty || b->empty) { in snd_interval_mul()
662 c->empty = 0; in snd_interval_mul()
683 if (a->empty || b->empty) { in snd_interval_div()
687 c->empty = 0; in snd_interval_div()
719 if (a->empty || b->empty) { in snd_interval_muldivk()
723 c->empty = 0; in snd_interval_muldivk()
750 if (a->empty || b->empty) { in snd_interval_mulkdiv()
754 c->empty = 0; in snd_interval_mulkdiv()
827 i->empty = 1; in snd_interval_ratnum()
843 i->empty = 1; in snd_interval_ratnum()
[all …]
Dpcm_param_trace.h105 __entry->prev_empty = prev->empty;
111 __entry->curr_empty = curr->empty;
/sound/core/seq/
Dseq_ports.c525 bool empty; in __delete_and_unsubscribe_port() local
530 empty = list_empty(list); in __delete_and_unsubscribe_port()
531 if (!empty) in __delete_and_unsubscribe_port()
536 if (!empty) in __delete_and_unsubscribe_port()
/sound/soc/sprd/
Dsprd-mcdt.c129 u32 full, u32 empty) in sprd_mcdt_dac_set_watermark() argument
133 (empty << MCDT_CH_FIFO_AE_SHIFT) & MCDT_CH_FIFO_AE_MASK; in sprd_mcdt_dac_set_watermark()
141 u32 full, u32 empty) in sprd_mcdt_adc_set_watermark() argument
145 (empty << MCDT_CH_FIFO_AE_SHIFT) & MCDT_CH_FIFO_AE_MASK; in sprd_mcdt_adc_set_watermark()
/sound/usb/usx2y/
Dusb_stream.c620 int empty = 0; in i_capture_start() local
631 ++empty; in i_capture_start()
644 if (empty) { in i_capture_start()
655 if (!empty && s->state < usb_stream_sync1) in i_capture_start()
/sound/pci/
Des1968.c442 int empty; /* status */ member
1331 if (buf->empty && buf->buf.bytes > max_size) in calc_available_memory_size()
1348 if (buf->empty && buf->buf.bytes >= size) in snd_es1968_new_memory()
1365 chunk->empty = 1; in snd_es1968_new_memory()
1369 buf->empty = 0; in snd_es1968_new_memory()
1380 buf->empty = 1; in snd_es1968_free_memory()
1383 if (chunk->empty) { in snd_es1968_free_memory()
1392 if (chunk->empty) { in snd_es1968_free_memory()
1448 chunk->empty = 1; in snd_es1968_init_dmabuf()
/sound/mips/
Dsnd-n64.c179 c->empty = 1; in hw_rule_period_size()
/sound/usb/
Dpcm.c750 it->empty = 1; in apply_hw_params_minmax()
766 it->empty = 1; in apply_hw_params_minmax()
891 it->empty = 1; in hw_rule_period_time()
/sound/pci/au88x0/
Dau88x0_core.c797 int empty, int valid, int f) in vortex_fifo_setadbctrl() argument
832 temp = (temp & 0xffffffdf) | ((empty & 1) << 5); in vortex_fifo_setadbctrl()
898 int empty, int valid, int f) in vortex_fifo_setwtctrl() argument
925 temp = (temp & 0xffffffdf) | ((empty & 1) << 5); in vortex_fifo_setwtctrl()
/sound/soc/ti/
Ddavinci-mcasp.c1392 range.empty = 1; in davinci_mcasp_hw_rule_rate()
1410 if (range.empty) { in davinci_mcasp_hw_rule_rate()
1412 range.empty = 0; in davinci_mcasp_hw_rule_rate()
/sound/core/oss/
Dpcm_oss.c109 t.empty = 0; in snd_interval_refine_set()
474 t.empty = 0; in _snd_pcm_hw_param_set()