/openbmc/linux/arch/mips/crypto/ |
H A D | crc32-mips.c | 166 static int chksum_init(struct shash_desc *desc) 192 static int chksum_update(struct shash_desc *desc, const u8 *data, 201 static int chksumc_update(struct shash_desc *desc, const u8 *data, 210 static int chksum_final(struct shash_desc *desc, u8 *out) 218 static int chksumc_final(struct shash_desc *desc, u8 *out) 238 static int chksum_finup(struct shash_desc *desc, const u8 *data, 246 static int chksumc_finup(struct shash_desc *desc, const u8 *data, 254 static int chksum_digest(struct shash_desc *desc, const u8 *data, 262 static int chksumc_digest(struct shash_desc *desc, const u8 *data,
|
/openbmc/linux/drivers/dma/ |
H A D | altera-msgdma.c | 195 void __iomem *desc; member 212 struct msgdma_sw_desc *desc; in msgdma_get_descriptor() local 231 struct msgdma_sw_desc *desc) in msgdma_free_descriptor() 251 struct msgdma_sw_desc *desc, *next; in msgdma_free_desc_list() local 337 struct msgdma_extended_desc *desc; in msgdma_prep_memcpy() local 396 void *desc = NULL; in msgdma_prep_slave_sg() local 497 struct msgdma_sw_desc *desc) in msgdma_copy_one() 551 struct msgdma_sw_desc *desc; in msgdma_start_transfer() local 585 struct msgdma_sw_desc *desc, *next; in msgdma_chan_desc_cleanup() local 609 struct msgdma_sw_desc *desc; in msgdma_complete_descriptor() local [all …]
|
H A D | fsldma.c | 130 static void set_ld_eol(struct fsldma_chan *chan, struct fsl_desc_sw *desc) in set_ld_eol() 410 struct fsl_desc_sw *desc = tx_to_fsl_desc(tx); in fsl_dma_tx_submit() local 446 struct fsl_desc_sw *desc) in fsl_dma_free_descriptor() 461 struct fsl_desc_sw *desc; in fsl_dma_alloc_descriptor() local 490 struct fsl_desc_sw *desc, *_desc; in fsldma_clean_completed_descriptor() local 508 struct fsl_desc_sw *desc, dma_cookie_t cookie) in fsldma_run_tx_complete_actions() 539 struct fsl_desc_sw *desc) in fsldma_clean_running_descriptor() 569 struct fsl_desc_sw *desc; in fsl_chan_xfer_ld_queue() local 638 struct fsl_desc_sw *desc, *_desc; in fsldma_cleanup_descriptors() local 724 struct fsl_desc_sw *desc, *_desc; in fsldma_free_desc_list() local [all …]
|
/openbmc/linux/include/linux/dma/ |
H A D | ti-cppi5.h | 171 static inline void cppi5_desc_dump(void *desc, u32 size) in cppi5_desc_dump() 403 static inline u32 cppi5_hdesc_get_pktlen(struct cppi5_host_desc_t *desc) in cppi5_hdesc_get_pktlen() 412 static inline void cppi5_hdesc_set_pktlen(struct cppi5_host_desc_t *desc, in cppi5_hdesc_set_pktlen() 425 static inline u32 cppi5_hdesc_get_psflags(struct cppi5_host_desc_t *desc) in cppi5_hdesc_get_psflags() 435 static inline void cppi5_hdesc_set_psflags(struct cppi5_host_desc_t *desc, in cppi5_hdesc_set_psflags() 448 static inline u32 cppi5_hdesc_get_pkttype(struct cppi5_host_desc_t *desc) in cppi5_hdesc_get_pkttype() 459 static inline void cppi5_hdesc_set_pkttype(struct cppi5_host_desc_t *desc, in cppi5_hdesc_set_pkttype() 478 static inline void cppi5_hdesc_attach_buf(struct cppi5_host_desc_t *desc, in cppi5_hdesc_attach_buf() 488 static inline void cppi5_hdesc_get_obuf(struct cppi5_host_desc_t *desc, in cppi5_hdesc_get_obuf() 508 static inline void cppi5_hdesc_link_hbdesc(struct cppi5_host_desc_t *desc, in cppi5_hdesc_link_hbdesc() [all …]
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | sha512-glue.c | 32 static int sha512_update(struct shash_desc *desc, const u8 *data, in sha512_update() 39 static int sha512_finup(struct shash_desc *desc, const u8 *data, in sha512_finup() 50 static int sha512_final(struct shash_desc *desc, u8 *out) in sha512_final()
|
/openbmc/linux/tools/virtio/ringtest/ |
H A D | ring.c | 33 struct desc { struct 56 struct desc *ring; argument 98 struct desc desc = { in alloc_ring() local
|
/openbmc/linux/fs/nfs/ |
H A D | fscache.h | 149 struct nfs_pageio_descriptor *desc) in nfs_netfs_set_pgio_header() 153 static inline void nfs_netfs_set_pageio_descriptor(struct nfs_pageio_descriptor *desc, in nfs_netfs_set_pageio_descriptor() 158 static inline void nfs_netfs_reset_pageio_descriptor(struct nfs_pageio_descriptor *desc) in nfs_netfs_reset_pageio_descriptor() 197 struct nfs_pageio_descriptor *desc) {} in nfs_netfs_set_pgio_header() 198 static inline void nfs_netfs_set_pageio_descriptor(struct nfs_pageio_descriptor *desc, in nfs_netfs_set_pageio_descriptor() 200 static inline void nfs_netfs_reset_pageio_descriptor(struct nfs_pageio_descriptor *desc) {} in nfs_netfs_reset_pageio_descriptor()
|
/openbmc/u-boot/drivers/fpga/ |
H A D | lattice.c | 258 static int lattice_validate(Lattice_desc *desc, const char *fn) in lattice_validate() 287 int lattice_load(Lattice_desc *desc, const void *buf, size_t bsize) in lattice_load() 320 int lattice_dump(Lattice_desc *desc, const void *buf, size_t bsize) in lattice_dump() 328 int lattice_info(Lattice_desc *desc) in lattice_info()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | sm3_avx_glue.c | 23 static int sm3_avx_update(struct shash_desc *desc, const u8 *data, in sm3_avx_update() 47 static int sm3_avx_finup(struct shash_desc *desc, const u8 *data, in sm3_avx_finup() 69 static int sm3_avx_final(struct shash_desc *desc, u8 *out) in sm3_avx_final()
|
/openbmc/qemu/hw/display/ |
H A D | edid-generate.c | 179 static uint8_t *edid_desc_next(uint8_t *edid, uint8_t *dta, uint8_t *desc) in edid_desc_next() 198 static void edid_desc_type(uint8_t *desc, uint8_t type) in edid_desc_type() 207 static void edid_desc_text(uint8_t *desc, uint8_t type, in edid_desc_text() 223 static void edid_desc_ranges(uint8_t *desc) in edid_desc_ranges() 247 static void edid_desc_xtra3_std(uint8_t *desc) in edid_desc_xtra3_std() 253 static void edid_desc_dummy(uint8_t *desc) in edid_desc_dummy() 258 static void edid_desc_timing(uint8_t *desc, const Timings *timings, in edid_desc_timing() 385 uint8_t *desc = edid + 54; in qemu_edid_generate() local
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | ldt_gdt.c | 142 struct user_desc desc = *d; in install_valid_mode() local 189 static bool install_valid(const struct user_desc *desc, uint32_t ar) in install_valid() 202 static void install_invalid(const struct user_desc *desc, bool oldmode) in install_invalid() 232 static void fail_install(struct user_desc *desc) in fail_install() 246 struct user_desc desc = { in do_simple_tests() local 451 const struct user_desc desc = {}; in threadproc() local 572 struct user_desc desc = { in do_multicpu_tests() local 641 struct user_desc desc = { in do_exec_test() local
|
/openbmc/linux/drivers/media/platform/nxp/imx-jpeg/ |
H A D | mxc-jpeg-hw.c | 21 void print_descriptor_info(struct device *dev, struct mxc_jpeg_desc *desc) in print_descriptor_info() 167 void mxc_jpeg_set_bufsize(struct mxc_jpeg_desc *desc, u32 bufsize) in mxc_jpeg_set_bufsize() 172 void mxc_jpeg_set_res(struct mxc_jpeg_desc *desc, u16 w, u16 h) in mxc_jpeg_set_res() 177 void mxc_jpeg_set_line_pitch(struct mxc_jpeg_desc *desc, u32 line_pitch) in mxc_jpeg_set_line_pitch() 182 void mxc_jpeg_set_desc(u32 desc, void __iomem *reg, int slot) in mxc_jpeg_set_desc()
|
/openbmc/linux/crypto/ |
H A D | sha1_generic.c | 42 int crypto_sha1_update(struct shash_desc *desc, const u8 *data, in crypto_sha1_update() 49 static int sha1_final(struct shash_desc *desc, u8 *out) in sha1_final() 55 int crypto_sha1_finup(struct shash_desc *desc, const u8 *data, in crypto_sha1_finup()
|
H A D | poly1305_generic.c | 22 static int crypto_poly1305_init(struct shash_desc *desc) in crypto_poly1305_init() 72 static int crypto_poly1305_update(struct shash_desc *desc, in crypto_poly1305_update() 106 static int crypto_poly1305_final(struct shash_desc *desc, u8 *dst) in crypto_poly1305_final()
|
/openbmc/qemu/target/i386/hvf/ |
H A D | x86_descr.c | 75 void vmx_read_segment_descriptor(CPUState *cpu, struct vmx_segment *desc, X86Seg seg) in vmx_read_segment_descriptor() 83 void vmx_write_segment_descriptor(CPUState *cpu, struct vmx_segment *desc, X86Seg seg) in vmx_write_segment_descriptor() 94 struct x86_segment_descriptor *desc, in x86_segment_descriptor_to_vmx() 113 struct x86_segment_descriptor *desc) in vmx_segment_to_x86_descriptor()
|
/openbmc/linux/drivers/crypto/caam/ |
H A D | caamhash.c | 211 u32 *desc; in ahash_set_sh_desc() local 266 u32 *desc; in axcbc_set_sh_desc() local 318 u32 *desc; in acmac_set_sh_desc() local 368 u32 *desc; in hash_digest_key() local 831 u32 *desc; in ahash_update_ctx() local 952 u32 *desc; in ahash_final_ctx() local 1013 u32 *desc; in ahash_finup_ctx() local 1086 u32 *desc; in ahash_digest() local 1155 u32 *desc; in ahash_final_no_ctx() local 1209 u32 *desc; in ahash_update_no_ctx() local [all …]
|
/openbmc/linux/drivers/clk/mvebu/ |
H A D | clk-corediv.c | 57 const struct clk_corediv_desc *desc; member 83 const struct clk_corediv_desc *desc = corediv->desc; in clk_corediv_is_enabled() local 93 const struct clk_corediv_desc *desc = corediv->desc; in clk_corediv_enable() local 112 const struct clk_corediv_desc *desc = corediv->desc; in clk_corediv_disable() local 130 const struct clk_corediv_desc *desc = corediv->desc; in clk_corediv_recalc_rate() local 158 const struct clk_corediv_desc *desc = corediv->desc; in clk_corediv_set_rate() local
|
/openbmc/linux/fs/ext2/ |
H A D | ialloc.c | 49 struct ext2_group_desc *desc; in read_inode_bitmap() local 68 struct ext2_group_desc * desc; in ext2_release_inode() local 203 struct ext2_group_desc *desc, *best_desc = NULL; in find_group_dir() local 266 struct ext2_group_desc *desc; in find_group_orlov() local 363 struct ext2_group_desc *desc; in find_group_other() local 614 struct ext2_group_desc *desc; in ext2_count_free_inodes() local
|
/openbmc/linux/drivers/gpio/ |
H A D | gpiolib-devres.c | 20 struct gpio_desc **desc = res; in devm_gpiod_release() local 99 struct gpio_desc *desc; in devm_gpiod_get_index() local 154 struct gpio_desc *desc; in devm_fwnode_gpiod_get_index() local 191 struct gpio_desc *desc; in devm_gpiod_get_index_optional() local 270 void devm_gpiod_put(struct device *dev, struct gpio_desc *desc) in devm_gpiod_put() 287 void devm_gpiod_unhinge(struct device *dev, struct gpio_desc *desc) in devm_gpiod_unhinge()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/ |
H A D | hclge_comm_cmd.c | 42 void hclge_comm_cmd_reuse_desc(struct hclge_desc *desc, bool is_read) in hclge_comm_cmd_reuse_desc() 63 void hclge_comm_cmd_setup_basic_desc(struct hclge_desc *desc, in hclge_comm_cmd_setup_basic_desc() 80 struct hclge_desc desc; in hclge_comm_firmware_compat_config() local 229 struct hclge_desc desc; in hclge_comm_cmd_query_version_and_capability() local 292 struct hclge_desc *desc, int num) in hclge_comm_cmd_copy_desc() 408 struct hclge_desc *desc, int num, in hclge_comm_cmd_check_retval() 432 struct hclge_desc *desc, in hclge_comm_cmd_check_result() 469 int hclge_comm_cmd_send(struct hclge_comm_hw *hw, struct hclge_desc *desc, in hclge_comm_cmd_send()
|
/openbmc/linux/drivers/dma/ioat/ |
H A D | dma.c | 209 struct ioat_ring_ent *desc; in __ioat_start_null_desc() local 262 struct ioat_ring_ent *desc; in __ioat_restart_chan() local 340 struct ioat_ring_ent *desc; in ioat_alloc_ring_ent() local 366 void ioat_free_ring_ent(struct ioat_ring_ent *desc, struct dma_chan *chan) in ioat_free_ring_ent() 498 static bool desc_has_ext(struct ioat_ring_ent *desc) in desc_has_ext() 557 desc_get_errstat(struct ioatdma_chan *ioat_chan, struct ioat_ring_ent *desc) in desc_get_errstat() 594 struct ioat_ring_ent *desc; in __ioat_cleanup() local 724 struct ioat_ring_ent *desc; in ioat_abort_descs() local 780 struct ioat_ring_ent *desc; in ioat_eh() local
|
/openbmc/linux/drivers/dma/sh/ |
H A D | usb-dmac.c | 81 struct usb_dmac_desc *desc; member 196 struct usb_dmac_desc *desc = chan->desc; in usb_dmac_chan_start_sg() local 266 struct usb_dmac_desc *desc; in usb_dmac_desc_alloc() local 285 struct usb_dmac_desc *desc, *_desc; in usb_dmac_desc_free() local 301 struct usb_dmac_desc *desc = NULL; in usb_dmac_desc_get() local 330 struct usb_dmac_desc *desc) in usb_dmac_desc_put() 421 struct usb_dmac_desc *desc; in usb_dmac_prep_slave_sg() local 448 struct usb_dmac_desc *desc, *_desc; in usb_dmac_chan_terminate_all() local 468 struct usb_dmac_desc *desc, in usb_dmac_get_current_residue() 490 struct usb_dmac_desc *desc; in usb_dmac_chan_get_residue_if_complete() local [all …]
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | crct10dif-vpmsum_glue.c | 64 static int crct10dif_vpmsum_init(struct shash_desc *desc) in crct10dif_vpmsum_init() 72 static int crct10dif_vpmsum_update(struct shash_desc *desc, const u8 *data, in crct10dif_vpmsum_update() 83 static int crct10dif_vpmsum_final(struct shash_desc *desc, u8 *out) in crct10dif_vpmsum_final()
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | fsl_blob.c | 31 u32 *desc; in blob_decap() local 96 u32 *desc; in blob_encap() local 150 u32 *desc; in blob_dek() local
|
/openbmc/linux/drivers/regulator/ |
H A D | arizona-micsupp.c | 37 const struct regulator_desc *desc; member 52 const struct regulator_desc *desc = micsupp->desc; in arizona_micsupp_check_cp() local 230 const struct regulator_desc *desc) in arizona_micsupp_of_get_pdata() 256 const struct regulator_desc *desc, in arizona_micsupp_common_init() 310 const struct regulator_desc *desc; in arizona_micsupp_probe() local
|