| /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()
|
| H A D | mt8365-afe-common.h | 225 bool prepared[SNDRV_PCM_STREAM_LAST + 1]; member
|
| /linux/sound/soc/sof/ |
| H A D | pcm.c | 129 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 D | sof-audio.h | 354 bool prepared[2]; /* PCM_PARAMS set successfully */ member 425 bool prepared; member
|
| /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/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/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 | 451 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 D | edid.rst | 26 individually prepared or corrected EDID data set in the /lib/firmware
|
| H A D | filesystem-monitoring.rst | 46 must be prepared to skip over unknown records. Please refer to
|
| /linux/drivers/dma/qcom/ |
| 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 | 454 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 D | core.h | 162 bool prepared; 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/drivers/media/common/videobuf2/ |
| H A D | videobuf2-core.c | 1560 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 D | vub300.c | 290 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 D | submitting-patches.rst | 20 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 D | ksmbd.rst | 43 parallel. After receiving each command a separated kernel workitem is prepared 59 NetServerGetInfo. Complete DCE/RPC response is prepared from the user space
|