Searched defs:desc (Results 51 - 75 of 2170) sorted by relevance

1234567891011>>

/linux-master/drivers/pinctrl/aspeed/
H A Dpinmux-aspeed.c41 int aspeed_sig_desc_eval(const struct aspeed_sig_desc *desc, argument
14 aspeed_sig_desc_print_val( const struct aspeed_sig_desc *desc, bool enable, u32 rv) argument
93 const struct aspeed_sig_desc *desc = &expr->descs[i]; local
[all...]
/linux-master/crypto/
H A Dsha256_generic.c36 int crypto_sha256_update(struct shash_desc *desc, const u8 *data, argument
44 static int crypto_sha256_final(struct shash_desc *desc, u8 *out) argument
53 int crypto_sha256_finup(struct shash_desc *desc, const u8 *data, argument
H A Dsm3_generic.c30 static int crypto_sm3_update(struct shash_desc *desc, const u8 *data, argument
37 static int crypto_sm3_final(struct shash_desc *desc, u8 *out) argument
43 static int crypto_sm3_finup(struct shash_desc *desc, const u8 *data, argument
H A Dcrc64_rocksoft_generic.c8 static int chksum_init(struct shash_desc *desc) argument
17 static int chksum_update(struct shash_desc *desc, const u8 *data, argument
27 static int chksum_final(struct shash_desc *desc, u8 *out) argument
42 static int chksum_finup(struct shash_desc *desc, const u8 *data, argument
50 static int chksum_digest(struct shash_desc *desc, const u8 *data, argument
/linux-master/drivers/pci/msi/
H A Dlegacy.c10 int __weak arch_setup_msi_irq(struct pci_dev *dev, struct msi_desc *desc) argument
21 struct msi_desc *desc; local
42 struct msi_desc *desc; local
53 struct msi_desc *desc; local
[all...]
/linux-master/arch/x86/crypto/
H A Dsm3_avx_glue.c23 static int sm3_avx_update(struct shash_desc *desc, const u8 *data, argument
47 static int sm3_avx_finup(struct shash_desc *desc, const u8 *data, argument
69 static int sm3_avx_final(struct shash_desc *desc, u8 *out) argument
[all...]
/linux-master/arch/arm64/crypto/
H A Dsha3-ce-glue.c34 static int sha3_update(struct shash_desc *desc, const u8 *data, argument
81 static int sha3_final(struct shash_desc *desc, u8 *out) argument
H A Dsm3-ce-glue.c26 static int sm3_ce_update(struct shash_desc *desc, const u8 *data, argument
41 static int sm3_ce_final(struct shash_desc *desc, u8 *out) argument
55 static int sm3_ce_finup(struct shash_desc *desc, const u8 *data, argument
[all...]
H A Dsm3-neon-glue.c23 static int sm3_neon_update(struct shash_desc *desc, const u8 *data, argument
38 static int sm3_neon_final(struct shash_desc *desc, u8 *out) argument
52 static int sm3_neon_finup(struct shash_desc *desc, const u8 *data, argument
[all...]
/linux-master/arch/alpha/kernel/
H A Dirq.c109 struct irq_desc *desc = irq_to_desc(irq); local
/linux-master/drivers/crypto/caam/
H A Dcaamhash_desc.c28 void cnstr_shdsc_ahash(u32 * const desc, struct alginfo *adata, u32 state, argument
87 cnstr_shdsc_sk_hash(u32 * const desc, struct alginfo *adata, u32 state, int digestsize, int ctx_len) argument
[all...]
/linux-master/kernel/
H A Dextable.c145 func_desc_t *desc = ptr; local
/linux-master/include/linux/usb/
H A Daudio.h39 struct usb_descriptor_header *desc; member in struct:usb_audio_control_selector
/linux-master/arch/s390/crypto/
H A Dsha512_s390.c21 static int sha512_init(struct shash_desc *desc) argument
39 static int sha512_export(struct shash_desc *desc, void *out) argument
51 static int sha512_import(struct shash_desc *desc, const void *in) argument
86 static int sha384_init(struct shash_desc *desc) argument
H A Dsha3_512_s390.c19 static int sha3_512_init(struct shash_desc *desc) argument
30 static int sha3_512_export(struct shash_desc *desc, void *out) argument
44 static int sha3_512_import(struct shash_desc *desc, const void *in) argument
60 static int sha3_384_import(struct shash_desc *desc, const void *in) argument
96 static int sha3_384_init(struct shash_desc *desc) argument
[all...]
H A Dsha256_s390.c20 static int s390_sha256_init(struct shash_desc *desc) argument
38 static int sha256_export(struct shash_desc *desc, void *out) argument
49 static int sha256_import(struct shash_desc *desc, const void *in) argument
79 static int s390_sha224_init(struct shash_desc *desc) argument
H A Dsha1_s390.c30 static int s390_sha1_init(struct shash_desc *desc) argument
45 static int s390_sha1_export(struct shash_desc *desc, void *out) argument
56 static int s390_sha1_import(struct shash_desc *desc, const void *in) argument
H A Dsha3_256_s390.c20 static int sha3_256_init(struct shash_desc *desc) argument
31 static int sha3_256_export(struct shash_desc *desc, void *out) argument
43 static int sha3_256_import(struct shash_desc *desc, const void *in) argument
56 static int sha3_224_import(struct shash_desc *desc, const void *in) argument
87 static int sha3_224_init(struct shash_desc *desc) argument
[all...]
/linux-master/include/asm-generic/
H A Dmsi.h25 struct msi_desc *desc; member in struct:msi_alloc_info
/linux-master/arch/parisc/kernel/
H A Dkexec.c74 Elf64_Fdesc desc; local
/linux-master/arch/arm/crypto/
H A Dsha1_neon_glue.c32 static int sha1_neon_update(struct shash_desc *desc, const u8 *data, argument
48 static int sha1_neon_finup(struct shash_desc *desc, const u8 *data, argument
63 static int sha1_neon_final(struct shash_desc *desc, u argument
[all...]
/linux-master/kernel/irq/
H A Dresend.c33 struct irq_desc *desc; local
50 static int irq_sw_resend(struct irq_desc *desc) argument
86 clear_irq_resend(struct irq_desc *desc) argument
93 irq_resend_init(struct irq_desc *desc) argument
98 clear_irq_resend(struct irq_desc *desc) argument
99 irq_resend_init(struct irq_desc *desc) argument
101 irq_sw_resend(struct irq_desc *desc) argument
107 try_retrigger(struct irq_desc *desc) argument
124 check_irq_resend(struct irq_desc *desc, bool inject) argument
175 struct irq_desc *desc; local
[all...]
/linux-master/drivers/clk/qcom/
H A Dlpasscc-sc8280xp.c72 const struct qcom_cc_desc *desc = of_device_get_match_data(&pdev->dev); local
/linux-master/drivers/clk/actions/
H A Dowl-common.c24 static void owl_clk_set_regmap(const struct owl_clk_desc *desc, argument
39 owl_clk_regmap_init(struct platform_device *pdev, struct owl_clk_desc *desc) argument
/linux-master/arch/powerpc/platforms/85xx/
H A Dcommon.c53 static void cpm2_cascade(struct irq_desc *desc) argument

Completed in 298 milliseconds

1234567891011>>