Home
last modified time | relevance | path

Searched defs:desc (Results 51 – 75 of 2409) sorted by relevance

12345678910>>...97

/OK3568_Linux_fs/u-boot/drivers/fpga/
H A Dspartan2.c44 static int spartan2_load(xilinx_desc *desc, const void *buf, size_t bsize, in spartan2_load()
68 static int spartan2_dump(xilinx_desc *desc, const void *buf, size_t bsize) in spartan2_dump()
91 static int spartan2_info(xilinx_desc *desc) in spartan2_info()
100 static int spartan2_sp_load(xilinx_desc *desc, const void *buf, size_t bsize) in spartan2_sp_load()
252 static int spartan2_sp_dump(xilinx_desc *desc, const void *buf, size_t bsize) in spartan2_sp_dump()
300 static int spartan2_ss_load(xilinx_desc *desc, const void *buf, size_t bsize) in spartan2_ss_load()
443 static int spartan2_ss_dump(xilinx_desc *desc, const void *buf, size_t bsize) in spartan2_ss_dump()
H A Dspartan3.c48 static int spartan3_load(xilinx_desc *desc, const void *buf, size_t bsize, in spartan3_load()
72 static int spartan3_dump(xilinx_desc *desc, const void *buf, size_t bsize) in spartan3_dump()
95 static int spartan3_info(xilinx_desc *desc) in spartan3_info()
104 static int spartan3_sp_load(xilinx_desc *desc, const void *buf, size_t bsize) in spartan3_sp_load()
258 static int spartan3_sp_dump(xilinx_desc *desc, const void *buf, size_t bsize) in spartan3_sp_dump()
306 static int spartan3_ss_load(xilinx_desc *desc, const void *buf, size_t bsize) in spartan3_ss_load()
461 static int spartan3_ss_dump(xilinx_desc *desc, const void *buf, size_t bsize) in spartan3_ss_dump()
H A DstratixII.c17 int StratixII_load (Altera_desc * desc, void *buf, size_t bsize) in StratixII_load()
40 int StratixII_dump (Altera_desc * desc, void *buf, size_t bsize) in StratixII_dump()
58 int StratixII_info (Altera_desc * desc) in StratixII_info()
63 int StratixII_ps_fpp_dump (Altera_desc * desc, void *buf, size_t bsize) in StratixII_ps_fpp_dump()
69 int StratixII_ps_fpp_load (Altera_desc * desc, void *buf, size_t bsize, in StratixII_ps_fpp_load()
H A Dcyclon2.c39 int CYC2_load(Altera_desc *desc, const void *buf, size_t bsize) in CYC2_load()
69 int CYC2_dump(Altera_desc *desc, const void *buf, size_t bsize) in CYC2_dump()
89 int CYC2_info( Altera_desc *desc ) in CYC2_info()
96 static int CYC2_ps_load(Altera_desc *desc, const void *buf, size_t bsize) in CYC2_ps_load()
198 static int CYC2_ps_dump(Altera_desc *desc, const void *buf, size_t bsize) in CYC2_ps_dump()
H A Daltera.c48 static int altera_validate(Altera_desc *desc, const char *fn) in altera_validate()
76 altera_desc_to_fpga(Altera_desc *desc, const char *fn) in altera_desc_to_fpga()
98 int altera_load(Altera_desc *desc, const void *buf, size_t bsize) in altera_load()
112 int altera_dump(Altera_desc *desc, const void *buf, size_t bsize) in altera_dump()
126 int altera_info(Altera_desc *desc) in altera_info()
H A DACEX1K.c41 int ACEX1K_load(Altera_desc *desc, const void *buf, size_t bsize) in ACEX1K_load()
61 int ACEX1K_dump(Altera_desc *desc, const void *buf, size_t bsize) in ACEX1K_dump()
81 int ACEX1K_info( Altera_desc *desc ) in ACEX1K_info()
90 static int ACEX1K_ps_load(Altera_desc *desc, const void *buf, size_t bsize) in ACEX1K_ps_load()
243 static int ACEX1K_ps_dump(Altera_desc *desc, const void *buf, size_t bsize) in ACEX1K_ps_dump()
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/crypto/
H A Docteon-sha256.c66 static int octeon_sha224_init(struct shash_desc *desc) in octeon_sha224_init()
83 static int octeon_sha256_init(struct shash_desc *desc) in octeon_sha256_init()
131 static int octeon_sha256_update(struct shash_desc *desc, const u8 *data, in octeon_sha256_update()
157 static int octeon_sha256_final(struct shash_desc *desc, u8 *out) in octeon_sha256_final()
197 static int octeon_sha224_final(struct shash_desc *desc, u8 *hash) in octeon_sha224_final()
209 static int octeon_sha256_export(struct shash_desc *desc, void *out) in octeon_sha256_export()
217 static int octeon_sha256_import(struct shash_desc *desc, const void *in) in octeon_sha256_import()
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dcdc_ether.c24 static int is_rndis(struct usb_interface_descriptor *desc) in is_rndis()
31 static int is_activesync(struct usb_interface_descriptor *desc) in is_activesync()
38 static int is_wireless_rndis(struct usb_interface_descriptor *desc) in is_wireless_rndis()
45 static int is_novatel_rndis(struct usb_interface_descriptor *desc) in is_novatel_rndis()
54 #define is_rndis(desc) 0 argument
55 #define is_activesync(desc) 0 argument
56 #define is_wireless_rndis(desc) 0 argument
57 #define is_novatel_rndis(desc) 0 argument
294 struct usb_endpoint_descriptor *desc; in usbnet_generic_cdc_bind() local
/OK3568_Linux_fs/kernel/drivers/sh/intc/
H A Dhandle.c18 static intc_enum __init intc_grp_id(struct intc_desc *desc, in intc_grp_id()
38 static unsigned int __init _intc_mask_data(struct intc_desc *desc, in _intc_mask_data()
89 intc_get_mask_handle(struct intc_desc *desc, struct intc_desc_int *d, in intc_get_mask_handle()
106 static unsigned int __init _intc_prio_data(struct intc_desc *desc, in _intc_prio_data()
158 intc_get_prio_handle(struct intc_desc *desc, struct intc_desc_int *d, in intc_get_prio_handle()
175 static unsigned int intc_ack_data(struct intc_desc *desc, in intc_ack_data()
231 void __init intc_enable_disable_enum(struct intc_desc *desc, in intc_enable_disable_enum()
258 intc_get_sense_handle(struct intc_desc *desc, struct intc_desc_int *d, in intc_get_sense_handle()
287 void intc_set_ack_handle(unsigned int irq, struct intc_desc *desc, in intc_set_ack_handle()
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dcdev.c44 static int get_exclusive(struct ubi_volume_desc *desc) in get_exclusive()
71 static void revoke_exclusive(struct ubi_volume_desc *desc, int mode) in revoke_exclusive()
94 struct ubi_volume_desc *desc; in vol_cdev_open() local
119 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_release() local
145 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_llseek() local
160 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_fsync() local
174 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_read() local
251 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_direct_write() local
327 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_write() local
382 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_ioctl() local
[all …]
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dcrc32c-intel_glue.c94 static int crc32c_intel_init(struct shash_desc *desc) in crc32c_intel_init()
104 static int crc32c_intel_update(struct shash_desc *desc, const u8 *data, in crc32c_intel_update()
120 static int crc32c_intel_finup(struct shash_desc *desc, const u8 *data, in crc32c_intel_finup()
126 static int crc32c_intel_final(struct shash_desc *desc, u8 *out) in crc32c_intel_final()
134 static int crc32c_intel_digest(struct shash_desc *desc, const u8 *data, in crc32c_intel_digest()
151 static int crc32c_pcl_intel_update(struct shash_desc *desc, const u8 *data, in crc32c_pcl_intel_update()
182 static int crc32c_pcl_intel_finup(struct shash_desc *desc, const u8 *data, in crc32c_pcl_intel_finup()
188 static int crc32c_pcl_intel_digest(struct shash_desc *desc, const u8 *data, in crc32c_pcl_intel_digest()
H A Dghash-clmulni-intel_glue.c44 static int ghash_init(struct shash_desc *desc) in ghash_init()
76 static int ghash_update(struct shash_desc *desc, in ghash_update()
130 static int ghash_final(struct shash_desc *desc, u8 *dst) in ghash_final()
166 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_init() local
186 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_update() local
204 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_final() local
212 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_import() local
224 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_export() local
245 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_digest() local
/OK3568_Linux_fs/kernel/arch/s390/crypto/
H A Dsha3_512_s390.c20 static int sha3_512_init(struct shash_desc *desc) in sha3_512_init()
31 static int sha3_512_export(struct shash_desc *desc, void *out) in sha3_512_export()
45 static int sha3_512_import(struct shash_desc *desc, const void *in) in sha3_512_import()
61 static int sha3_384_import(struct shash_desc *desc, const void *in) in sha3_384_import()
97 static int sha3_384_init(struct shash_desc *desc) in sha3_384_init()
H A Dsha3_256_s390.c21 static int sha3_256_init(struct shash_desc *desc) in sha3_256_init()
32 static int sha3_256_export(struct shash_desc *desc, void *out) in sha3_256_export()
44 static int sha3_256_import(struct shash_desc *desc, const void *in) in sha3_256_import()
57 static int sha3_224_import(struct shash_desc *desc, const void *in) in sha3_224_import()
88 static int sha3_224_init(struct shash_desc *desc) in sha3_224_init()
/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A Dpkc_desc.c14 void init_rsa_pub_desc(u32 *desc, struct rsa_pub_pdb *pdb) in init_rsa_pub_desc()
27 void init_rsa_priv_f1_desc(u32 *desc, struct rsa_priv_f1_pdb *pdb) in init_rsa_priv_f1_desc()
40 void init_rsa_priv_f2_desc(u32 *desc, struct rsa_priv_f2_pdb *pdb) in init_rsa_priv_f2_desc()
57 void init_rsa_priv_f3_desc(u32 *desc, struct rsa_priv_f3_pdb *pdb) in init_rsa_priv_f3_desc()
/OK3568_Linux_fs/kernel/kernel/irq/
H A Dhandle.c31 void handle_bad_irq(struct irq_desc *desc) in handle_bad_irq()
59 void __irq_wake_thread(struct irq_desc *desc, struct irqaction *action) in __irq_wake_thread()
137 irqreturn_t __handle_irq_event_percpu(struct irq_desc *desc, unsigned int *flags) in __handle_irq_event_percpu()
191 irqreturn_t handle_irq_event_percpu(struct irq_desc *desc) in handle_irq_event_percpu()
205 irqreturn_t handle_irq_event(struct irq_desc *desc) in handle_irq_event()
/OK3568_Linux_fs/u-boot/env/
H A Denvf.c24 #define BLK_CNT(desc, sz) ((sz) / (desc)->blksz) argument
76 static void envf_init_location(struct blk_desc *desc) in envf_init_location()
104 static int env_read(struct blk_desc *desc, u32 offset, u32 size, env_t **envp) in env_read()
144 static __maybe_unused env_t *envf_read(struct blk_desc *desc) in envf_read()
197 char *envf_get_part_table(struct blk_desc *desc) in envf_get_part_table()
257 struct blk_desc *desc; in envf_load() local
284 struct blk_desc *desc; in envf_save() local
/OK3568_Linux_fs/kernel/include/crypto/
H A Dsha256_base.h21 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()
37 static inline int sha256_base_do_update(struct shash_desc *desc, in sha256_base_do_update()
75 static inline int sha256_base_do_finalize(struct shash_desc *desc, in sha256_base_do_finalize()
98 static inline int sha256_base_finish(struct shash_desc *desc, u8 *out) in sha256_base_finish()
H A Dsha512_base.h21 static inline int sha384_base_init(struct shash_desc *desc) in sha384_base_init()
38 static inline int sha512_base_init(struct shash_desc *desc) in sha512_base_init()
55 static inline int sha512_base_do_update(struct shash_desc *desc, in sha512_base_do_update()
95 static inline int sha512_base_do_finalize(struct shash_desc *desc, in sha512_base_do_finalize()
119 static inline int sha512_base_finish(struct shash_desc *desc, u8 *out) in sha512_base_finish()
/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_device.c58 struct aw_volume_desc *desc = &aw_dev->volume_desc; in aw_dev_fade_in() local
83 struct aw_volume_desc *desc = &aw_dev->volume_desc; in aw_dev_fade_out() local
175 struct aw_dsp_crc_desc *desc = &aw_dev->dsp_crc_desc; in aw_dev_set_dsp_crc32() local
231 struct aw_sysst_desc *desc = &aw_dev->sysst_desc; in aw_dev_dsp_st_check() local
345 struct aw_mute_desc *desc = &aw_dev->mute_desc; in aw_dev_get_hmute() local
366 struct aw_vcalb_desc *desc = &aw_dev->vcalb_desc; in aw_dev_get_icalk() local
389 struct aw_vcalb_desc *desc = &aw_dev->vcalb_desc; in aw_dev_get_vcalk() local
414 struct aw_vcalb_desc *desc = &aw_dev->vcalb_desc; in aw_dev_get_vcalk_dac() local
470 struct aw_vcalb_desc *desc = &aw_dev->vcalb_desc; in aw_dev_vsense_select() local
500 struct aw_vcalb_desc *desc = &aw_dev->vcalb_desc; in aw_dev_set_vcalb() local
[all …]
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dtxx9dmac.c145 const struct txx9dmac_desc *desc) in desc_read_CHAR()
151 struct txx9dmac_desc *desc, dma_addr_t val) in desc_write_CHAR()
180 static struct txx9dmac_desc *txx9dmac_last_child(struct txx9dmac_desc *desc) in txx9dmac_last_child()
193 struct txx9dmac_desc *desc; in txx9dmac_desc_alloc() local
210 struct txx9dmac_desc *desc, *_desc; in txx9dmac_desc_get() local
242 struct txx9dmac_desc *desc) in txx9dmac_sync_desc_for_cpu()
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
[all …]
H A Dat_hdmac.c105 struct at_desc *desc = NULL; in atc_alloc_descriptor() local
128 struct at_desc *desc, *_desc; in atc_desc_get() local
160 static void atc_desc_put(struct at_dma_chan *atchan, struct at_desc *desc) in atc_desc_put()
188 struct at_desc *desc) in atc_desc_chain()
255 struct at_desc *desc, *_desc; in atc_get_desc_by_cookie() local
300 struct at_desc *desc; in atc_get_bytes_left() local
434 atc_chain_complete(struct at_dma_chan *atchan, struct at_desc *desc) in atc_chain_complete()
480 struct at_desc *desc; in atc_advance_work() local
513 struct at_desc *desc; in atc_handle_error() local
638 struct at_desc *desc = txd_to_at_desc(tx); in atc_tx_submit() local
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/crypto/
H A Dsha1.c25 static int powerpc_sha1_init(struct shash_desc *desc) in powerpc_sha1_init()
36 static int powerpc_sha1_update(struct shash_desc *desc, const u8 *data, in powerpc_sha1_update()
71 static int powerpc_sha1_final(struct shash_desc *desc, u8 *out) in powerpc_sha1_final()
99 static int powerpc_sha1_export(struct shash_desc *desc, void *out) in powerpc_sha1_export()
107 static int powerpc_sha1_import(struct shash_desc *desc, const void *in) in powerpc_sha1_import()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath5k/
H A Ddesc.c76 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()
/OK3568_Linux_fs/kernel/lib/
H A Dlocking-selftest.c1434 #define DO_TESTCASE_1(desc, name, nr) \ argument
1439 #define DO_TESTCASE_1B(desc, name, nr) \ argument
1444 #define DO_TESTCASE_1RR(desc, name, nr) \ argument
1450 #define DO_TESTCASE_1RRB(desc, name, nr) \ argument
1457 #define DO_TESTCASE_3(desc, name, nr) \ argument
1464 #define DO_TESTCASE_3RW(desc, name, nr) \ argument
1471 #define DO_TESTCASE_2RW(desc, name, nr) \ argument
1478 #define DO_TESTCASE_2x2RW(desc, name, nr) \ argument
1482 #define DO_TESTCASE_6x2x2RW(desc, name) \ argument
1490 #define DO_TESTCASE_6(desc, name) \ argument
[all …]

12345678910>>...97