| /linux/sound/soc/mediatek/mt8365/ |
| H A D | mt8365-dai-adda.c | 161 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 D | mt8365-dai-i2s.c | 556 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()
|
| /linux/sound/soc/sof/ |
| H A D | pcm.c | 154 if (spcm->prepared[substream->stream] && pcm_ops && pcm_ops->hw_free) { in sof_pcm_hw_params() 159 spcm->prepared[substream->stream] = false; in sof_pcm_hw_params() 218 if (spcm->prepared[substream->stream]) { in sof_pcm_stream_free() 234 spcm->prepared[substream->stream] = false; in sof_pcm_free_all_streams() 338 if (spcm->prepared[substream->stream]) { in sof_pcm_trigger() 376 spcm->prepared[substream->stream] = true; in sof_pcm_trigger() 581 spcm->prepared[substream->stream] = false; in sof_pcm_new()
|
| H A D | compress.c | 124 spcm->prepared[dir] = false; in sof_compr_open() 149 if (spcm->prepared[cstream->direction]) { in sof_compr_free() 152 spcm->prepared[cstream->direction] = false; in sof_compr_free() 259 spcm->prepared[cstream->direction] = true; in sof_compr_set_params()
|
| H A D | sof-audio.h | 358 bool prepared[2]; /* PCM_PARAMS set successfully */ 427 * the prepared flag is used to indicate that a widget has been prepared for getting set 430 bool prepared; 354 bool prepared[2]; /* PCM_PARAMS set successfully */ global() member 425 bool prepared; global() member
|
| /linux/drivers/clk/at91/ |
| H A D | sckc.c | 45 bool prepared; member 549 if (osc->prepared) in clk_sama5d4_slow_osc_prepare() 557 osc->prepared = true; in clk_sama5d4_slow_osc_prepare() 565 osc->prepared = true; in clk_sama5d4_slow_osc_prepare() 574 return osc->prepared; in clk_sama5d4_slow_osc_is_prepared()
|
| /linux/sound/soc/intel/avs/ |
| H A D | probes.c | 120 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/kernel/ |
| H A D | seccomp.c | 1960 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/drivers/media/platform/st/sti/delta/ |
| H A D | delta.h | 103 bool prepared; member 173 bool prepared; member
|
| /linux/drivers/dma/ |
| H A D | mpc512x_dma.c | 196 struct list_head prepared; member 557 BUG_ON(!list_empty(&mchan->prepared)); in mpc_dma_free_chan_resources() 668 list_add_tail(&mdesc->node, &mchan->prepared); in mpc_dma_prep_memcpy() 795 list_add_tail(&mdesc->node, &mchan->prepared); in mpc_dma_prep_slave_sg() 889 list_splice_tail_init(&mchan->prepared, &mchan->free); in mpc_dma_device_terminate_all() 1004 INIT_LIST_HEAD(&mchan->prepared); in mpc_dma_probe()
|
| /linux/Documentation/w1/masters/ |
| H A D | mxc-w1.rst | 16 Originally based on Freescale code, prepared for mainline by
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-event_source-devices-format | 12 Userspace must be prepared for the possibility that attributes
|
| /linux/include/sound/ |
| H A D | hda_chmap.h | 45 unsigned char *chmap, int prepared);
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_writeback.c | 450 job->prepared = true; in drm_writeback_prepare_job() 495 if (job->prepared && funcs->cleanup_writeback_job) in drm_writeback_cleanup_job()
|
| /linux/Documentation/admin-guide/ |
| H A D | edid.rst | 26 individually prepared or corrected EDID data set in the /lib/firmware
|
| /linux/drivers/dma/qcom/ |
| H A D | hidma.c | 209 INIT_LIST_HEAD(&mchan->prepared); in hidma_chan_init() 418 list_add_tail(&mdesc->node, &mchan->prepared); in hidma_prep_dma_memcpy() 462 list_add_tail(&mdesc->node, &mchan->prepared); in hidma_prep_dma_memset() 484 list_splice_init(&mchan->prepared, &list); in hidma_terminate_channel()
|
| H A D | hidma.h | 101 struct list_head prepared; member
|
| H A D | hidma_dbg.c | 94 list_for_each_entry(mdesc, &mchan->prepared, node) in hidma_chan_show()
|
| /linux/sound/soc/intel/catpt/ |
| H A D | pcm.c | 448 if (stream->prepared) in catpt_dai_prepare() 459 stream->prepared = true; in catpt_dai_prepare() 500 stream->prepared = false; in catpt_dai_trigger() 528 if (!stream->prepared) in catpt_stream_update_position()
|
| H A D | core.h | 163 bool prepared; 162 bool prepared; global() member
|
| /linux/Documentation/firmware-guide/acpi/ |
| H A D | acpi-lid.rst | 70 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 D | bigalloc.rst | 8 ext4 code is not prepared to handle the case where the block size
|
| /linux/sound/hda/core/ |
| H A D | hdmi_chmap.c | 779 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/sound/hda/common/ |
| H A D | controller.c | 148 azx_stream(azx_dev)->prepared = 0; in azx_pcm_hw_free() 197 azx_stream(azx_dev)->prepared = 1; in azx_pcm_prepare() 222 if (dsp_is_locked(azx_dev) || !hstr->prepared) in azx_pcm_trigger() 980 hstr->prepared = 0; in snd_hda_codec_load_dsp_prepare()
|
| /linux/drivers/media/common/videobuf2/ |
| H A D | videobuf2-core.c | 1554 if (vb->prepared) in __buf_prepare() 1591 vb->prepared = 1; in __buf_prepare() 1702 if (vb->prepared) { in vb2_core_prepare_buf() 1859 if (q->is_output && !vb->prepared) { in vb2_core_qbuf() 1908 if (!vb->prepared) { in vb2_core_qbuf() 2150 vb->prepared = 0; in vb2_core_dqbuf() 2284 if (vb->prepared) { in __vb2_queue_cancel() 2286 vb->prepared = 0; in __vb2_queue_cancel()
|