Home
last modified time | relevance | path

Searched defs:desc (Results 501 - 525 of 3974) sorted by relevance

1...<<21222324252627282930>>...159

/kernel/linux/linux-6.6/lib/kunit/
H A Dkunit-example-test.c198 static void example_param_get_desc(const struct example_param *p, char *desc) in example_param_get_desc() argument
/kernel/linux/linux-6.6/kernel/
H A Dworkqueue_internal.h58 char desc[WORKER_DESC_LEN]; member
/kernel/linux/linux-6.6/lib/
H A Dcrc64-rocksoft.c62 } desc; in crc64_rocksoft_update() local
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dpm.c342 const struct sof_dev_desc *desc = sdev->pdata->desc; in snd_sof_prepare() local
H A Dsof-pci-dev.c194 const struct sof_dev_desc *desc = in sof_pci_probe() local
[all...]
/kernel/linux/linux-6.6/sound/soc/sof/amd/
H A Dacp-common.c27 const struct sof_amd_acp_desc *desc = get_chip_info(sdev->pdata); in amd_sof_ipc_dump() local
125 const struct sof_dev_desc *desc = sof_pdata->desc; in amd_sof_machine_select() local
/kernel/linux/linux-6.6/net/rxrpc/
H A Dserver_key.c50 static int rxrpc_vet_description_s(const char *desc) in rxrpc_vet_description_s() argument
/kernel/linux/linux-5.10/crypto/
H A Dblake2b_generic.c161 static int blake2b_init(struct shash_desc *desc) in blake2b_init() argument
184 static int blake2b_update(struct shash_desc *desc, const u8 *in, in blake2b_update() argument
216 static int blake2b_final(struct shash_desc *desc, u8 *out) in blake2b_final() argument
H A Dstreebog_generic.c908 static int streebog_init(struct shash_desc *desc) in streebog_init() argument
1002 static int streebog_update(struct shash_desc *desc, const u8 *data, in streebog_update() argument
1036 static int streebog_final(struct shash_desc *desc, u8 *digest) in streebog_final() argument
H A Dcrypto_null.c37 static int null_init(struct shash_desc *desc) in null_init() argument
42 static int null_update(struct shash_desc *desc, const u8 *data, in null_update() argument
48 static int null_final(struct shash_desc *desc, u8 *out) in null_final() argument
53 static int null_digest(struct shash_desc *desc, const u8 *data, in null_digest() argument
H A Dnhpoly1305.c144 int crypto_nhpoly1305_init(struct shash_desc *desc) in crypto_nhpoly1305_init() argument
155 int crypto_nhpoly1305_update_helper(struct shash_desc *desc, in crypto_nhpoly1305_update_helper() argument
191 int crypto_nhpoly1305_update(struct shash_desc *desc, in crypto_nhpoly1305_update() argument
198 int crypto_nhpoly1305_final_helper(struct shash_desc *desc, u8 *dst, nh_t nh_fn) in crypto_nhpoly1305_final_helper() argument
218 crypto_nhpoly1305_final(struct shash_desc *desc, u8 *dst) crypto_nhpoly1305_final() argument
[all...]
H A Dmd4.c139 static int md4_init(struct shash_desc *desc) in md4_init() argument
152 static int md4_update(struct shash_desc *desc, const u8 *data, unsigned int len) in md4_update() argument
184 static int md4_final(struct shash_desc *desc, u8 *out) in md4_final() argument
/kernel/linux/linux-5.10/drivers/crypto/nx/
H A Dnx-aes-xcbc.c28 static int nx_xcbc_set_key(struct crypto_shash *desc, in nx_xcbc_set_key() argument
59 static int nx_xcbc_empty(struct shash_desc *desc, u8 *out) in nx_xcbc_empty() argument
156 static int nx_xcbc_init(struct shash_desc *desc) in nx_xcbc_init() argument
165 static int nx_xcbc_update(struct shash_desc *desc, in nx_xcbc_update() argument
292 static int nx_xcbc_final(struct shash_desc *desc, u argument
[all...]
H A Dnx-sha512.c37 static int nx_sha512_init(struct shash_desc *desc) in nx_sha512_init() argument
56 static int nx_sha512_update(struct shash_desc *desc, const u8 *data, in nx_sha512_update() argument
179 static int nx_sha512_final(struct shash_desc *desc, u8 *out) in nx_sha512_final() argument
252 static int nx_sha512_export(struct shash_desc *desc, void *out) in nx_sha512_export() argument
261 nx_sha512_import(struct shash_desc *desc, const void *in) nx_sha512_import() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/qce/
H A Ddma.c82 struct dma_async_tx_descriptor *desc; in qce_dma_prep_sg() local
/kernel/linux/linux-5.10/drivers/dma/idxd/
H A Dinit.c400 struct idxd_desc *desc, *itr; in idxd_flush_pending_llist() local
415 struct idxd_desc *desc, *iter; in idxd_flush_work_list() local
[all...]
H A Dirq.c178 struct idxd_desc *desc, *t; in irq_process_pending_llist() local
212 struct idxd_desc *desc = in irq_process_work_list() local
[all...]
/kernel/linux/linux-5.10/drivers/dma/ipu/
H A Dipu_irq.c266 static void ipu_irq_handler(struct irq_desc *desc) in ipu_irq_handler() argument
/kernel/linux/linux-5.10/drivers/devfreq/
H A Ddevfreq-event.c304 devfreq_event_add_edev(struct device *dev, struct devfreq_event_desc *desc) devfreq_event_add_edev() argument
397 devm_devfreq_event_add_edev(struct device *dev, struct devfreq_event_desc *desc) devm_devfreq_event_add_edev() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/amlogic/
H A Damlogic-gxl-cipher.c96 struct meson_desc *desc; in meson_cipher() local
[all...]
/kernel/linux/linux-5.10/drivers/dma/bestcomm/
H A Dfec.c172 u32 *desc; in self_modified_drd() local
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/crypto/
H A Docteon-sha256.c66 static int octeon_sha224_init(struct shash_desc *desc) in octeon_sha224_init() argument
83 static int octeon_sha256_init(struct shash_desc *desc) in octeon_sha256_init() argument
131 static int octeon_sha256_update(struct shash_desc *desc, const u8 *data, in octeon_sha256_update() argument
157 static int octeon_sha256_final(struct shash_desc *desc, u8 *out) in octeon_sha256_final() argument
197 static int octeon_sha224_final(struct shash_desc *desc, u argument
209 octeon_sha256_export(struct shash_desc *desc, void *out) octeon_sha256_export() argument
217 octeon_sha256_import(struct shash_desc *desc, const void *in) octeon_sha256_import() argument
[all...]
H A Docteon-sha1.c74 static int octeon_sha1_init(struct shash_desc *desc) in octeon_sha1_init() argument
119 static int octeon_sha1_update(struct shash_desc *desc, const u8 *data, in octeon_sha1_update() argument
145 static int octeon_sha1_final(struct shash_desc *desc, u8 *out) in octeon_sha1_final() argument
185 static int octeon_sha1_export(struct shash_desc *desc, void *out) in octeon_sha1_export() argument
193 static int octeon_sha1_import(struct shash_desc *desc, cons argument
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dpcm990-baseboard.c283 static void pcm990_irq_handler(struct irq_desc *desc) in pcm990_irq_handler() argument
/kernel/linux/linux-5.10/arch/hexagon/kernel/
H A Dsmp.c82 irqreturn_t handle_ipi(int irq, void *desc) in handle_ipi() argument

Completed in 12 milliseconds

1...<<21222324252627282930>>...159