Home
last modified time | relevance | path

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

12345678910>>...19

/linux/include/crypto/
H A Dsha2.h206 * struct hmac_sha224_key - Prepared key for HMAC-SHA224
238 * @key: the prepared HMAC key
294 * hmac_sha224() - Compute HMAC-SHA224 in one shot, using a prepared key
295 * @key: the prepared HMAC key
410 * struct hmac_sha256_key - Prepared key for HMAC-SHA256
442 * @key: the prepared HMAC key
498 * hmac_sha256() - Compute HMAC-SHA256 in one shot, using a prepared key
499 * @key: the prepared HMAC key
619 * struct hmac_sha384_key - Prepared key for HMAC-SHA384
651 * @key: the prepared HMAC key
[all …]
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
H A Dpolyval.h37 * struct polyval_key - Prepared key for POLYVAL
65 * @key: Pointer to the prepared POLYVAL key. The user of the API is
172 * @key: The prepared 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.c154 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 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()
259 spcm->prepared[cstream->direction] = true; in sof_compr_set_params()
/linux/drivers/clk/at91/
H A Dsckc.c45 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/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/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/drivers/dma/
H A Dmpc512x_dma.c196 struct list_head prepared; member
557 BUG_ON(!list_empty(&mchan->prepared)); in mpc_dma_free_chan_resources()
666 /* Place descriptor in prepared list */ in mpc_dma_prep_memcpy()
668 list_add_tail(&mdesc->node, &mchan->prepared); in mpc_dma_prep_memcpy()
793 /* Place descriptor in prepared list */ in mpc_dma_prep_slave_sg()
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/drivers/dma/qcom/
H A Dhidma.c209 INIT_LIST_HEAD(&mchan->prepared); in hidma_chan_init()
416 /* Place descriptor in prepared list */ in hidma_prep_dma_memcpy()
418 list_add_tail(&mdesc->node, &mchan->prepared); in hidma_prep_dma_memcpy()
460 /* Place descriptor in prepared list */ in hidma_prep_dma_memset()
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 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/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/lib/crypto/tests/
H A Dpolyval_kunit.c11 * initialized to a key prepared from bytes generated from a fixed seed.
90 * Given two prepared keys which should be identical (but may differ in
/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/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/lib/crypto/powerpc/
H A Daes.h182 * was prepared using the VSX optimized format, then encryption in aes_encrypt_arch()
211 * was prepared using the VSX optimized format, then decryption in aes_decrypt_arch()
/linux/drivers/base/
H A Dfaux.c117 * faux_ops can be called before the function returns, so be prepared for
197 * faux_ops can be called before the function returns, so be prepared for
/linux/drivers/rpmsg/
H A Drpmsg_char.h12 * @rpdev: prepared rpdev to be used for creating endpoints

12345678910>>...19