Home
last modified time | relevance | path

Searched defs:desc (Results 76 – 100 of 2409) sorted by relevance

12345678910>>...97

/OK3568_Linux_fs/kernel/crypto/
H A Dcrct10dif_generic.c42 static int chksum_init(struct shash_desc *desc) in chksum_init()
51 static int chksum_update(struct shash_desc *desc, const u8 *data, in chksum_update()
60 static int chksum_final(struct shash_desc *desc, u8 *out) in chksum_final()
74 static int chksum_finup(struct shash_desc *desc, const u8 *data, in chksum_finup()
82 static int chksum_digest(struct shash_desc *desc, const u8 *data, in chksum_digest()
H A Dcrc32_generic.c69 static int crc32_init(struct shash_desc *desc) in crc32_init()
79 static int crc32_update(struct shash_desc *desc, const u8 *data, in crc32_update()
96 static int crc32_finup(struct shash_desc *desc, const u8 *data, in crc32_finup()
102 static int crc32_final(struct shash_desc *desc, u8 *out) in crc32_final()
110 static int crc32_digest(struct shash_desc *desc, const u8 *data, in crc32_digest()
/OK3568_Linux_fs/kernel/kernel/irq/
H A Dproc.c48 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
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dcrct10dif-pclmul_glue.c43 static int chksum_init(struct shash_desc *desc) in chksum_init()
52 static int chksum_update(struct shash_desc *desc, const u8 *data, in chksum_update()
66 static int chksum_final(struct shash_desc *desc, u8 *out) in chksum_final()
85 static int chksum_finup(struct shash_desc *desc, const u8 *data, in chksum_finup()
93 static int chksum_digest(struct shash_desc *desc, const u8 *data, in chksum_digest()
/OK3568_Linux_fs/kernel/arch/m68k/amiga/
H A Damiints.c49 static void ami_int1(struct irq_desc *desc) in ami_int1()
72 static void ami_int3(struct irq_desc *desc) in ami_int3()
95 static void ami_int4(struct irq_desc *desc) in ami_int4()
124 static void ami_int5(struct irq_desc *desc) in ami_int5()
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Dghash-ce-glue.c53 static int ghash_init(struct shash_desc *desc) in ghash_init()
94 static int ghash_update(struct shash_desc *desc, const u8 *src, in ghash_update()
127 static int ghash_final(struct shash_desc *desc, u8 *dst) in ghash_final()
205 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_init() local
225 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_update() local
243 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_final() local
261 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_digest() local
274 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_import() local
284 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_export() local
/OK3568_Linux_fs/kernel/arch/powerpc/crypto/
H A Dmd5-glue.c30 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()
H A Dsha1-spe-glue.c58 static int ppc_spe_sha1_init(struct shash_desc *desc) in ppc_spe_sha1_init()
72 static int ppc_spe_sha1_update(struct shash_desc *desc, const u8 *data, in ppc_spe_sha1_update()
116 static int ppc_spe_sha1_final(struct shash_desc *desc, u8 *out) in ppc_spe_sha1_final()
153 static int ppc_spe_sha1_export(struct shash_desc *desc, void *out) in ppc_spe_sha1_export()
161 static int ppc_spe_sha1_import(struct shash_desc *desc, const void *in) in ppc_spe_sha1_import()
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dfsl_raid.c88 struct fsl_re_desc *desc; in fsl_re_tx_submit() local
109 struct fsl_re_desc *desc, *_desc; in fsl_re_issue_pending() local
135 static void fsl_re_desc_done(struct fsl_re_desc *desc) in fsl_re_desc_done()
144 struct fsl_re_desc *desc, *_desc; in fsl_re_cleanup_descs() local
160 struct fsl_re_desc *desc, *_desc; in fsl_re_dequeue() local
250 struct fsl_re_desc *desc, in fsl_re_init_desc()
273 struct fsl_re_desc *desc = NULL; in fsl_re_chan_alloc_desc() local
320 struct fsl_re_desc *desc; in fsl_re_prep_dma_genq() local
407 struct fsl_re_desc *desc; in fsl_re_prep_dma_pq() local
529 struct fsl_re_desc *desc; in fsl_re_prep_dma_memcpy() local
[all …]
H A Diop-adma.h181 iop_desc_init_pq(struct iop_adma_desc_slot *desc, int src_cnt, in iop_desc_init_pq()
188 iop_desc_set_pq_addr(struct iop_adma_desc_slot *desc, dma_addr_t *addr) in iop_desc_set_pq_addr()
194 iop_desc_set_pq_src_addr(struct iop_adma_desc_slot *desc, int src_idx, in iop_desc_set_pq_src_addr()
208 iop_desc_init_pq_zero_sum(struct iop_adma_desc_slot *desc, int src_cnt, in iop_desc_init_pq_zero_sum()
215 iop_desc_set_pq_zero_sum_byte_count(struct iop_adma_desc_slot *desc, u32 len) in iop_desc_set_pq_zero_sum_byte_count()
223 iop_desc_set_pq_zero_sum_addr(struct iop_adma_desc_slot *desc, int pq_idx, in iop_desc_set_pq_zero_sum_addr()
284 static inline int iop_desc_is_aligned(struct iop_adma_desc_slot *desc, in iop_desc_is_aligned()
378 static inline u32 iop_desc_get_byte_count(struct iop_adma_desc_slot *desc, in iop_desc_get_byte_count()
411 static inline u32 iop_desc_get_src_addr(struct iop_adma_desc_slot *desc, in iop_desc_get_src_addr()
443 iop_desc_init_memcpy(struct iop_adma_desc_slot *desc, unsigned long flags) in iop_desc_init_memcpy()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Ddesc.h15 static inline void fill_ldt(struct desc_struct *desc, const struct user_desc *info) in fill_ldt()
101 const u32 *desc = ptr; in desc_empty() local
121 #define write_ldt_entry(dt, entry, desc) native_write_ldt_entry(dt, entry, desc) argument
122 #define write_gdt_entry(dt, entry, desc, type) native_write_gdt_entry(dt, entry, desc, type) argument
141 static inline void native_write_ldt_entry(struct desc_struct *ldt, int entry, const void *desc) in native_write_ldt_entry()
147 native_write_gdt_entry(struct desc_struct *gdt, int entry, const void *desc, int type) in native_write_gdt_entry()
163 struct ldttss_desc *desc = d; in set_tssldt_descriptor() local
361 static inline unsigned long get_desc_base(const struct desc_struct *desc) in get_desc_base()
366 static inline void set_desc_base(struct desc_struct *desc, unsigned long base) in set_desc_base()
373 static inline unsigned long get_desc_limit(const struct desc_struct *desc) in get_desc_limit()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/cobalt/
H A Dcobalt-omnitek.c96 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()
/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A Dsha1-ce-glue.c53 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 Dsha2-ce-glue.c64 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()
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dgeneric.c32 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
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_tm.c117 struct hclge_desc desc[HCLGE_TM_PFC_PKT_GET_CMD_NUM]; in hclge_pfc_stats_get() local
162 struct hclge_desc desc; in hclge_mac_pause_en_cfg() local
175 struct hclge_desc desc; in hclge_pfc_pause_en_cfg() local
190 struct hclge_desc desc; in hclge_pause_param_cfg() local
207 struct hclge_desc desc; in hclge_pause_addr_cfg() local
251 struct hclge_desc desc; in hclge_up_to_tc_map() local
271 struct hclge_desc desc; in hclge_tm_pg_to_pri_map_cfg() local
287 struct hclge_desc desc; in hclge_tm_qs_to_pri_map_cfg() local
304 struct hclge_desc desc; in hclge_tm_q_to_qs_map_cfg() local
320 struct hclge_desc desc; in hclge_tm_pg_weight_cfg() local
[all …]
/OK3568_Linux_fs/kernel/drivers/dma/dw/
H A Dcore.c58 struct dw_desc *desc = txd_to_dw_desc(tx); in dwc_tx_submit() local
83 struct dw_desc *desc; in dwc_desc_get() local
99 static void dwc_desc_put(struct dw_dma_chan *dwc, struct dw_desc *desc) in dwc_desc_put()
152 struct dw_desc *desc) in dwc_do_single_block()
221 struct dw_desc *desc; in dwc_dostart_first_queued() local
235 dwc_descriptor_complete(struct dw_dma_chan *dwc, struct dw_desc *desc, in dwc_descriptor_complete()
264 struct dw_desc *desc, *_desc; in dwc_complete_all() local
303 struct dw_desc *desc, *_desc; in dwc_scan_descriptors() local
413 static inline void dwc_dump_lli(struct dw_dma_chan *dwc, struct dw_desc *desc) in dwc_dump_lli()
545 struct dw_desc *desc; in dwc_prep_dma_memcpy() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dixp4xx_hss.c290 struct desc { struct
313 (n) * sizeof(struct desc)) argument
571 static inline void debug_desc(u32 phys, struct desc *desc) in debug_desc()
600 struct desc *desc) in queue_put_desc()
610 static inline void dma_unmap_tx(struct port *port, struct desc *desc) in dma_unmap_tx()
666 struct desc *desc; in hss_hdlc_poll() local
799 struct desc *desc; in hss_hdlc_txdone_irq() local
835 struct desc *desc; in hss_hdlc_xmit() local
986 struct desc *desc = rx_desc_ptr(port, i); in init_hdlc_queues() local
1017 struct desc *desc = rx_desc_ptr(port, i); in destroy_hdlc_queues() local
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Dcomedi_isadma.c21 void comedi_isadma_program(struct comedi_isadma_desc *desc) in comedi_isadma_program()
102 struct comedi_isadma_desc *desc = &dma->desc[dma->cur_dma]; in comedi_isadma_poll() local
135 void comedi_isadma_set_mode(struct comedi_isadma_desc *desc, char dma_dir) in comedi_isadma_set_mode()
159 struct comedi_isadma_desc *desc; in comedi_isadma_alloc() local
230 struct comedi_isadma_desc *desc; in comedi_isadma_free() local
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/crypto/
H A Docteon-md5.c67 static int octeon_md5_init(struct shash_desc *desc) in octeon_md5_init()
80 static int octeon_md5_update(struct shash_desc *desc, const u8 *data, in octeon_md5_update()
120 static int octeon_md5_final(struct shash_desc *desc, u8 *out) in octeon_md5_final()
155 static int octeon_md5_export(struct shash_desc *desc, void *out) in octeon_md5_export()
163 static int octeon_md5_import(struct shash_desc *desc, const void *in) in octeon_md5_import()
/OK3568_Linux_fs/kernel/arch/mips/crypto/
H A Dcrc32-mips.c160 static int chksum_init(struct shash_desc *desc)
186 static int chksum_update(struct shash_desc *desc, const u8 *data,
195 static int chksumc_update(struct shash_desc *desc, const u8 *data,
204 static int chksum_final(struct shash_desc *desc, u8 *out)
212 static int chksumc_final(struct shash_desc *desc, u8 *out)
232 static int chksum_finup(struct shash_desc *desc, const u8 *data,
240 static int chksumc_finup(struct shash_desc *desc, const u8 *data,
248 static int chksum_digest(struct shash_desc *desc, const u8 *data,
256 static int chksumc_digest(struct shash_desc *desc, const u8 *data,
/OK3568_Linux_fs/kernel/arch/s390/crypto/
H A Dsha256_s390.c20 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 Dsha512_s390.c21 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Delfnote.h72 #define _ELFNOTE(size, name, unique, type, desc) \ argument
92 #define ELFNOTE(size, name, type, desc) \ argument
95 #define ELFNOTE32(name, type, desc) ELFNOTE(32, name, type, desc) argument
96 #define ELFNOTE64(name, type, desc) ELFNOTE(64, name, type, desc) argument
/OK3568_Linux_fs/kernel/arch/sparc/crypto/
H A Dmd5_glue.c32 static int md5_sparc64_init(struct shash_desc *desc) in md5_sparc64_init()
66 static int md5_sparc64_update(struct shash_desc *desc, const u8 *data, in md5_sparc64_update()
83 static int md5_sparc64_final(struct shash_desc *desc, u8 *out) in md5_sparc64_final()
116 static int md5_sparc64_export(struct shash_desc *desc, void *out) in md5_sparc64_export()
125 static int md5_sparc64_import(struct shash_desc *desc, const void *in) in md5_sparc64_import()

12345678910>>...97