Home
last modified time | relevance | path

Searched refs:prepared (Results 1 – 25 of 93) sorted by relevance

1234

/linux/sound/soc/mediatek/mt8365/
H A Dmt8365-dai-adda.c161 if (be->prepared[stream]) { in mt8365_dai_int_adda_shutdown()
168 be->prepared[stream] = false; in mt8365_dai_int_adda_shutdown()
195 if (be->prepared[substream->stream]) { in mt8365_dai_int_adda_prepare()
219 be->prepared[substream->stream] = true; in mt8365_dai_int_adda_prepare()
H A Dmt8365-dai-i2s.c556 if (be->prepared[substream->stream]) { in mt8365_dai_i2s_shutdown()
569 be->prepared[SNDRV_PCM_STREAM_PLAYBACK] = false; in mt8365_dai_i2s_shutdown()
572 be->prepared[SNDRV_PCM_STREAM_CAPTURE] = false; in mt8365_dai_i2s_shutdown()
602 if (be->prepared[substream->stream]) { in mt8365_dai_i2s_prepare()
645 be->prepared[SNDRV_PCM_STREAM_PLAYBACK] = true; in mt8365_dai_i2s_prepare()
665 be->prepared[SNDRV_PCM_STREAM_CAPTURE] = true; in mt8365_dai_i2s_prepare()
H A Dmt8365-afe-common.h225 bool prepared[SNDRV_PCM_STREAM_LAST + 1]; member
/linux/sound/soc/sof/
H A Dpcm.c129 if (spcm->prepared[substream->stream] && pcm_ops && pcm_ops->hw_free) { in sof_pcm_hw_params()
134 spcm->prepared[substream->stream] = false; in sof_pcm_hw_params()
168 spcm->prepared[substream->stream] = true; in sof_pcm_hw_params()
185 if (spcm->prepared[substream->stream]) { in sof_pcm_stream_free()
201 spcm->prepared[substream->stream] = false; in sof_pcm_stream_free()
297 if (spcm->prepared[substream->stream]) { in sof_pcm_prepare()
522 spcm->prepared[substream->stream] = false; in sof_pcm_open()
H A Dsof-audio.h354 bool prepared[2]; /* PCM_PARAMS set successfully */ member
425 bool prepared; member
/linux/sound/soc/intel/avs/
H A Dprobes.c120 hdac_stream(host_stream)->prepared = 0; in avs_probe_compr_free()
158 hdac_stream(host_stream)->prepared = 1; in avs_probe_compr_set_params()
191 if (!hdac_stream(host_stream)->prepared) in avs_probe_compr_trigger()
/linux/drivers/media/platform/st/sti/delta/
H A Ddelta.h103 bool prepared; member
173 bool prepared; member
/linux/kernel/
H A Dseccomp.c1960 struct seccomp_filter *prepared = NULL; in seccomp_set_mode_filter() local
1990 prepared = seccomp_prepare_user_filter(filter); in seccomp_set_mode_filter()
1991 if (IS_ERR(prepared)) in seccomp_set_mode_filter()
1992 return PTR_ERR(prepared); in seccomp_set_mode_filter()
2001 listener_f = init_listener(prepared); in seccomp_set_mode_filter()
2022 if (has_duplicate_listener(prepared)) { in seccomp_set_mode_filter()
2027 ret = seccomp_attach_filter(flags, prepared); in seccomp_set_mode_filter()
2031 prepared = NULL; in seccomp_set_mode_filter()
2044 seccomp_notify_detach(prepared); in seccomp_set_mode_filter()
2051 seccomp_filter_free(prepared); in seccomp_set_mode_filter()
/linux/Documentation/w1/masters/
H A Dmxc-w1.rst16 Originally based on Freescale code, prepared for mainline by
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-event_source-devices-format12 Userspace must be prepared for the possibility that attributes
/linux/include/sound/
H A Dhda_chmap.h45 unsigned char *chmap, int prepared);
/linux/drivers/gpu/drm/
H A Ddrm_writeback.c451 job->prepared = true; in drm_writeback_prepare_job()
496 if (job->prepared && funcs->cleanup_writeback_job) in drm_writeback_cleanup_job()
/linux/Documentation/admin-guide/
H A Dedid.rst26 individually prepared or corrected EDID data set in the /lib/firmware
H A Dfilesystem-monitoring.rst46 must be prepared to skip over unknown records. Please refer to
/linux/drivers/dma/qcom/
H A Dhidma.h101 struct list_head prepared; member
H A Dhidma_dbg.c94 list_for_each_entry(mdesc, &mchan->prepared, node) in hidma_chan_show()
/linux/sound/soc/intel/catpt/
H A Dpcm.c454 if (stream->prepared) in catpt_dai_prepare()
465 stream->prepared = true; in catpt_dai_prepare()
506 stream->prepared = false; in catpt_dai_trigger()
534 if (!stream->prepared) in catpt_stream_update_position()
H A Dcore.h162 bool prepared; member
/linux/Documentation/firmware-guide/acpi/
H A Dacpi-lid.rst70 If the userspace hasn't been prepared to ignore the unreliable "opened"
96 If the userspace has been prepared to ignore the unreliable "opened" events
/linux/Documentation/filesystems/ext4/
H A Dbigalloc.rst8 ext4 code is not prepared to handle the case where the block size
/linux/sound/hda/core/
H A Dhdmi_chmap.c779 int i, err, ca, prepared = 0; in hdmi_chmap_ctl_put() local
800 prepared = 1; in hdmi_chmap_ctl_put()
822 hchmap->ops.set_chmap(hchmap->hdac, pcm_idx, chmap, prepared); in hdmi_chmap_ctl_put()
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c1560 if (vb->prepared) in __buf_prepare()
1597 vb->prepared = 1; in __buf_prepare()
1708 if (vb->prepared) { in vb2_core_prepare_buf()
1865 if (q->is_output && !vb->prepared) { in vb2_core_qbuf()
1914 if (!vb->prepared) { in vb2_core_qbuf()
2162 vb->prepared = 0; in vb2_core_dqbuf()
2296 if (vb->prepared) { in __vb2_queue_cancel()
2298 vb->prepared = 0; in __vb2_queue_cancel()
/linux/drivers/mmc/host/
H A Dvub300.c290 unsigned prepared:1; member
550 if (vub300->sdio_register[i].prepared == 0) in add_offloaded_reg()
551 vub300->sdio_register[i].prepared = 1; in add_offloaded_reg()
1326 vub300->sdio_register[i].prepared = 0; in __download_offload_pseudocode()
1861 if (!vub300->sdio_register[i].prepared) { in satisfy_request_from_offloaded_data()
1868 vub300->sdio_register[i].prepared = 0; in satisfy_request_from_offloaded_data()
1876 vub300->sdio_register[i].prepared = 0; in satisfy_request_from_offloaded_data()
/linux/Documentation/hwmon/
H A Dsubmitting-patches.rst20 messages, please be prepared to explain.
131 * Your driver should be buildable as module. If not, please be prepared to
/linux/Documentation/filesystems/smb/
H A Dksmbd.rst43 parallel. After receiving each command a separated kernel workitem is prepared
59 NetServerGetInfo. Complete DCE/RPC response is prepared from the user space

1234