| /linux/include/crypto/ |
| H A D | sha2.h | 206 * 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 D | md5.h | 92 * 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 D | polyval.h | 37 * 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 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() 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 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() 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 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()
|
| /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/fs/nilfs2/ |
| H A D | btnode.c | 275 * 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 D | msg.c | 29 * @xfer: message which core has prepared for sending 41 * @xfer: message which core has prepared for sending
|
| /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/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() 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 D | hidma.c | 209 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 D | hidma_dbg.c | 93 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 D | imx-ipu-image-convert.h | 114 * 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 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/drivers/media/platform/st/sti/delta/ |
| H A D | delta.h | 93 * @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 D | polyval_kunit.c | 11 * 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 D | sysfs-bus-event_source-devices-format | 12 Userspace must be prepared for the possibility that attributes
|
| /linux/Documentation/w1/masters/ |
| H A D | mxc-w1.rst | 16 Originally based on Freescale code, prepared for mainline by
|
| /linux/Documentation/admin-guide/ |
| H A D | edid.rst | 26 individually prepared or corrected EDID data set in the /lib/firmware
|
| H A D | bug-bisect.rst | 24 *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 D | aes.h | 182 * 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 D | faux.c | 117 * 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 D | rpmsg_char.h | 12 * @rpdev: prepared rpdev to be used for creating endpoints
|