| /linux/sound/soc/mediatek/mt8365/ |
| H A D | mt8365-dai-adda.c | 155 if (be->prepared[stream]) { in mt8365_dai_int_adda_shutdown() 162 be->prepared[stream] = false; in mt8365_dai_int_adda_shutdown() 189 if (be->prepared[substream->stream]) { in mt8365_dai_int_adda_prepare() 190 dev_info(afe->dev, "%s '%s' prepared already\n", in mt8365_dai_int_adda_prepare() 213 be->prepared[substream->stream] = true; in mt8365_dai_int_adda_prepare()
|
| H A D | mt8365-dai-i2s.c | 553 if (be->prepared[substream->stream]) { in mt8365_dai_i2s_shutdown() 566 be->prepared[SNDRV_PCM_STREAM_PLAYBACK] = false; in mt8365_dai_i2s_shutdown() 569 be->prepared[SNDRV_PCM_STREAM_CAPTURE] = false; in mt8365_dai_i2s_shutdown() 599 if (be->prepared[substream->stream]) { in mt8365_dai_i2s_prepare() 600 dev_info(afe->dev, "%s '%s' prepared already\n", in mt8365_dai_i2s_prepare() 642 be->prepared[SNDRV_PCM_STREAM_PLAYBACK] = true; in mt8365_dai_i2s_prepare() 662 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() 260 spcm->prepared[cstream->direction] = true; in sof_compr_set_params()
|
| H A D | sof-audio.c | 453 if (!swidget->prepared || swidget->use_count > 0 || is_aggregated_dai(swidget)) in sof_unprepare_widgets_in_path() 461 swidget->prepared = false; in sof_unprepare_widgets_in_path() 516 swidget->prepared = true; in sof_prepare_widgets_in_path() 533 swidget && swidget->prepared && swidget->use_count == 0) { in sof_prepare_widgets_in_path() 535 swidget->prepared = false; in sof_prepare_widgets_in_path()
|
| 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/gpu/drm/panel/ |
| H A D | panel-orisetech-otm8009a.c | 72 bool prepared; member 258 ctx->prepared = false; in otm8009a_unprepare() 286 ctx->prepared = true; in otm8009a_prepare() 352 if (!ctx->prepared) { in otm8009a_backlight_update_status()
|
| /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/drivers/media/platform/st/sti/delta/ |
| H A D | delta.h | 103 bool prepared; member 173 bool prepared; member
|
| /linux/Documentation/w1/masters/ |
| H A D | mxc-w1.rst | 16 Originally based on Freescale code, prepared for mainline by
|
| /linux/kernel/ |
| H A D | seccomp.c | 1958 struct seccomp_filter *prepared = NULL; in seccomp_set_mode_filter() 1988 prepared = seccomp_prepare_user_filter(filter); in seccomp_set_mode_filter() 1989 if (IS_ERR(prepared)) in seccomp_set_mode_filter() 1990 return PTR_ERR(prepared); in seccomp_set_mode_filter() 1999 listener_f = init_listener(prepared); in seccomp_set_mode_filter() 2020 if (has_duplicate_listener(prepared)) { in seccomp_set_mode_filter() 2025 ret = seccomp_attach_filter(flags, prepared); in seccomp_set_mode_filter() 2029 prepared = NULL; in seccomp_set_mode_filter() 2042 seccomp_notify_detach(prepared); in seccomp_set_mode_filter() 2049 seccomp_filter_free(prepared); in seccomp_set_mode_filter() 1960 struct seccomp_filter *prepared = NULL; seccomp_set_mode_filter() local [all...] |
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-event_source-devices-format | 12 Userspace must be prepared for the possibility that attributes
|
| /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/include/sound/ |
| H A D | hda_chmap.h | 45 unsigned char *chmap, int prepared);
|
| /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 | 208 INIT_LIST_HEAD(&mchan->prepared); in hidma_chan_init() 417 list_add_tail(&mdesc->node, &mchan->prepared); in hidma_prep_dma_memcpy() 461 list_add_tail(&mdesc->node, &mchan->prepared); in hidma_prep_dma_memset() 483 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 | core.h | 160 bool prepared; 162 bool prepared; global() member
|
| H A D | pcm.c | 473 if (stream->prepared) in catpt_dai_trigger() 484 stream->prepared = true; in catpt_dai_trigger() 525 stream->prepared = false; in catpt_stream_update_position() 553 if (!stream->prepared)
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | bigalloc.rst | 8 ext4 code is not prepared to handle the case where the block size
|
| /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/sound/hda/core/ |
| H A D | hdmi_chmap.c | 782 int i, err, ca, prepared = 0; in hdmi_chmap_ctl_put() 803 prepared = 1; in hdmi_chmap_ctl_put() 825 hchmap->ops.set_chmap(hchmap->hdac, pcm_idx, chmap, prepared); in hdmi_chmap_ctl_put() 779 int i, err, ca, prepared = 0; hdmi_chmap_ctl_put() local
|
| /linux/sound/hda/common/ |
| H A D | controller.c | 150 azx_stream(azx_dev)->prepared = 0; in azx_pcm_hw_free() 199 azx_stream(azx_dev)->prepared = 1; in azx_pcm_prepare() 224 if (dsp_is_locked(azx_dev) || !hstr->prepared) in azx_pcm_trigger() 982 hstr->prepared = 0; in snd_hda_codec_load_dsp_prepare()
|