Home
last modified time | relevance | path

Searched refs:busy (Results 1 – 9 of 9) sorted by relevance

/sound/oss/dmasound/
Ddmasound_core.c320 int busy; member
331 mixer.busy = 1; in mixer_open()
339 mixer.busy = 0; in mixer_release()
396 mixer.busy = 0; in mixer_init()
693 sq->busy = 0; in sq_init_waitqueue()
701 sq->busy = 0; /* CHECK: IS THIS OK??? */
713 if (sq->busy) { in sq_open2()
719 if (wait_event_interruptible(sq->open_queue, !sq->busy)) in sq_open2()
729 sq->busy = 1; /* Let's play spot-the-race-condition */ in sq_open2()
740 sq->busy = 0 ; in sq_open2()
[all …]
Ddmasound.h234 int busy, syncing, xruns, died; member
/sound/soc/intel/catpt/
Dmessages.h50 u32 busy:1; member
312 u32 busy:1; member
360 u32 busy:1; member
/sound/soc/fsl/
Dfsl_easrc.c779 slot->busy = true; in fsl_easrc_config_one_slot()
878 if (slot0->busy && slot1->busy) { in fsl_easrc_config_slot()
880 } else if ((slot0->busy && slot0->ctx_index == ctx->index) || in fsl_easrc_config_slot()
881 (slot1->busy && slot1->ctx_index == ctx->index)) { in fsl_easrc_config_slot()
883 } else if (!slot0->busy) { in fsl_easrc_config_slot()
887 } else if (!slot1->busy) { in fsl_easrc_config_slot()
931 if (easrc_priv->slot[i][0].busy && in fsl_easrc_release_slot()
933 easrc_priv->slot[i][0].busy = false; in fsl_easrc_release_slot()
943 if (easrc_priv->slot[i][1].busy && in fsl_easrc_release_slot()
945 easrc_priv->slot[i][1].busy = false; in fsl_easrc_release_slot()
Dfsl_easrc.h577 bool busy; member
/sound/soc/intel/atom/sst/
Dsst_ipc.c128 while (header.p.header_high.part.busy) { in sst_post_message_mrfld()
148 if (header.p.header_high.part.busy) { in sst_post_message_mrfld()
196 clear_ipc.p.header_high.part.busy = 0; in intel_sst_clear_intr_mrfld()
Dsst_pvt.c311 header->p.header_high.part.busy = 1; in sst_fill_header_mrfld()
/sound/soc/intel/atom/
Dsst-mfld-dsp.h199 u32 busy:1; /* bit 31 - busy bit*/ member
222 u32 busy:1; /* bit 31 */ member
/sound/soc/codecs/
Dhdmi-codec.c277 bool busy; member
438 if (hcp->busy) { in hdmi_codec_startup()
464 hcp->busy = true; in hdmi_codec_startup()
480 hcp->busy = false; in hdmi_codec_shutdown()