Home
last modified time | relevance | path

Searched defs:desc (Results 976 - 1000 of 6002) sorted by relevance

1...<<31323334353637383940>>...241

/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H A D8250_dma.c109 struct dma_async_tx_descriptor *desc; in serial8250_tx_dma() local
202 struct dma_async_tx_descriptor *desc; in serial8250_start_rx_dma() local
225 struct dma_async_tx_descriptor *desc; serial8250_rx_dma() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/regulator/
H A Dinternal.h79 regulator_of_get_init_data(struct device *dev, const struct regulator_desc *desc, struct regulator_config *config, struct device_node **node) regulator_of_get_init_data() 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
H A Dsha512_generic.c160 int crypto_sha512_update(struct shash_desc *desc, const u8 *data, in crypto_sha512_update() argument
167 static int sha512_final(struct shash_desc *desc, u8 *hash) in sha512_final() argument
173 int crypto_sha512_finup(struct shash_desc *desc, const u8 *data, in crypto_sha512_finup() argument
H A Dsm3_generic.c145 int crypto_sm3_update(struct shash_desc *desc, const u8 *data, in crypto_sm3_update() argument
152 int crypto_sm3_final(struct shash_desc *desc, u8 *out) in crypto_sm3_final() argument
159 int crypto_sm3_finup(struct shash_desc *desc, const u8 *data, in crypto_sm3_finup() 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
/kernel/linux/linux-5.10/arch/x86/um/
H A Dldt.c302 struct user_desc desc; in init_new_ldt() local
21 write_ldt_entry(struct mm_id *mm_idp, int func, struct user_desc *desc, void **addr, int done) write_ldt_entry() argument
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-mmp/
H A Ddevices.c17 int __init pxa_register_device(struct pxa_device_desc *desc, in pxa_register_device() argument
[all...]
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dmachine_kexec.c219 struct irq_desc *desc; in machine_kexec_mask_interrupts() local

Completed in 13 milliseconds

1...<<31323334353637383940>>...241