/openbmc/linux/include/linux/ |
H A D | irqdesc.h | 119 static inline unsigned int irq_desc_kstat_cpu(struct irq_desc *desc, in irq_desc_kstat_cpu() 130 static inline unsigned int irq_desc_get_irq(struct irq_desc *desc) in irq_desc_get_irq() 135 static inline struct irq_data *irq_desc_get_irq_data(struct irq_desc *desc) in irq_desc_get_irq_data() 140 static inline struct irq_chip *irq_desc_get_chip(struct irq_desc *desc) in irq_desc_get_chip() 145 static inline void *irq_desc_get_chip_data(struct irq_desc *desc) in irq_desc_get_chip_data() 150 static inline void *irq_desc_get_handler_data(struct irq_desc *desc) in irq_desc_get_handler_data() 159 static inline void generic_handle_irq_desc(struct irq_desc *desc) in generic_handle_irq_desc() 180 static inline int irq_desc_has_action(struct irq_desc *desc) in irq_desc_has_action() 198 struct irq_desc *desc = irq_data_to_desc(data); in irq_set_handler_locked() local 220 struct irq_desc *desc = irq_data_to_desc(data); in irq_set_chip_handler_name_locked() local
|
/openbmc/linux/arch/x86/crypto/ |
H A D | ghash-clmulni-intel_glue.c | 45 static int ghash_init(struct shash_desc *desc) in ghash_init() 95 static int ghash_update(struct shash_desc *desc, in ghash_update() 149 static int ghash_final(struct shash_desc *desc, u8 *dst) in ghash_final() 185 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_init() local 205 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_update() local 223 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_final() local 231 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_import() local 243 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_export() local 264 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_digest() local
|
/openbmc/linux/drivers/net/wireless/ath/ath5k/ |
H A D | desc.c | 76 struct ath5k_desc *desc, in ath5k_hw_setup_2word_tx_desc() 242 struct ath5k_desc *desc, in ath5k_hw_setup_4word_tx_desc() 380 struct ath5k_desc *desc, in ath5k_hw_setup_mrr_tx_desc() 443 struct ath5k_desc *desc, in ath5k_hw_proc_2word_tx_status() 495 struct ath5k_desc *desc, in ath5k_hw_proc_4word_tx_status() 560 struct ath5k_desc *desc, in ath5k_hw_setup_rx_desc() 602 struct ath5k_desc *desc, in ath5k_hw_proc_5210_rx_status() 696 struct ath5k_desc *desc, in ath5k_hw_proc_5212_rx_status()
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | md5-glue.c | 30 static int ppc_md5_init(struct shash_desc *desc) in ppc_md5_init() 43 static int ppc_md5_update(struct shash_desc *desc, const u8 *data, in ppc_md5_update() 75 static int ppc_md5_final(struct shash_desc *desc, u8 *out) in ppc_md5_final() 107 static int ppc_md5_export(struct shash_desc *desc, void *out) in ppc_md5_export() 115 static int ppc_md5_import(struct shash_desc *desc, const void *in) in ppc_md5_import()
|
/openbmc/linux/fs/nfs/ |
H A D | pagelist.c | 73 nfs_pgio_get_mirror(struct nfs_pageio_descriptor *desc, u32 idx) in nfs_pgio_get_mirror() 81 nfs_pgio_current_mirror(struct nfs_pageio_descriptor *desc) in nfs_pgio_current_mirror() 95 void nfs_pgheader_init(struct nfs_pageio_descriptor *desc, in nfs_pgheader_init() 725 size_t nfs_generic_pg_test(struct nfs_pageio_descriptor *desc, in nfs_generic_pg_test() 928 void nfs_pageio_init(struct nfs_pageio_descriptor *desc, in nfs_pageio_init() 984 int nfs_generic_pgio(struct nfs_pageio_descriptor *desc, in nfs_generic_pgio() 1085 nfs_pageio_alloc_mirrors(struct nfs_pageio_descriptor *desc, in nfs_pageio_alloc_mirrors() 1208 nfs_pageio_do_add_request(struct nfs_pageio_descriptor *desc, in nfs_pageio_do_add_request() 1259 nfs_pageio_cleanup_request(struct nfs_pageio_descriptor *desc, in nfs_pageio_cleanup_request() 1476 int nfs_pageio_resend(struct nfs_pageio_descriptor *desc, in nfs_pageio_resend() [all …]
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | sha1-ce-glue.c | 53 static int sha1_ce_update(struct shash_desc *desc, const u8 *data, in sha1_ce_update() 67 static int sha1_ce_finup(struct shash_desc *desc, const u8 *data, in sha1_ce_finup() 88 static int sha1_ce_final(struct shash_desc *desc, u8 *out) in sha1_ce_final() 100 static int sha1_ce_export(struct shash_desc *desc, void *out) in sha1_ce_export() 108 static int sha1_ce_import(struct shash_desc *desc, const void *in) in sha1_ce_import()
|
H A D | crct10dif-ce-glue.c | 26 static int crct10dif_init(struct shash_desc *desc) in crct10dif_init() 34 static int crct10dif_update_pmull_p8(struct shash_desc *desc, const u8 *data, in crct10dif_update_pmull_p8() 59 static int crct10dif_update_pmull_p64(struct shash_desc *desc, const u8 *data, in crct10dif_update_pmull_p64() 84 static int crct10dif_final(struct shash_desc *desc, u8 *out) in crct10dif_final()
|
H A D | sha2-ce-glue.c | 64 static int sha256_ce_update(struct shash_desc *desc, const u8 *data, in sha256_ce_update() 79 static int sha256_ce_finup(struct shash_desc *desc, const u8 *data, in sha256_ce_finup() 105 static int sha256_ce_final(struct shash_desc *desc, u8 *out) in sha256_ce_final() 119 static int sha256_ce_export(struct shash_desc *desc, void *out) in sha256_ce_export() 127 static int sha256_ce_import(struct shash_desc *desc, const void *in) in sha256_ce_import()
|
/openbmc/linux/drivers/usb/core/ |
H A D | generic.c | 32 static int is_rndis(struct usb_interface_descriptor *desc) in is_rndis() 39 static int is_activesync(struct usb_interface_descriptor *desc) in is_activesync() 46 static bool is_audio(struct usb_interface_descriptor *desc) in is_audio() 51 static bool is_uac3_config(struct usb_interface_descriptor *desc) in is_uac3_config() 70 struct usb_interface_descriptor *desc = NULL; in usb_choose_configuration() local
|
/openbmc/linux/drivers/dma/ |
H A D | txx9dmac.c | 145 const struct txx9dmac_desc *desc) in desc_read_CHAR() 193 struct txx9dmac_desc *desc; in txx9dmac_desc_alloc() local 210 struct txx9dmac_desc *desc, *_desc; in txx9dmac_desc_get() local 261 struct txx9dmac_desc *desc) in txx9dmac_desc_put() 400 struct txx9dmac_desc *desc) in txx9dmac_descriptor_complete() 427 struct txx9dmac_desc *desc; in txx9dmac_dequeue() local 450 struct txx9dmac_desc *desc, *_desc; in txx9dmac_complete_all() local 714 struct txx9dmac_desc *desc; in txx9dmac_prep_dma_memcpy() local 828 struct txx9dmac_desc *desc; in txx9dmac_prep_slave_sg() local 943 struct txx9dmac_desc *desc; in txx9dmac_chain_dynamic() local [all …]
|
H A D | fsl_raid.c | 89 struct fsl_re_desc *desc; in fsl_re_tx_submit() local 110 struct fsl_re_desc *desc, *_desc; in fsl_re_issue_pending() local 145 struct fsl_re_desc *desc, *_desc; in fsl_re_cleanup_descs() local 161 struct fsl_re_desc *desc, *_desc; in fsl_re_dequeue() local 251 struct fsl_re_desc *desc, in fsl_re_init_desc() 274 struct fsl_re_desc *desc = NULL; in fsl_re_chan_alloc_desc() local 321 struct fsl_re_desc *desc; in fsl_re_prep_dma_genq() local 408 struct fsl_re_desc *desc; in fsl_re_prep_dma_pq() local 530 struct fsl_re_desc *desc; in fsl_re_prep_dma_memcpy() local 575 struct fsl_re_desc *desc; in fsl_re_alloc_chan_resources() local [all …]
|
/openbmc/linux/arch/s390/crypto/ |
H A D | sha256_s390.c | 20 static int s390_sha256_init(struct shash_desc *desc) in s390_sha256_init() 38 static int sha256_export(struct shash_desc *desc, void *out) in sha256_export() 49 static int sha256_import(struct shash_desc *desc, const void *in) in sha256_import() 79 static int s390_sha224_init(struct shash_desc *desc) in s390_sha224_init()
|
H A D | sha512_s390.c | 21 static int sha512_init(struct shash_desc *desc) in sha512_init() 39 static int sha512_export(struct shash_desc *desc, void *out) in sha512_export() 51 static int sha512_import(struct shash_desc *desc, const void *in) in sha512_import() 86 static int sha384_init(struct shash_desc *desc) in sha384_init()
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmw_surface_cache.h | 70 vmw_surface_get_size_in_blocks(const SVGA3dSurfaceDesc *desc, in vmw_surface_get_size_in_blocks() 83 vmw_surface_is_planar_surface(const SVGA3dSurfaceDesc *desc) in vmw_surface_is_planar_surface() 89 vmw_surface_calculate_pitch(const SVGA3dSurfaceDesc *desc, in vmw_surface_calculate_pitch() 114 vmw_surface_get_image_buffer_size(const SVGA3dSurfaceDesc *desc, in vmw_surface_get_image_buffer_size() 149 const SVGA3dSurfaceDesc *desc = vmw_surface_get_desc(format); in vmw_surface_get_serialized_size() local 196 const SVGA3dSurfaceDesc *desc = vmw_surface_get_desc(format); in vmw_surface_get_pixel_offset() local 220 const SVGA3dSurfaceDesc *desc; in vmw_surface_get_image_offset() local 331 const SVGA3dSurfaceDesc *desc; member 385 const SVGA3dSurfaceDesc *desc; in vmw_surface_setup_cache() local 438 const SVGA3dSurfaceDesc *desc = cache->desc; in vmw_surface_get_loc() local [all …]
|
/openbmc/linux/kernel/irq/ |
H A D | proc.c | 48 struct irq_desc *desc = irq_to_desc((long)m->private); in show_irq_affinity() local 85 struct irq_desc *desc = irq_to_desc((long)m->private); in irq_affinity_hint_proc_show() local 281 struct irq_desc *desc = irq_to_desc((long) m->private); in irq_node_proc_show() local 290 struct irq_desc *desc = irq_to_desc((long) m->private); in irq_spurious_proc_show() local 302 struct irq_desc *desc = irq_to_desc(irq); in name_unique() local 322 struct irq_desc *desc = irq_to_desc(irq); in register_handler_proc() local 338 void register_irq_proc(unsigned int irq, struct irq_desc *desc) in register_irq_proc() 393 void unregister_irq_proc(unsigned int irq, struct irq_desc *desc) in unregister_irq_proc() 433 struct irq_desc *desc; in init_irq_proc() local 467 struct irq_desc *desc; in show_interrupts() local
|
/openbmc/linux/drivers/crypto/xilinx/ |
H A D | zynqmp-sha.c | 81 static int zynqmp_sha_init(struct shash_desc *desc) in zynqmp_sha_init() 90 static int zynqmp_sha_update(struct shash_desc *desc, const u8 *data, unsigned int length) in zynqmp_sha_update() 97 static int zynqmp_sha_final(struct shash_desc *desc, u8 *out) in zynqmp_sha_final() 104 static int zynqmp_sha_finup(struct shash_desc *desc, const u8 *data, unsigned int length, u8 *out) in zynqmp_sha_finup() 111 static int zynqmp_sha_import(struct shash_desc *desc, const void *in) in zynqmp_sha_import() 120 static int zynqmp_sha_export(struct shash_desc *desc, void *out) in zynqmp_sha_export() 127 static int zynqmp_sha_digest(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) in zynqmp_sha_digest()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_debugfs.c | 198 struct hclge_desc *desc; in hclge_dbg_dump_reg_tqp() local 251 struct hclge_desc *desc; in hclge_dbg_dump_reg_common() local 309 struct hclge_desc desc; in hclge_dbg_dump_mac_enable_status() local 339 struct hclge_desc desc; in hclge_dbg_dump_mac_frame_size() local 369 struct hclge_desc desc; in hclge_dbg_dump_mac_speed_duplex() local 412 struct hclge_desc desc; in hclge_dbg_dump_dcb_qset() local 443 struct hclge_desc desc; in hclge_dbg_dump_dcb_pri() local 473 struct hclge_desc desc; in hclge_dbg_dump_dcb_pg() local 498 struct hclge_desc desc; in hclge_dbg_dump_dcb_queue() local 530 struct hclge_desc desc; in hclge_dbg_dump_dcb_port() local [all …]
|
/openbmc/linux/arch/loongarch/crypto/ |
H A D | crc32-loongarch.c | 111 static int chksum_init(struct shash_desc *desc) in chksum_init() 137 static int chksum_update(struct shash_desc *desc, const u8 *data, unsigned int length) in chksum_update() 145 static int chksumc_update(struct shash_desc *desc, const u8 *data, unsigned int length) in chksumc_update() 153 static int chksum_final(struct shash_desc *desc, u8 *out) in chksum_final() 161 static int chksumc_final(struct shash_desc *desc, u8 *out) in chksumc_final() 181 static int chksum_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) in chksum_finup() 188 static int chksumc_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) in chksumc_finup() 195 static int chksum_digest(struct shash_desc *desc, const u8 *data, unsigned int length, u8 *out) in chksum_digest() 202 static int chksumc_digest(struct shash_desc *desc, const u8 *data, unsigned int length, u8 *out) in chksumc_digest()
|
/openbmc/linux/crypto/ |
H A D | crc32_generic.c | 47 static int crc32_init(struct shash_desc *desc) in crc32_init() 57 static int crc32_update(struct shash_desc *desc, const u8 *data, in crc32_update() 74 static int crc32_finup(struct shash_desc *desc, const u8 *data, in crc32_finup() 80 static int crc32_final(struct shash_desc *desc, u8 *out) in crc32_final() 88 static int crc32_digest(struct shash_desc *desc, const u8 *data, in crc32_digest()
|
/openbmc/linux/arch/mips/cavium-octeon/crypto/ |
H A D | octeon-md5.c | 67 static int octeon_md5_init(struct shash_desc *desc) in octeon_md5_init() 81 static int octeon_md5_update(struct shash_desc *desc, const u8 *data, in octeon_md5_update() 121 static int octeon_md5_final(struct shash_desc *desc, u8 *out) in octeon_md5_final() 157 static int octeon_md5_export(struct shash_desc *desc, void *out) in octeon_md5_export() 165 static int octeon_md5_import(struct shash_desc *desc, const void *in) in octeon_md5_import()
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | comedi_isadma.c | 19 void comedi_isadma_program(struct comedi_isadma_desc *desc) in comedi_isadma_program() 100 struct comedi_isadma_desc *desc = &dma->desc[dma->cur_dma]; in comedi_isadma_poll() local 133 void comedi_isadma_set_mode(struct comedi_isadma_desc *desc, char dma_dir) in comedi_isadma_set_mode() 157 struct comedi_isadma_desc *desc; in comedi_isadma_alloc() local 228 struct comedi_isadma_desc *desc; in comedi_isadma_free() local
|
/openbmc/linux/include/crypto/ |
H A D | sha256_base.h | 21 static inline int sha224_base_init(struct shash_desc *desc) in sha224_base_init() 29 static inline int sha256_base_init(struct shash_desc *desc) in sha256_base_init() 74 static inline int sha256_base_do_update(struct shash_desc *desc, in sha256_base_do_update() 106 static inline int sha256_base_do_finalize(struct shash_desc *desc, in sha256_base_do_finalize() 127 static inline int sha256_base_finish(struct shash_desc *desc, u8 *out) in sha256_base_finish()
|
/openbmc/linux/drivers/media/pci/cobalt/ |
H A D | cobalt-omnitek.c | 96 void omni_sg_dma_start(struct cobalt_stream *s, struct sg_dma_desc_info *desc) in omni_sg_dma_start() 152 struct sg_dma_desc_info *desc) in descriptor_list_create() 286 void *descriptor_list_allocate(struct sg_dma_desc_info *desc, size_t bytes) in descriptor_list_allocate() 294 void descriptor_list_free(struct sg_dma_desc_info *desc) in descriptor_list_free() 302 void descriptor_list_interrupt_enable(struct sg_dma_desc_info *desc) in descriptor_list_interrupt_enable() 309 void descriptor_list_interrupt_disable(struct sg_dma_desc_info *desc) in descriptor_list_interrupt_disable() 316 void descriptor_list_loopback(struct sg_dma_desc_info *desc) in descriptor_list_loopback() 324 void descriptor_list_end_of_chain(struct sg_dma_desc_info *desc) in descriptor_list_end_of_chain()
|
/openbmc/linux/drivers/net/phy/ |
H A D | mii_timestamper.c | 29 struct mii_timestamping_desc *desc; in register_mii_tstamp_controller() local 54 struct mii_timestamping_desc *desc; in unregister_mii_tstamp_controller() local 82 struct mii_timestamping_desc *desc; in register_mii_timestamper() local 111 struct mii_timestamping_desc *desc; in unregister_mii_timestamper() local
|
/openbmc/linux/arch/sparc/crypto/ |
H A D | md5_glue.c | 32 static int md5_sparc64_init(struct shash_desc *desc) in md5_sparc64_init() 67 static int md5_sparc64_update(struct shash_desc *desc, const u8 *data, in md5_sparc64_update() 84 static int md5_sparc64_final(struct shash_desc *desc, u8 *out) in md5_sparc64_final() 117 static int md5_sparc64_export(struct shash_desc *desc, void *out) in md5_sparc64_export() 126 static int md5_sparc64_import(struct shash_desc *desc, const void *in) in md5_sparc64_import()
|