Home
last modified time | relevance | path

Searched full:prepared (Results 1 – 25 of 444) sorted by relevance

12345678910>>...18

/linux/include/crypto/
H A Dsha2.h206 * struct hmac_sha224_key - Prepared key for HMAC-SHA224
238 * @key: the prepared HMAC key
293 * hmac_sha224() - Compute HMAC-SHA224 in one shot, using a prepared key
294 * @key: the prepared HMAC key
407 * struct hmac_sha256_key - Prepared key for HMAC-SHA256
439 * @key: the prepared HMAC key
494 * hmac_sha256() - Compute HMAC-SHA256 in one shot, using a prepared key
495 * @key: the prepared HMAC key
614 * struct hmac_sha384_key - Prepared key for HMAC-SHA384
646 * @key: the prepared HMAC key
[all …]
H A Dsha1.h100 * struct hmac_sha1_key - Prepared key for HMAC-SHA1
136 * @key: the prepared HMAC key
187 * hmac_sha1() - Compute HMAC-SHA1 in one shot, using a prepared key
188 * @key: the prepared HMAC key
H A Dmd5.h92 * struct hmac_md5_key - Prepared key for HMAC-MD5
128 * @key: the prepared HMAC key
179 * hmac_md5() - Compute HMAC-MD5 in one shot, using a prepared key
180 * @key: the prepared HMAC key
/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()
196 dev_info(afe->dev, "%s '%s' prepared already\n", 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()
603 dev_info(afe->dev, "%s '%s' prepared already\n", 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 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 Dcompress.c124 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()
251 spcm->prepared[cstream->direction] = true; in sof_compr_set_params()
H A Dsof-audio.h354 bool prepared[2]; /* PCM_PARAMS set successfully */ member
422 * the prepared flag is used to indicate that a widget has been prepared for getting set
425 bool prepared; member
/linux/fs/nilfs2/
H A Dbtnode.c275 * context @ctxt prepared by nilfs_btnode_prepare_change_key(). If no valid
276 * block buffer is prepared in "newbh" of @ctxt (i.e., a full folio move),
328 * context @ctxt prepared via nilfs_btnode_prepare_change_key() and performs
329 * any necessary cleanup. If no valid block buffer is prepared in "newbh" of
/linux/sound/pci/lola/
H A Dlola_pcm.c131 if (str->prepared && str->paused) { in lola_sync_wait_for_fifo()
162 if (str->paused && str->prepared) in lola_sync_pause()
171 if (str->prepared) { in lola_stream_reset()
174 str->prepared = 0; in lola_stream_reset()
427 if (str->prepared) in lola_setup_controller()
441 str->prepared = 1; in lola_setup_controller()
/linux/drivers/firmware/arm_scmi/
H A Dmsg.c29 * @xfer: message which core has prepared for sending
41 * @xfer: message which core has prepared for sending
/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/include/video/
H A Dimx-ipu-image-convert.h114 * var) by callers and filled in with a previously prepared conversion
156 * the prepared context in run->ctx. The caller is responsible for unpreparing
/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/drivers/media/platform/st/sti/delta/
H A Ddelta.h93 * @prepared: if set vaddr/paddr are resolved
103 bool prepared; member
158 * @prepared: if set pix/vaddr/paddr are resolved
173 bool prepared; member
/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/ABI/testing/
H A Dsysfs-bus-event_source-devices-format12 Userspace must be prepared for the possibility that attributes
/linux/Documentation/w1/masters/
H A Dmxc-w1.rst16 Originally based on Freescale code, prepared for mainline by
/linux/drivers/dma/qcom/
H A Dhidma_dbg.c93 seq_puts(s, "prepared\n"); in hidma_chan_show()
94 list_for_each_entry(mdesc, &mchan->prepared, node) in hidma_chan_show()
/linux/Documentation/admin-guide/
H A Dedid.rst26 individually prepared or corrected EDID data set in the /lib/firmware
H A Dbug-bisect.rst24 *Note: the following process assumes you prepared everything for a bisection.
40 1. Copy your prepared .config into the build directory and adjust it to the
/linux/drivers/rpmsg/
H A Drpmsg_char.h12 * @rpdev: prepared rpdev to be used for creating endpoints
/linux/sound/pci/asihpi/
H A Dhpimsginit.h16 prepared.
/linux/Documentation/filesystems/ext4/
H A Dbigalloc.rst8 ext4 code is not prepared to handle the case where the block size
/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

12345678910>>...18