Home
last modified time | relevance | path

Searched defs:desc (Results 151 – 175 of 2475) sorted by relevance

12345678910>>...99

/openbmc/linux/crypto/
H A Dmd5.c129 static int md5_init(struct shash_desc *desc) in md5_init()
142 static int md5_update(struct shash_desc *desc, const u8 *data, unsigned int len) in md5_update()
174 static int md5_final(struct shash_desc *desc, u8 *out) in md5_final()
202 static int md5_export(struct shash_desc *desc, void *out) in md5_export()
210 static int md5_import(struct shash_desc *desc, const void *in) in md5_import()
H A Dsha256_generic.c36 int crypto_sha256_update(struct shash_desc *desc, const u8 *data, in crypto_sha256_update()
44 static int crypto_sha256_final(struct shash_desc *desc, u8 *out) in crypto_sha256_final()
53 int crypto_sha256_finup(struct shash_desc *desc, const u8 *data, in crypto_sha256_finup()
H A Dsm3_generic.c30 static int crypto_sm3_update(struct shash_desc *desc, const u8 *data, in crypto_sm3_update()
37 static int crypto_sm3_final(struct shash_desc *desc, u8 *out) in crypto_sm3_final()
43 static int crypto_sm3_finup(struct shash_desc *desc, const u8 *data, in crypto_sm3_finup()
/openbmc/linux/drivers/crypto/nx/
H A Dnx-aes-xcbc.c28 static int nx_xcbc_set_key(struct crypto_shash *desc, in nx_xcbc_set_key()
59 static int nx_xcbc_empty(struct shash_desc *desc, u8 *out) in nx_xcbc_empty()
156 static int nx_xcbc_init(struct shash_desc *desc) in nx_xcbc_init()
165 static int nx_xcbc_update(struct shash_desc *desc, in nx_xcbc_update()
292 static int nx_xcbc_final(struct shash_desc *desc, u8 *out) in nx_xcbc_final()
/openbmc/linux/drivers/clk/sunxi-ng/
H A Dccu_common.c20 const struct sunxi_ccu_desc *desc; member
114 const struct sunxi_ccu_desc *desc) in sunxi_ccu_probe()
202 const struct sunxi_ccu_desc *desc = ccu->desc; in devm_sunxi_ccu_release() local
218 const struct sunxi_ccu_desc *desc) in devm_sunxi_ccu_probe()
240 const struct sunxi_ccu_desc *desc) in of_sunxi_ccu_probe()
/openbmc/linux/arch/arm/crypto/
H A Dcrct10dif-ce-glue.c24 static int crct10dif_init(struct shash_desc *desc) in crct10dif_init()
32 static int crct10dif_update(struct shash_desc *desc, const u8 *data, in crct10dif_update()
48 static int crct10dif_final(struct shash_desc *desc, u8 *out) in crct10dif_final()
H A Dsha1-ce-glue.c29 static int sha1_ce_update(struct shash_desc *desc, const u8 *data, in sha1_ce_update()
45 static int sha1_ce_finup(struct shash_desc *desc, const u8 *data, in sha1_ce_finup()
60 static int sha1_ce_final(struct shash_desc *desc, u8 *out) in sha1_ce_final()
H A Dsha2-ce-glue.c30 static int sha2_ce_update(struct shash_desc *desc, const u8 *data, in sha2_ce_update()
47 static int sha2_ce_finup(struct shash_desc *desc, const u8 *data, in sha2_ce_finup()
63 static int sha2_ce_final(struct shash_desc *desc, u8 *out) in sha2_ce_final()
H A Dsha1_neon_glue.c32 static int sha1_neon_update(struct shash_desc *desc, const u8 *data, in sha1_neon_update()
48 static int sha1_neon_finup(struct shash_desc *desc, const u8 *data, in sha1_neon_finup()
63 static int sha1_neon_final(struct shash_desc *desc, u8 *out) in sha1_neon_final()
H A Dsha256_glue.c30 int crypto_sha256_arm_update(struct shash_desc *desc, const u8 *data, in crypto_sha256_arm_update()
40 static int crypto_sha256_arm_final(struct shash_desc *desc, u8 *out) in crypto_sha256_arm_final()
46 int crypto_sha256_arm_finup(struct shash_desc *desc, const u8 *data, in crypto_sha256_arm_finup()
H A Dsha512-glue.c31 int sha512_arm_update(struct shash_desc *desc, const u8 *data, in sha512_arm_update()
37 static int sha512_arm_final(struct shash_desc *desc, u8 *out) in sha512_arm_final()
43 int sha512_arm_finup(struct shash_desc *desc, const u8 *data, in sha512_arm_finup()
/openbmc/linux/arch/s390/crypto/
H A Dsha1_s390.c30 static int s390_sha1_init(struct shash_desc *desc) in s390_sha1_init()
45 static int s390_sha1_export(struct shash_desc *desc, void *out) in s390_sha1_export()
56 static int s390_sha1_import(struct shash_desc *desc, const void *in) in s390_sha1_import()
/openbmc/linux/arch/arm64/crypto/
H A Dsm3-neon-glue.c23 static int sm3_neon_update(struct shash_desc *desc, const u8 *data, in sm3_neon_update()
38 static int sm3_neon_final(struct shash_desc *desc, u8 *out) in sm3_neon_final()
52 static int sm3_neon_finup(struct shash_desc *desc, const u8 *data, in sm3_neon_finup()
H A Dsm3-ce-glue.c26 static int sm3_ce_update(struct shash_desc *desc, const u8 *data, in sm3_ce_update()
41 static int sm3_ce_final(struct shash_desc *desc, u8 *out) in sm3_ce_final()
55 static int sm3_ce_finup(struct shash_desc *desc, const u8 *data, in sm3_ce_finup()
/openbmc/linux/arch/sparc/crypto/
H A Dsha1_glue.c51 static int sha1_sparc64_update(struct shash_desc *desc, const u8 *data, in sha1_sparc64_update()
68 static int sha1_sparc64_final(struct shash_desc *desc, u8 *out) in sha1_sparc64_final()
101 static int sha1_sparc64_export(struct shash_desc *desc, void *out) in sha1_sparc64_export()
110 static int sha1_sparc64_import(struct shash_desc *desc, const void *in) in sha1_sparc64_import()
/openbmc/linux/arch/powerpc/crypto/
H A Dsha1-spe-glue.c59 static int ppc_spe_sha1_update(struct shash_desc *desc, const u8 *data, in ppc_spe_sha1_update()
103 static int ppc_spe_sha1_final(struct shash_desc *desc, u8 *out) in ppc_spe_sha1_final()
140 static int ppc_spe_sha1_export(struct shash_desc *desc, void *out) in ppc_spe_sha1_export()
148 static int ppc_spe_sha1_import(struct shash_desc *desc, const void *in) in ppc_spe_sha1_import()
/openbmc/linux/drivers/pinctrl/aspeed/
H A Dpinmux-aspeed.c15 const struct aspeed_sig_desc *desc, bool enable, u32 rv) in aspeed_sig_desc_print_val()
41 int aspeed_sig_desc_eval(const struct aspeed_sig_desc *desc, in aspeed_sig_desc_eval()
93 const struct aspeed_sig_desc *desc = &expr->descs[i]; in aspeed_sig_expr_eval() local
/openbmc/linux/lib/
H A Dlocking-selftest.c1505 #define DO_TESTCASE_1(desc, name, nr) \ argument
1528 #define DO_TESTCASE_3(desc, name, nr) \ argument
1561 #define DO_TESTCASE_6(desc, name) \ argument
1586 #define DO_TESTCASE_6R(desc, name) \ argument
1613 #define DO_TESTCASE_2x3(desc, name) \ argument
1617 #define DO_TESTCASE_2x6(desc, name) \ argument
1621 #define DO_TESTCASE_6x2(desc, name) \ argument
1629 #define DO_TESTCASE_6x2B(desc, name) \ argument
1637 #define DO_TESTCASE_6x1RR(desc, name) \ argument
1653 #define DO_TESTCASE_6x6(desc, name) \ argument
[all …]
/openbmc/linux/drivers/regulator/
H A Drtq2134-regulator.c64 struct regulator_desc desc; member
79 struct rtq2134_regulator_desc *desc = in rtq2134_buck_set_mode() local
97 struct rtq2134_regulator_desc *desc = in rtq2134_buck_get_mode() local
113 struct rtq2134_regulator_desc *desc = in rtq2134_buck_set_suspend_voltage() local
129 struct rtq2134_regulator_desc *desc = in rtq2134_buck_set_suspend_enable() local
139 struct rtq2134_regulator_desc *desc = in rtq2134_buck_set_suspend_disable() local
149 struct rtq2134_regulator_desc *desc = in rtq2134_buck_set_suspend_mode() local
235 const struct regulator_desc *desc, in rtq2134_buck_of_parse_cb()
/openbmc/linux/drivers/dma/sf-pdma/
H A Dsf-pdma.c54 struct sf_pdma_desc *desc; in sf_pdma_alloc_desc() local
65 static void sf_pdma_fill_desc(struct sf_pdma_desc *desc, in sf_pdma_fill_desc()
86 struct sf_pdma_desc *desc; in sf_pdma_prep_dma_memcpy() local
160 struct sf_pdma_desc *desc; in sf_pdma_desc_residue() local
253 struct sf_pdma_desc *desc = chan->desc; in sf_pdma_xfer_desc() local
289 struct sf_pdma_desc *desc; in sf_pdma_free_desc() local
322 struct sf_pdma_desc *desc = chan->desc; in sf_pdma_errbh_tasklet() local
355 struct sf_pdma_desc *desc = chan->desc; in sf_pdma_done_isr() local
/openbmc/qemu/hw/net/
H A Dtulip.c71 struct tulip_descriptor *desc) in tulip_desc_read()
89 struct tulip_descriptor *desc) in tulip_desc_write()
134 struct tulip_descriptor *desc) in tulip_dump_tx_descriptor()
143 struct tulip_descriptor *desc) in tulip_dump_rx_descriptor()
152 struct tulip_descriptor *desc) in tulip_next_rx_descriptor()
165 static void tulip_copy_rx_bytes(TULIPState *s, struct tulip_descriptor *desc) in tulip_copy_rx_bytes()
232 struct tulip_descriptor desc; in tulip_receive() local
561 static void tulip_tx(TULIPState *s, struct tulip_descriptor *desc) in tulip_tx()
630 struct tulip_descriptor *desc) in tulip_setup_frame()
654 struct tulip_descriptor *desc) in tulip_next_tx_descriptor()
[all …]
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_rpc.c31 static u32 vpu_rpc_check_buffer_space(struct vpu_rpc_buffer_desc *desc, bool write) in vpu_rpc_check_buffer_space()
58 struct vpu_rpc_buffer_desc *desc; in vpu_rpc_send_cmd_buf() local
102 struct vpu_rpc_buffer_desc *desc; in vpu_rpc_check_msg() local
123 struct vpu_rpc_buffer_desc *desc; in vpu_rpc_receive_msg_buf() local
/openbmc/qemu/hw/usb/
H A Ddesc.c250 int usb_desc_other(const USBDescOther *desc, uint8_t *dest, size_t len) in usb_desc_other()
262 static int usb_desc_cap_usb2_ext(const USBDesc *desc, uint8_t *dest, size_t len) in usb_desc_cap_usb2_ext()
283 static int usb_desc_cap_super(const USBDesc *desc, uint8_t *dest, size_t len) in usb_desc_cap_super()
324 static int usb_desc_bos(const USBDesc *desc, uint8_t *dest, size_t len) in usb_desc_bos()
478 const USBDesc *desc = usb_device_get_usb_desc(dev); in usb_desc_setdefaults() local
498 const USBDesc *desc = usb_device_get_usb_desc(dev); in usb_desc_init() local
557 const USBDesc *desc = usb_device_get_usb_desc(dev); in usb_desc_create_serial() local
633 const USBDesc *desc = usb_device_get_usb_desc(dev); in usb_desc_get_descriptor() local
712 const USBDesc *desc = usb_device_get_usb_desc(dev); in usb_desc_handle_control() local
/openbmc/linux/drivers/net/wan/
H A Dhd64572.c75 static inline u16 desc_abs_number(port_t *port, u16 desc, int transmit) in desc_abs_number()
84 static inline u16 desc_offset(port_t *port, u16 desc, int transmit) in desc_offset()
90 static inline pkt_desc __iomem *desc_address(port_t *port, u16 desc, in desc_address()
97 static inline u32 buffer_offset(port_t *port, u16 desc, int transmit) in buffer_offset()
135 pkt_desc __iomem *desc = desc_address(port, i, transmit); in sca_init_port() local
193 static inline void sca_rx(card_t *card, port_t *port, pkt_desc __iomem *desc, in sca_rx()
241 pkt_desc __iomem *desc; in sca_rx_done() local
294 pkt_desc __iomem *desc = desc_address(port, port->txlast, 1); in sca_tx_done() local
568 pkt_desc __iomem *desc; in sca_xmit() local
/openbmc/linux/drivers/spi/
H A Dspi-mem.c481 static ssize_t spi_mem_no_dirmap_read(struct spi_mem_dirmap_desc *desc, in spi_mem_no_dirmap_read()
501 static ssize_t spi_mem_no_dirmap_write(struct spi_mem_dirmap_desc *desc, in spi_mem_no_dirmap_write()
539 struct spi_mem_dirmap_desc *desc; in spi_mem_dirmap_create() local
583 void spi_mem_dirmap_destroy(struct spi_mem_dirmap_desc *desc) in spi_mem_dirmap_destroy()
596 struct spi_mem_dirmap_desc *desc = *(struct spi_mem_dirmap_desc **)res; in devm_spi_mem_dirmap_release() local
617 struct spi_mem_dirmap_desc **ptr, *desc; in devm_spi_mem_dirmap_create() local
656 struct spi_mem_dirmap_desc *desc) in devm_spi_mem_dirmap_destroy()
679 ssize_t spi_mem_dirmap_read(struct spi_mem_dirmap_desc *desc, in spi_mem_dirmap_read()
725 ssize_t spi_mem_dirmap_write(struct spi_mem_dirmap_desc *desc, in spi_mem_dirmap_write()

12345678910>>...99