Home
last modified time | relevance | path

Searched defs:desc (Results 1 – 200 of 1378) sorted by relevance

1234567

/linux-4.4.14/kernel/irq/
Dsettings.h37 irq_settings_clr_and_set(struct irq_desc *desc, u32 clr, u32 set) in irq_settings_clr_and_set()
43 static inline bool irq_settings_is_per_cpu(struct irq_desc *desc) in irq_settings_is_per_cpu()
48 static inline bool irq_settings_is_per_cpu_devid(struct irq_desc *desc) in irq_settings_is_per_cpu_devid()
53 static inline void irq_settings_set_per_cpu(struct irq_desc *desc) in irq_settings_set_per_cpu()
58 static inline void irq_settings_set_no_balancing(struct irq_desc *desc) in irq_settings_set_no_balancing()
63 static inline bool irq_settings_has_no_balance_set(struct irq_desc *desc) in irq_settings_has_no_balance_set()
68 static inline u32 irq_settings_get_trigger_mask(struct irq_desc *desc) in irq_settings_get_trigger_mask()
74 irq_settings_set_trigger_mask(struct irq_desc *desc, u32 mask) in irq_settings_set_trigger_mask()
80 static inline bool irq_settings_is_level(struct irq_desc *desc) in irq_settings_is_level()
85 static inline void irq_settings_clr_level(struct irq_desc *desc) in irq_settings_clr_level()
[all …]
Dchip.c46 struct irq_desc *desc = irq_get_desc_lock(irq, &flags, 0); in irq_set_chip() local
73 struct irq_desc *desc = irq_get_desc_buslock(irq, &flags, IRQ_GET_DESC_CHECK_GLOBAL); in irq_set_irq_type() local
96 struct irq_desc *desc = irq_get_desc_lock(irq, &flags, 0); in irq_set_handler_data() local
118 …struct irq_desc *desc = irq_get_desc_lock(irq_base + irq_offset, &flags, IRQ_GET_DESC_CHECK_GLOBAL… in irq_set_msi_desc_off() local
151 struct irq_desc *desc = irq_get_desc_lock(irq, &flags, 0); in irq_set_chip_data() local
163 struct irq_desc *desc = irq_to_desc(irq); in irq_get_irq_data() local
169 static void irq_state_clr_disabled(struct irq_desc *desc) in irq_state_clr_disabled()
174 static void irq_state_set_disabled(struct irq_desc *desc) in irq_state_set_disabled()
179 static void irq_state_clr_masked(struct irq_desc *desc) in irq_state_clr_masked()
184 static void irq_state_set_masked(struct irq_desc *desc) in irq_state_set_masked()
[all …]
Dmanage.c35 static void __synchronize_hardirq(struct irq_desc *desc) in __synchronize_hardirq()
77 struct irq_desc *desc = irq_to_desc(irq); in synchronize_hardirq() local
100 struct irq_desc *desc = irq_to_desc(irq); in synchronize_irq() local
118 static int __irq_can_set_affinity(struct irq_desc *desc) in __irq_can_set_affinity()
145 void irq_set_thread_affinity(struct irq_desc *desc) in irq_set_thread_affinity()
166 irq_copy_pending(struct irq_desc *desc, const struct cpumask *mask) in irq_copy_pending()
171 irq_get_pending(struct cpumask *mask, struct irq_desc *desc) in irq_get_pending()
179 irq_copy_pending(struct irq_desc *desc, const struct cpumask *mask) { } in irq_copy_pending()
181 irq_get_pending(struct cpumask *mask, struct irq_desc *desc) { } in irq_get_pending()
187 struct irq_desc *desc = irq_data_to_desc(data); in irq_do_set_affinity() local
[all …]
Dirqdesc.c39 static int alloc_masks(struct irq_desc *desc, gfp_t gfp, int node) in alloc_masks()
54 static void desc_smp_init(struct irq_desc *desc, int node) in desc_smp_init()
67 alloc_masks(struct irq_desc *desc, gfp_t gfp, int node) { return 0; } in alloc_masks()
68 static inline void desc_smp_init(struct irq_desc *desc, int node) { } in desc_smp_init()
71 static void desc_set_defaults(unsigned int irq, struct irq_desc *desc, int node, in desc_set_defaults()
106 static void irq_insert_desc(unsigned int irq, struct irq_desc *desc) in irq_insert_desc()
123 static void free_masks(struct irq_desc *desc) in free_masks()
131 static inline void free_masks(struct irq_desc *desc) { } in free_masks()
146 struct irq_desc *desc; in alloc_desc() local
176 struct irq_desc *desc = irq_to_desc(irq); in free_desc() local
[all …]
Dinternals.h100 static inline void register_irq_proc(unsigned int irq, struct irq_desc *desc) { } in register_irq_proc()
101 static inline void unregister_irq_proc(unsigned int irq, struct irq_desc *desc) { } in unregister_irq_proc()
116 static inline void chip_bus_lock(struct irq_desc *desc) in chip_bus_lock()
122 static inline void chip_bus_sync_unlock(struct irq_desc *desc) in chip_bus_sync_unlock()
146 irq_put_desc_busunlock(struct irq_desc *desc, unsigned long flags) in irq_put_desc_busunlock()
158 irq_put_desc_unlock(struct irq_desc *desc, unsigned long flags) in irq_put_desc_unlock()
191 static inline void kstat_incr_irqs_this_cpu(struct irq_desc *desc) in kstat_incr_irqs_this_cpu()
197 static inline int irq_desc_get_node(struct irq_desc *desc) in irq_desc_get_node()
202 static inline int irq_desc_is_chained(struct irq_desc *desc) in irq_desc_is_chained()
212 static inline bool irq_pm_check_wakeup(struct irq_desc *desc) { return false; } in irq_pm_check_wakeup()
[all …]
Dpm.c17 bool irq_pm_check_wakeup(struct irq_desc *desc) in irq_pm_check_wakeup()
34 void irq_pm_install_action(struct irq_desc *desc, struct irqaction *action) in irq_pm_install_action()
58 void irq_pm_remove_action(struct irq_desc *desc, struct irqaction *action) in irq_pm_remove_action()
71 static bool suspend_device_irq(struct irq_desc *desc) in suspend_device_irq()
120 struct irq_desc *desc; in suspend_device_irqs() local
139 static void resume_irq(struct irq_desc *desc) in resume_irq()
159 struct irq_desc *desc; in resume_irqs() local
Dspurious.c38 bool irq_wait_for_poll(struct irq_desc *desc) in irq_wait_for_poll()
63 static int try_one_irq(struct irq_desc *desc, bool force) in try_one_irq()
121 struct irq_desc *desc; in misrouted_irq() local
147 struct irq_desc *desc; in poll_spurious_irqs() local
191 static void __report_bad_irq(struct irq_desc *desc, irqreturn_t action_ret) in __report_bad_irq()
226 static void report_bad_irq(struct irq_desc *desc, irqreturn_t action_ret) in report_bad_irq()
237 try_misrouted_irq(unsigned int irq, struct irq_desc *desc, in try_misrouted_irq()
273 void note_interrupt(struct irq_desc *desc, irqreturn_t action_ret) in note_interrupt()
Dhandle.c29 void handle_bad_irq(struct irq_desc *desc) in handle_bad_irq()
57 void __irq_wake_thread(struct irq_desc *desc, struct irqaction *action) in __irq_wake_thread()
135 irqreturn_t handle_irq_event_percpu(struct irq_desc *desc) in handle_irq_event_percpu()
186 irqreturn_t handle_irq_event(struct irq_desc *desc) in handle_irq_event()
Dproc.c42 struct irq_desc *desc = irq_to_desc((long)m->private); in show_irq_affinity() local
58 struct irq_desc *desc = irq_to_desc((long)m->private); in irq_affinity_hint_proc_show() local
243 struct irq_desc *desc = irq_to_desc((long) m->private); in irq_node_proc_show() local
264 struct irq_desc *desc = irq_to_desc((long) m->private); in irq_spurious_proc_show() local
288 struct irq_desc *desc = irq_to_desc(irq); in name_unique() local
308 struct irq_desc *desc = irq_to_desc(irq); in register_handler_proc() local
325 void register_irq_proc(unsigned int irq, struct irq_desc *desc) in register_irq_proc()
375 void unregister_irq_proc(unsigned int irq, struct irq_desc *desc) in unregister_irq_proc()
412 struct irq_desc *desc; in init_irq_proc() local
450 struct irq_desc *desc; in show_interrupts() local
Dautoprobe.c33 struct irq_desc *desc; in probe_irq_on() local
121 struct irq_desc *desc; in probe_irq_mask() local
161 struct irq_desc *desc; in probe_irq_off() local
Dresend.c33 struct irq_desc *desc; in resend_irqs() local
56 void check_irq_resend(struct irq_desc *desc) in check_irq_resend()
Dcpuhotplug.c17 static bool migrate_one_irq(struct irq_desc *desc) in migrate_one_irq()
63 struct irq_desc *desc; in irq_migrate_all_off_this_cpu() local
/linux-4.4.14/drivers/staging/skein/
Dskein_generic.c23 static int skein256_init(struct shash_desc *desc) in skein256_init()
29 static int skein256_update(struct shash_desc *desc, const u8 *data, in skein256_update()
36 static int skein256_final(struct shash_desc *desc, u8 *out) in skein256_final()
42 static int skein256_export(struct shash_desc *desc, void *out) in skein256_export()
50 static int skein256_import(struct shash_desc *desc, const void *in) in skein256_import()
58 static int skein512_init(struct shash_desc *desc) in skein512_init()
64 static int skein512_update(struct shash_desc *desc, const u8 *data, in skein512_update()
71 static int skein512_final(struct shash_desc *desc, u8 *out) in skein512_final()
77 static int skein512_export(struct shash_desc *desc, void *out) in skein512_export()
85 static int skein512_import(struct shash_desc *desc, const void *in) in skein512_import()
[all …]
/linux-4.4.14/drivers/crypto/caam/
Ddesc_constr.h33 static inline int desc_len(u32 *desc) in desc_len()
38 static inline int desc_bytes(void *desc) in desc_bytes()
43 static inline u32 *desc_end(u32 *desc) in desc_end()
48 static inline void *sh_desc_pdb(u32 *desc) in sh_desc_pdb()
53 static inline void init_desc(u32 *desc, u32 options) in init_desc()
58 static inline void init_sh_desc(u32 *desc, u32 options) in init_sh_desc()
64 static inline void init_sh_desc_pdb(u32 *desc, u32 options, size_t pdb_bytes) in init_sh_desc_pdb()
72 static inline void init_job_desc(u32 *desc, u32 options) in init_job_desc()
77 static inline void append_ptr(u32 *desc, dma_addr_t ptr) in append_ptr()
86 static inline void init_job_desc_shared(u32 *desc, dma_addr_t ptr, int len, in init_job_desc_shared()
[all …]
Dcaamalg.c131 static inline void append_dec_op1(u32 *desc, u32 type) in append_dec_op1()
156 static inline void aead_append_src_dst(u32 *desc, u32 msg_type) in aead_append_src_dst()
167 static inline void ablkcipher_append_src_dst(u32 *desc) in ablkcipher_append_src_dst()
198 static void append_key_aead(u32 *desc, struct caam_ctx *ctx, in append_key_aead()
240 static void init_sh_desc_key_aead(u32 *desc, struct caam_ctx *ctx, in init_sh_desc_key_aead()
263 u32 *desc; in aead_null_set_sh_desc() local
439 u32 *desc; in aead_set_sh_desc() local
732 u32 *desc; in gcm_set_sh_desc() local
931 u32 *desc; in rfc4106_set_sh_desc() local
1105 u32 *desc; in rfc4543_set_sh_desc() local
[all …]
Dcaamhash.c149 static inline int map_seq_out_ptr_ctx(u32 *desc, struct device *jrdev, in map_seq_out_ptr_ctx()
166 static inline dma_addr_t map_seq_out_ptr_result(u32 *desc, struct device *jrdev, in map_seq_out_ptr_result()
219 static inline int ctx_map_to_sec4_sg(u32 *desc, struct device *jrdev, in ctx_map_to_sec4_sg()
235 static inline void append_key_ahash(u32 *desc, struct caam_hash_ctx *ctx) in append_key_ahash()
243 static inline void init_sh_desc_key_ahash(u32 *desc, struct caam_hash_ctx *ctx) in init_sh_desc_key_ahash()
268 static inline void ahash_append_load_str(u32 *desc, int digestsize) in ahash_append_load_str()
285 static inline void ahash_ctx_data_to_out(u32 *desc, u32 op, u32 state, in ahash_ctx_data_to_out()
305 static inline void ahash_data_to_out(u32 *desc, u32 op, u32 state, in ahash_data_to_out()
325 u32 *desc; in ahash_set_sh_desc() local
449 u32 *desc; in hash_digest_key() local
[all …]
Dctrl.c40 static void build_instantiation_desc(u32 *desc, int handle, int do_sk) in build_instantiation_desc()
76 static void build_deinstantiation_desc(u32 *desc, int handle) in build_deinstantiation_desc()
97 static inline int run_descriptor_deco0(struct device *ctrldev, u32 *desc, in run_descriptor_deco0()
196 u32 *desc, status = 0, rdsta_val; in instantiate_rng() local
258 u32 *desc, status; in deinstantiate_rng() local
Dkey_gen.c13 void split_key_done(struct device *dev, u32 *desc, u32 err, in split_key_done()
48 u32 *desc; in gen_split_key() local
/linux-4.4.14/include/linux/gpio/
Dconsumer.h25 struct gpio_desc *desc[]; member
192 static inline void gpiod_put(struct gpio_desc *desc) in gpiod_put()
253 static inline void devm_gpiod_put(struct device *dev, struct gpio_desc *desc) in devm_gpiod_put()
271 static inline int gpiod_get_direction(const struct gpio_desc *desc) in gpiod_get_direction()
277 static inline int gpiod_direction_input(struct gpio_desc *desc) in gpiod_direction_input()
283 static inline int gpiod_direction_output(struct gpio_desc *desc, int value) in gpiod_direction_output()
289 static inline int gpiod_direction_output_raw(struct gpio_desc *desc, int value) in gpiod_direction_output_raw()
297 static inline int gpiod_get_value(const struct gpio_desc *desc) in gpiod_get_value()
303 static inline void gpiod_set_value(struct gpio_desc *desc, int value) in gpiod_set_value()
315 static inline int gpiod_get_raw_value(const struct gpio_desc *desc) in gpiod_get_raw_value()
[all …]
/linux-4.4.14/arch/x86/crypto/
Dsha256_ssse3_glue.c47 static int sha256_update(struct shash_desc *desc, const u8 *data, in sha256_update()
67 static int sha256_finup(struct shash_desc *desc, const u8 *data, in sha256_finup()
83 static int sha256_ssse3_update(struct shash_desc *desc, const u8 *data, in sha256_ssse3_update()
89 static int sha256_ssse3_finup(struct shash_desc *desc, const u8 *data, in sha256_ssse3_finup()
96 static int sha256_ssse3_final(struct shash_desc *desc, u8 *out) in sha256_ssse3_final()
152 static int sha256_avx_update(struct shash_desc *desc, const u8 *data, in sha256_avx_update()
158 static int sha256_avx_finup(struct shash_desc *desc, const u8 *data, in sha256_avx_finup()
164 static int sha256_avx_final(struct shash_desc *desc, u8 *out) in sha256_avx_final()
236 static int sha256_avx2_update(struct shash_desc *desc, const u8 *data, in sha256_avx2_update()
242 static int sha256_avx2_finup(struct shash_desc *desc, const u8 *data, in sha256_avx2_finup()
[all …]
Dsha1_ssse3_glue.c37 static int sha1_update(struct shash_desc *desc, const u8 *data, in sha1_update()
57 static int sha1_finup(struct shash_desc *desc, const u8 *data, in sha1_finup()
76 static int sha1_ssse3_update(struct shash_desc *desc, const u8 *data, in sha1_ssse3_update()
83 static int sha1_ssse3_finup(struct shash_desc *desc, const u8 *data, in sha1_ssse3_finup()
91 static int sha1_ssse3_final(struct shash_desc *desc, u8 *out) in sha1_ssse3_final()
130 static int sha1_avx_update(struct shash_desc *desc, const u8 *data, in sha1_avx_update()
137 static int sha1_avx_finup(struct shash_desc *desc, const u8 *data, in sha1_avx_finup()
144 static int sha1_avx_final(struct shash_desc *desc, u8 *out) in sha1_avx_final()
222 static int sha1_avx2_update(struct shash_desc *desc, const u8 *data, in sha1_avx2_update()
229 static int sha1_avx2_finup(struct shash_desc *desc, const u8 *data, in sha1_avx2_finup()
[all …]
Dsha512_ssse3_glue.c47 static int sha512_update(struct shash_desc *desc, const u8 *data, in sha512_update()
67 static int sha512_finup(struct shash_desc *desc, const u8 *data, in sha512_finup()
83 static int sha512_ssse3_update(struct shash_desc *desc, const u8 *data, in sha512_ssse3_update()
89 static int sha512_ssse3_finup(struct shash_desc *desc, const u8 *data, in sha512_ssse3_finup()
96 static int sha512_ssse3_final(struct shash_desc *desc, u8 *out) in sha512_ssse3_final()
162 static int sha512_avx_update(struct shash_desc *desc, const u8 *data, in sha512_avx_update()
168 static int sha512_avx_finup(struct shash_desc *desc, const u8 *data, in sha512_avx_finup()
175 static int sha512_avx_final(struct shash_desc *desc, u8 *out) in sha512_avx_final()
235 static int sha512_avx2_update(struct shash_desc *desc, const u8 *data, in sha512_avx2_update()
241 static int sha512_avx2_finup(struct shash_desc *desc, const u8 *data, in sha512_avx2_finup()
[all …]
Dcast5_avx_glue.c59 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, in ecb_crypt()
113 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
122 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
131 static unsigned int __cbc_encrypt(struct blkcipher_desc *desc, in __cbc_encrypt()
155 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
172 static unsigned int __cbc_decrypt(struct blkcipher_desc *desc, in __cbc_decrypt()
227 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
248 static void ctr_crypt_final(struct blkcipher_desc *desc, in ctr_crypt_final()
265 static unsigned int __ctr_crypt(struct blkcipher_desc *desc, in __ctr_crypt()
311 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
Dserpent_avx2_glue.c139 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
145 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
151 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
158 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
165 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
235 static int lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_encrypt()
261 static int lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_decrypt()
287 static int xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_encrypt()
297 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt()
Dcrc32c-intel_glue.c127 static int crc32c_intel_init(struct shash_desc *desc) in crc32c_intel_init()
137 static int crc32c_intel_update(struct shash_desc *desc, const u8 *data, in crc32c_intel_update()
153 static int crc32c_intel_finup(struct shash_desc *desc, const u8 *data, in crc32c_intel_finup()
159 static int crc32c_intel_final(struct shash_desc *desc, u8 *out) in crc32c_intel_final()
167 static int crc32c_intel_digest(struct shash_desc *desc, const u8 *data, in crc32c_intel_digest()
184 static int crc32c_pcl_intel_update(struct shash_desc *desc, const u8 *data, in crc32c_pcl_intel_update()
215 static int crc32c_pcl_intel_finup(struct shash_desc *desc, const u8 *data, in crc32c_pcl_intel_finup()
221 static int crc32c_pcl_intel_digest(struct shash_desc *desc, const u8 *data, in crc32c_pcl_intel_digest()
Dcamellia_aesni_avx2_glue.c153 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
159 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
165 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
172 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
179 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
269 static int lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_encrypt()
295 static int lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_decrypt()
321 static int xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_encrypt()
331 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt()
Dglue_helper.c36 struct blkcipher_desc *desc, in __glue_ecb_crypt_128bit()
82 struct blkcipher_desc *desc, struct scatterlist *dst, in glue_ecb_crypt_128bit()
93 struct blkcipher_desc *desc, in __glue_cbc_encrypt_128bit()
118 struct blkcipher_desc *desc, in glue_cbc_encrypt_128bit()
139 struct blkcipher_desc *desc, in __glue_cbc_decrypt_128bit()
192 struct blkcipher_desc *desc, in glue_cbc_decrypt_128bit()
217 struct blkcipher_desc *desc, in glue_ctr_crypt_final_128bit()
237 struct blkcipher_desc *desc, in __glue_ctr_crypt_128bit()
276 struct blkcipher_desc *desc, struct scatterlist *dst, in glue_ctr_crypt_128bit()
308 struct blkcipher_desc *desc, in __glue_xts_crypt_128bit()
[all …]
Dcrct10dif-pclmul_glue.c48 static int chksum_init(struct shash_desc *desc) in chksum_init()
57 static int chksum_update(struct shash_desc *desc, const u8 *data, in chksum_update()
71 static int chksum_final(struct shash_desc *desc, u8 *out) in chksum_final()
91 static int chksum_finup(struct shash_desc *desc, const u8 *data, in chksum_finup()
99 static int chksum_digest(struct shash_desc *desc, const u8 *data, in chksum_digest()
Dcamellia_aesni_avx_glue.c157 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
163 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
169 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
176 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
183 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
261 static int lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_encrypt()
287 static int lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_decrypt()
313 static int xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_encrypt()
323 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt()
Dtwofish_avx_glue.c173 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
179 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
185 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
192 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
199 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
265 static int lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_encrypt()
291 static int lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_decrypt()
317 static int xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_encrypt()
327 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt()
Dblowfish_glue.c80 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, in ecb_crypt()
125 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
134 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
143 static unsigned int __cbc_encrypt(struct blkcipher_desc *desc, in __cbc_encrypt()
167 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
184 static unsigned int __cbc_decrypt(struct blkcipher_desc *desc, in __cbc_decrypt()
248 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
280 static unsigned int __ctr_crypt(struct blkcipher_desc *desc, in __ctr_crypt()
336 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
Dserpent_avx_glue.c173 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
179 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
185 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
192 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
199 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
271 static int lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_encrypt()
297 static int lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_decrypt()
356 static int xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_encrypt()
366 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt()
Dtwofish_glue_3way.c154 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
160 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
166 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
173 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
180 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
231 static int lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_encrypt()
248 static int lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_decrypt()
299 static int xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_encrypt()
317 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt()
Ddes3_ede_glue.c86 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, in ecb_crypt()
130 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
140 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
150 static unsigned int __cbc_encrypt(struct blkcipher_desc *desc, in __cbc_encrypt()
174 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
191 static unsigned int __cbc_decrypt(struct blkcipher_desc *desc, in __cbc_decrypt()
253 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
286 static unsigned int __ctr_crypt(struct blkcipher_desc *desc, in __ctr_crypt()
337 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
Dcrc32-pclmul_glue.c104 static int crc32_pclmul_init(struct shash_desc *desc) in crc32_pclmul_init()
114 static int crc32_pclmul_update(struct shash_desc *desc, const u8 *data, in crc32_pclmul_update()
131 static int crc32_pclmul_finup(struct shash_desc *desc, const u8 *data, in crc32_pclmul_finup()
137 static int crc32_pclmul_final(struct shash_desc *desc, u8 *out) in crc32_pclmul_final()
145 static int crc32_pclmul_digest(struct shash_desc *desc, const u8 *data, in crc32_pclmul_digest()
Dghash-clmulni-intel_glue.c46 static int ghash_init(struct shash_desc *desc) in ghash_init()
80 static int ghash_update(struct shash_desc *desc, in ghash_update()
134 static int ghash_final(struct shash_desc *desc, u8 *dst) in ghash_final()
177 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_init() local
199 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_update() local
217 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_final() local
234 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_digest() local
Dserpent_sse2_glue.c142 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
148 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
154 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
161 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
168 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
244 static int lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_encrypt()
270 static int lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_decrypt()
332 static int xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_encrypt()
359 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt()
Dcast6_avx_glue.c160 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
166 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
172 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
179 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
186 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
261 static int lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_encrypt()
287 static int lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_decrypt()
350 static int xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_encrypt()
360 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt()
Dcamellia_glue.c1376 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
1382 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
1388 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
1395 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
1402 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
1457 static int lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_encrypt()
1474 static int lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_decrypt()
1525 static int xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_encrypt()
1543 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt()
/linux-4.4.14/drivers/net/ethernet/xscale/
Dixp4xx_eth.c198 struct desc { struct
199 u32 next; /* pointer to next buffer, unused */
202 u16 buf_len; /* buffer length */
203 u16 pkt_len; /* packet length */
204 u32 data; /* pointer to data buffer in RAM */
205 u8 dest_id;
206 u8 src_id;
207 u16 flags;
208 u8 qos;
209 u8 padlen;
[all …]
/linux-4.4.14/arch/mips/vr41xx/common/
Dicu.c157 struct irq_desc *desc = irq_to_desc(PIU_IRQ); in vr41xx_enable_piuint() local
172 struct irq_desc *desc = irq_to_desc(PIU_IRQ); in vr41xx_disable_piuint() local
187 struct irq_desc *desc = irq_to_desc(AIU_IRQ); in vr41xx_enable_aiuint() local
202 struct irq_desc *desc = irq_to_desc(AIU_IRQ); in vr41xx_disable_aiuint() local
217 struct irq_desc *desc = irq_to_desc(KIU_IRQ); in vr41xx_enable_kiuint() local
232 struct irq_desc *desc = irq_to_desc(KIU_IRQ); in vr41xx_disable_kiuint() local
247 struct irq_desc *desc = irq_to_desc(ETHERNET_IRQ); in vr41xx_enable_macint() local
259 struct irq_desc *desc = irq_to_desc(ETHERNET_IRQ); in vr41xx_disable_macint() local
271 struct irq_desc *desc = irq_to_desc(DSIU_IRQ); in vr41xx_enable_dsiuint() local
283 struct irq_desc *desc = irq_to_desc(DSIU_IRQ); in vr41xx_disable_dsiuint() local
[all …]
/linux-4.4.14/drivers/gpio/
Dgpiolib.c108 int desc_to_gpio(const struct gpio_desc *desc) in desc_to_gpio()
119 struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc) in gpiod_to_chip()
157 int gpiod_get_direction(struct gpio_desc *desc) in gpiod_get_direction()
330 struct gpio_desc *desc = &descs[id]; in gpiochip_add() local
402 struct gpio_desc *desc; in gpiochip_remove() local
891 static int __gpiod_request(struct gpio_desc *desc, const char *label) in __gpiod_request()
942 int gpiod_request(struct gpio_desc *desc, const char *label) in gpiod_request()
969 static bool __gpiod_free(struct gpio_desc *desc) in __gpiod_free()
1002 void gpiod_free(struct gpio_desc *desc) in gpiod_free()
1025 struct gpio_desc *desc; in gpiochip_is_requested() local
[all …]
Dgpiolib-sysfs.c19 struct gpio_desc *desc; member
60 struct gpio_desc *desc = data->desc; in direction_show() local
79 struct gpio_desc *desc = data->desc; in direction_store() local
103 struct gpio_desc *desc = data->desc; in value_show() local
119 struct gpio_desc *desc = data->desc; in value_store() local
155 struct gpio_desc *desc = data->desc; in gpio_sysfs_request_irq() local
211 struct gpio_desc *desc = data->desc; in gpio_sysfs_free_irq() local
295 struct gpio_desc *desc = data->desc; in gpio_sysfs_set_active_low() local
321 struct gpio_desc *desc = data->desc; in active_low_show() local
358 struct gpio_desc *desc = data->desc; in gpio_is_visible() local
[all …]
Dgpiolib.h114 static int __maybe_unused gpio_chip_hwgpio(const struct gpio_desc *desc) in gpio_chip_hwgpio()
121 #define gpiod_emerg(desc, fmt, ...) \ argument
124 #define gpiod_crit(desc, fmt, ...) \ argument
127 #define gpiod_err(desc, fmt, ...) \ argument
130 #define gpiod_warn(desc, fmt, ...) \ argument
133 #define gpiod_info(desc, fmt, ...) \ argument
136 #define gpiod_dbg(desc, fmt, ...) \ argument
Ddevres.c26 struct gpio_desc **desc = res; in devm_gpiod_release() local
105 struct gpio_desc *desc; in devm_gpiod_get_index() local
141 struct gpio_desc *desc; in devm_get_gpiod_from_child() local
190 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()
Dgpiolib-legacy.c22 struct gpio_desc *desc; in gpio_request_one() local
69 struct gpio_desc *desc = gpio_to_desc(gpio); in gpio_request() local
/linux-4.4.14/drivers/misc/mic/card/
Dmic_virtio.h43 static inline unsigned mic_desc_size(struct mic_device_desc __iomem *desc) in mic_desc_size()
52 mic_vq_config(struct mic_device_desc __iomem *desc) in mic_vq_config()
58 mic_vq_features(struct mic_device_desc __iomem *desc) in mic_vq_features()
64 mic_vq_configspace(struct mic_device_desc __iomem *desc) in mic_vq_configspace()
68 static inline unsigned mic_total_desc_size(struct mic_device_desc __iomem *desc) in mic_total_desc_size()
/linux-4.4.14/drivers/usb/class/
Dcdc-wdm.c115 struct wdm_device *desc; in wdm_find_device() local
130 struct wdm_device *desc; in wdm_find_device_by_minor() local
146 struct wdm_device *desc; in wdm_out_callback() local
159 struct wdm_device *desc = urb->context; in wdm_in_callback() local
215 struct wdm_device *desc; in wdm_int_callback() local
302 static void kill_urbs(struct wdm_device *desc) in kill_urbs()
310 static void free_urbs(struct wdm_device *desc) in free_urbs()
317 static void cleanup(struct wdm_device *desc) in cleanup()
333 struct wdm_device *desc = file->private_data; in wdm_write() local
444 static int clear_wdm_read_flag(struct wdm_device *desc) in clear_wdm_read_flag()
[all …]
/linux-4.4.14/include/linux/
Dirqdesc.h104 static inline unsigned int irq_desc_get_irq(struct irq_desc *desc) in irq_desc_get_irq()
109 static inline struct irq_data *irq_desc_get_irq_data(struct irq_desc *desc) in irq_desc_get_irq_data()
114 static inline struct irq_chip *irq_desc_get_chip(struct irq_desc *desc) in irq_desc_get_chip()
119 static inline void *irq_desc_get_chip_data(struct irq_desc *desc) in irq_desc_get_chip_data()
124 static inline void *irq_desc_get_handler_data(struct irq_desc *desc) in irq_desc_get_handler_data()
129 static inline struct msi_desc *irq_desc_get_msi_desc(struct irq_desc *desc) in irq_desc_get_msi_desc()
138 static inline void generic_handle_irq_desc(struct irq_desc *desc) in generic_handle_irq_desc()
163 static inline int irq_desc_has_action(struct irq_desc *desc) in irq_desc_has_action()
186 struct irq_desc *desc = irq_data_to_desc(data); in irq_set_handler_locked() local
207 struct irq_desc *desc = irq_data_to_desc(data); in irq_set_chip_handler_name_locked() local
[all …]
Delfnote.h55 #define ELFNOTE(name, type, desc) \ argument
71 #define _ELFNOTE(size, name, unique, type, desc) \ argument
91 #define ELFNOTE(size, name, type, desc) \ argument
94 #define ELFNOTE32(name, type, desc) ELFNOTE(32, name, type, desc) argument
95 #define ELFNOTE64(name, type, desc) ELFNOTE(64, name, type, desc) argument
Dirqnr.h11 # define for_each_irq_desc(irq, desc) \ argument
19 # define for_each_irq_desc_reverse(irq, desc) \ argument
/linux-4.4.14/drivers/crypto/
Dpadlock-sha.c36 static int padlock_sha_init(struct shash_desc *desc) in padlock_sha_init()
46 static int padlock_sha_update(struct shash_desc *desc, in padlock_sha_update()
55 static int padlock_sha_export(struct shash_desc *desc, void *out) in padlock_sha_export()
62 static int padlock_sha_import(struct shash_desc *desc, const void *in) in padlock_sha_import()
79 static int padlock_sha1_finup(struct shash_desc *desc, const u8 *in, in padlock_sha1_finup()
138 static int padlock_sha1_final(struct shash_desc *desc, u8 *out) in padlock_sha1_final()
145 static int padlock_sha256_finup(struct shash_desc *desc, const u8 *in, in padlock_sha256_finup()
204 static int padlock_sha256_final(struct shash_desc *desc, u8 *out) in padlock_sha256_final()
294 static int padlock_sha1_init_nano(struct shash_desc *desc) in padlock_sha1_init_nano()
305 static int padlock_sha1_update_nano(struct shash_desc *desc, in padlock_sha1_update_nano()
[all …]
Dgeode-aes.c182 static int fallback_blk_dec(struct blkcipher_desc *desc, in fallback_blk_dec()
198 static int fallback_blk_enc(struct blkcipher_desc *desc, in fallback_blk_enc()
304 geode_cbc_decrypt(struct blkcipher_desc *desc, in geode_cbc_decrypt()
336 geode_cbc_encrypt(struct blkcipher_desc *desc, in geode_cbc_encrypt()
417 geode_ecb_decrypt(struct blkcipher_desc *desc, in geode_ecb_decrypt()
447 geode_ecb_encrypt(struct blkcipher_desc *desc, in geode_ecb_encrypt()
/linux-4.4.14/crypto/
Dshash.c74 static int shash_update_unaligned(struct shash_desc *desc, const u8 *data, in shash_update_unaligned()
98 int crypto_shash_update(struct shash_desc *desc, const u8 *data, in crypto_shash_update()
112 static int shash_final_unaligned(struct shash_desc *desc, u8 *out) in shash_final_unaligned()
134 int crypto_shash_final(struct shash_desc *desc, u8 *out) in crypto_shash_final()
147 static int shash_finup_unaligned(struct shash_desc *desc, const u8 *data, in shash_finup_unaligned()
154 int crypto_shash_finup(struct shash_desc *desc, const u8 *data, in crypto_shash_finup()
168 static int shash_digest_unaligned(struct shash_desc *desc, const u8 *data, in shash_digest_unaligned()
175 int crypto_shash_digest(struct shash_desc *desc, const u8 *data, in crypto_shash_digest()
189 static int shash_default_export(struct shash_desc *desc, void *out) in shash_default_export()
195 static int shash_default_import(struct shash_desc *desc, const void *in) in shash_default_import()
[all …]
Dmd5.c50 static int md5_init(struct shash_desc *desc) in md5_init()
63 static int md5_update(struct shash_desc *desc, const u8 *data, unsigned int len) in md5_update()
95 static int md5_final(struct shash_desc *desc, u8 *out) in md5_final()
123 static int md5_export(struct shash_desc *desc, void *out) in md5_export()
131 static int md5_import(struct shash_desc *desc, const void *in) in md5_import()
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()
75 static int chksum_finup(struct shash_desc *desc, const u8 *data, in chksum_finup()
83 static int chksum_digest(struct shash_desc *desc, const u8 *data, in chksum_digest()
Dcrc32.c76 static int crc32_init(struct shash_desc *desc) in crc32_init()
86 static int crc32_update(struct shash_desc *desc, const u8 *data, in crc32_update()
103 static int crc32_finup(struct shash_desc *desc, const u8 *data, in crc32_finup()
109 static int crc32_final(struct shash_desc *desc, u8 *out) in crc32_final()
117 static int crc32_digest(struct shash_desc *desc, const u8 *data, in crc32_digest()
Dcrc32c_generic.c61 static int chksum_init(struct shash_desc *desc) in chksum_init()
89 static int chksum_update(struct shash_desc *desc, const u8 *data, in chksum_update()
98 static int chksum_final(struct shash_desc *desc, u8 *out) in chksum_final()
112 static int chksum_finup(struct shash_desc *desc, const u8 *data, in chksum_finup()
120 static int chksum_digest(struct shash_desc *desc, const u8 *data, in chksum_digest()
Dcrypto_null.c42 static int null_init(struct shash_desc *desc) in null_init()
47 static int null_update(struct shash_desc *desc, const u8 *data, in null_update()
53 static int null_final(struct shash_desc *desc, u8 *out) in null_final()
58 static int null_digest(struct shash_desc *desc, const u8 *data, in null_digest()
77 static int skcipher_null_crypt(struct blkcipher_desc *desc, in skcipher_null_crypt()
Dblkcipher.c104 int blkcipher_walk_done(struct blkcipher_desc *desc, in blkcipher_walk_done()
147 static inline int blkcipher_next_slow(struct blkcipher_desc *desc, in blkcipher_next_slow()
197 static inline int blkcipher_next_fast(struct blkcipher_desc *desc, in blkcipher_next_fast()
224 static int blkcipher_walk_next(struct blkcipher_desc *desc, in blkcipher_walk_next()
299 int blkcipher_walk_virt(struct blkcipher_desc *desc, in blkcipher_walk_virt()
311 int blkcipher_walk_phys(struct blkcipher_desc *desc, in blkcipher_walk_phys()
323 static int blkcipher_walk_first(struct blkcipher_desc *desc, in blkcipher_walk_first()
348 int blkcipher_walk_virt_block(struct blkcipher_desc *desc, in blkcipher_walk_virt_block()
361 int blkcipher_aead_walk_virt_block(struct blkcipher_desc *desc, in blkcipher_aead_walk_virt_block()
423 struct blkcipher_desc desc = { in async_encrypt() local
[all …]
Dsha1_generic.c41 int crypto_sha1_update(struct shash_desc *desc, const u8 *data, in crypto_sha1_update()
48 static int sha1_final(struct shash_desc *desc, u8 *out) in sha1_final()
54 int crypto_sha1_finup(struct shash_desc *desc, const u8 *data, in crypto_sha1_finup()
Dpcbc.c45 static int crypto_pcbc_encrypt_segment(struct blkcipher_desc *desc, in crypto_pcbc_encrypt_segment()
70 static int crypto_pcbc_encrypt_inplace(struct blkcipher_desc *desc, in crypto_pcbc_encrypt_inplace()
97 static int crypto_pcbc_encrypt(struct blkcipher_desc *desc, in crypto_pcbc_encrypt()
123 static int crypto_pcbc_decrypt_segment(struct blkcipher_desc *desc, in crypto_pcbc_decrypt_segment()
150 static int crypto_pcbc_decrypt_inplace(struct blkcipher_desc *desc, in crypto_pcbc_decrypt_inplace()
177 static int crypto_pcbc_decrypt(struct blkcipher_desc *desc, in crypto_pcbc_decrypt()
Dcbc.c42 static int crypto_cbc_encrypt_segment(struct blkcipher_desc *desc, in crypto_cbc_encrypt_segment()
66 static int crypto_cbc_encrypt_inplace(struct blkcipher_desc *desc, in crypto_cbc_encrypt_inplace()
90 static int crypto_cbc_encrypt(struct blkcipher_desc *desc, in crypto_cbc_encrypt()
114 static int crypto_cbc_decrypt_segment(struct blkcipher_desc *desc, in crypto_cbc_decrypt_segment()
140 static int crypto_cbc_decrypt_inplace(struct blkcipher_desc *desc, in crypto_cbc_decrypt_inplace()
169 static int crypto_cbc_decrypt(struct blkcipher_desc *desc, in crypto_cbc_decrypt()
Dwp512.c989 static int wp512_init(struct shash_desc *desc) { in wp512_init()
1003 static int wp512_update(struct shash_desc *desc, const u8 *source, in wp512_update()
1065 static int wp512_final(struct shash_desc *desc, u8 *out) in wp512_final()
1100 static int wp384_final(struct shash_desc *desc, u8 *out) in wp384_final()
1111 static int wp256_final(struct shash_desc *desc, u8 *out) in wp256_final()
Dhmac.c91 struct shash_desc *desc = shash_desc_ctx(pdesc); in hmac_export() local
100 struct shash_desc *desc = shash_desc_ctx(pdesc); in hmac_import() local
117 struct shash_desc *desc = shash_desc_ctx(pdesc); in hmac_update() local
130 struct shash_desc *desc = shash_desc_ctx(pdesc); in hmac_final() local
147 struct shash_desc *desc = shash_desc_ctx(pdesc); in hmac_finup() local
Dtgr192.c498 static int tgr192_init(struct shash_desc *desc) in tgr192_init()
514 static int tgr192_update(struct shash_desc *desc, const u8 *inbuf, in tgr192_update()
555 static int tgr192_final(struct shash_desc *desc, u8 * out) in tgr192_final()
609 static int tgr160_final(struct shash_desc *desc, u8 * out) in tgr160_final()
620 static int tgr128_final(struct shash_desc *desc, u8 * out) in tgr128_final()
Dmichael_mic.c50 static int michael_init(struct shash_desc *desc) in michael_init()
62 static int michael_update(struct shash_desc *desc, const u8 *data, in michael_update()
103 static int michael_final(struct shash_desc *desc, u8 *out) in michael_final()
Dghash-generic.c35 static int ghash_init(struct shash_desc *desc) in ghash_init()
63 static int ghash_update(struct shash_desc *desc, in ghash_update()
119 static int ghash_final(struct shash_desc *desc, u8 *dst) in ghash_final()
/linux-4.4.14/arch/powerpc/crypto/
Dsha256-spe-glue.c64 static int ppc_spe_sha256_init(struct shash_desc *desc) in ppc_spe_sha256_init()
81 static int ppc_spe_sha224_init(struct shash_desc *desc) in ppc_spe_sha224_init()
98 static int ppc_spe_sha256_update(struct shash_desc *desc, const u8 *data, in ppc_spe_sha256_update()
143 static int ppc_spe_sha256_final(struct shash_desc *desc, u8 *out) in ppc_spe_sha256_final()
183 static int ppc_spe_sha224_final(struct shash_desc *desc, u8 *out) in ppc_spe_sha224_final()
204 static int ppc_spe_sha256_export(struct shash_desc *desc, void *out) in ppc_spe_sha256_export()
212 static int ppc_spe_sha256_import(struct shash_desc *desc, const void *in) in ppc_spe_sha256_import()
Dsha1.c31 static int sha1_init(struct shash_desc *desc) in sha1_init()
42 static int sha1_update(struct shash_desc *desc, const u8 *data, in sha1_update()
79 static int sha1_final(struct shash_desc *desc, u8 *out) in sha1_final()
107 static int sha1_export(struct shash_desc *desc, void *out) in sha1_export()
115 static int sha1_import(struct shash_desc *desc, const void *in) in sha1_import()
Dmd5-glue.c36 static int ppc_md5_init(struct shash_desc *desc) in ppc_md5_init()
49 static int ppc_md5_update(struct shash_desc *desc, const u8 *data, in ppc_md5_update()
81 static int ppc_md5_final(struct shash_desc *desc, u8 *out) in ppc_md5_final()
113 static int ppc_md5_export(struct shash_desc *desc, void *out) in ppc_md5_export()
121 static int ppc_md5_import(struct shash_desc *desc, const void *in) in ppc_md5_import()
Dsha1-spe-glue.c63 static int ppc_spe_sha1_init(struct shash_desc *desc) in ppc_spe_sha1_init()
77 static int ppc_spe_sha1_update(struct shash_desc *desc, const u8 *data, in ppc_spe_sha1_update()
121 static int ppc_spe_sha1_final(struct shash_desc *desc, u8 *out) in ppc_spe_sha1_final()
158 static int ppc_spe_sha1_export(struct shash_desc *desc, void *out) in ppc_spe_sha1_export()
166 static int ppc_spe_sha1_import(struct shash_desc *desc, const void *in) in ppc_spe_sha1_import()
Daes-spe-glue.c179 static int ppc_ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ppc_ecb_encrypt()
207 static int ppc_ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ppc_ecb_decrypt()
235 static int ppc_cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ppc_cbc_encrypt()
263 static int ppc_cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ppc_cbc_decrypt()
291 static int ppc_ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ppc_ctr_crypt()
321 static int ppc_xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ppc_xts_encrypt()
352 static int ppc_xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ppc_xts_decrypt()
/linux-4.4.14/arch/sparc/crypto/
Dsha256_glue.c29 static int sha224_sparc64_init(struct shash_desc *desc) in sha224_sparc64_init()
45 static int sha256_sparc64_init(struct shash_desc *desc) in sha256_sparc64_init()
82 static int sha256_sparc64_update(struct shash_desc *desc, const u8 *data, in sha256_sparc64_update()
98 static int sha256_sparc64_final(struct shash_desc *desc, u8 *out) in sha256_sparc64_final()
131 static int sha224_sparc64_final(struct shash_desc *desc, u8 *hash) in sha224_sparc64_final()
143 static int sha256_sparc64_export(struct shash_desc *desc, void *out) in sha256_sparc64_export()
151 static int sha256_sparc64_import(struct shash_desc *desc, const void *in) in sha256_sparc64_import()
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()
Dsha1_glue.c29 static int sha1_sparc64_init(struct shash_desc *desc) in sha1_sparc64_init()
61 static int sha1_sparc64_update(struct shash_desc *desc, const u8 *data, in sha1_sparc64_update()
78 static int sha1_sparc64_final(struct shash_desc *desc, u8 *out) in sha1_sparc64_final()
111 static int sha1_sparc64_export(struct shash_desc *desc, void *out) in sha1_sparc64_export()
120 static int sha1_sparc64_import(struct shash_desc *desc, const void *in) in sha1_sparc64_import()
Dsha512_glue.c28 static int sha512_sparc64_init(struct shash_desc *desc) in sha512_sparc64_init()
44 static int sha384_sparc64_init(struct shash_desc *desc) in sha384_sparc64_init()
82 static int sha512_sparc64_update(struct shash_desc *desc, const u8 *data, in sha512_sparc64_update()
99 static int sha512_sparc64_final(struct shash_desc *desc, u8 *out) in sha512_sparc64_final()
135 static int sha384_sparc64_final(struct shash_desc *desc, u8 *hash) in sha384_sparc64_final()
Ddes_glue.c93 static int __ecb_crypt(struct blkcipher_desc *desc, in __ecb_crypt()
124 static int ecb_encrypt(struct blkcipher_desc *desc, in ecb_encrypt()
131 static int ecb_decrypt(struct blkcipher_desc *desc, in ecb_decrypt()
141 static int cbc_encrypt(struct blkcipher_desc *desc, in cbc_encrypt()
172 static int cbc_decrypt(struct blkcipher_desc *desc, in cbc_decrypt()
261 static int __ecb3_crypt(struct blkcipher_desc *desc, in __ecb3_crypt()
295 static int ecb3_encrypt(struct blkcipher_desc *desc, in ecb3_encrypt()
302 static int ecb3_decrypt(struct blkcipher_desc *desc, in ecb3_decrypt()
313 static int cbc3_encrypt(struct blkcipher_desc *desc, in cbc3_encrypt()
349 static int cbc3_decrypt(struct blkcipher_desc *desc, in cbc3_decrypt()
Dcrc32c_glue.c43 static int crc32c_sparc64_init(struct shash_desc *desc) in crc32c_sparc64_init()
69 static int crc32c_sparc64_update(struct shash_desc *desc, const u8 *data, in crc32c_sparc64_update()
90 static int crc32c_sparc64_finup(struct shash_desc *desc, const u8 *data, in crc32c_sparc64_finup()
96 static int crc32c_sparc64_final(struct shash_desc *desc, u8 *out) in crc32c_sparc64_final()
104 static int crc32c_sparc64_digest(struct shash_desc *desc, const u8 *data, in crc32c_sparc64_digest()
Dcamellia_glue.c85 static int __ecb_crypt(struct blkcipher_desc *desc, in __ecb_crypt()
126 static int ecb_encrypt(struct blkcipher_desc *desc, in ecb_encrypt()
133 static int ecb_decrypt(struct blkcipher_desc *desc, in ecb_decrypt()
148 static int cbc_encrypt(struct blkcipher_desc *desc, in cbc_encrypt()
187 static int cbc_decrypt(struct blkcipher_desc *desc, in cbc_decrypt()
Daes_glue.c215 static int ecb_encrypt(struct blkcipher_desc *desc, in ecb_encrypt()
244 static int ecb_decrypt(struct blkcipher_desc *desc, in ecb_decrypt()
275 static int cbc_encrypt(struct blkcipher_desc *desc, in cbc_encrypt()
304 static int cbc_decrypt(struct blkcipher_desc *desc, in cbc_decrypt()
352 static int ctr_crypt(struct blkcipher_desc *desc, in ctr_crypt()
/linux-4.4.14/drivers/mtd/ubi/
Dkapi.c102 void ubi_get_volume_info(struct ubi_volume_desc *desc, in ubi_get_volume_info()
130 struct ubi_volume_desc *desc; in ubi_open_volume() local
335 void ubi_close_volume(struct ubi_volume_desc *desc) in ubi_close_volume()
378 static int leb_read_sanity_check(struct ubi_volume_desc *desc, int lnum, in leb_read_sanity_check()
432 int ubi_leb_read(struct ubi_volume_desc *desc, int lnum, char *buf, int offset, in ubi_leb_read()
472 int ubi_leb_read_sg(struct ubi_volume_desc *desc, int lnum, struct ubi_sgl *sgl, in ubi_leb_read_sg()
523 int ubi_leb_write(struct ubi_volume_desc *desc, int lnum, const void *buf, in ubi_leb_write()
568 int ubi_leb_change(struct ubi_volume_desc *desc, int lnum, const void *buf, in ubi_leb_change()
609 int ubi_leb_erase(struct ubi_volume_desc *desc, int lnum) in ubi_leb_erase()
670 int ubi_leb_unmap(struct ubi_volume_desc *desc, int lnum) in ubi_leb_unmap()
[all …]
Dcdev.c57 static int get_exclusive(struct ubi_volume_desc *desc) in get_exclusive()
84 static void revoke_exclusive(struct ubi_volume_desc *desc, int mode) in revoke_exclusive()
107 struct ubi_volume_desc *desc; in vol_cdev_open() local
132 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_release() local
158 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_llseek() local
173 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_fsync() local
187 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_read() local
264 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_direct_write() local
340 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_write() local
391 struct ubi_volume_desc *desc = file->private_data; in vol_cdev_ioctl() local
[all …]
/linux-4.4.14/arch/mips/cavium-octeon/crypto/
Docteon-sha256.c70 static int octeon_sha224_init(struct shash_desc *desc) in octeon_sha224_init()
87 static int octeon_sha256_init(struct shash_desc *desc) in octeon_sha256_init()
135 static int octeon_sha256_update(struct shash_desc *desc, const u8 *data, in octeon_sha256_update()
161 static int octeon_sha256_final(struct shash_desc *desc, u8 *out) in octeon_sha256_final()
201 static int octeon_sha224_final(struct shash_desc *desc, u8 *hash) in octeon_sha224_final()
213 static int octeon_sha256_export(struct shash_desc *desc, void *out) in octeon_sha256_export()
221 static int octeon_sha256_import(struct shash_desc *desc, const void *in) in octeon_sha256_import()
Docteon-md5.c68 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()
156 static int octeon_md5_export(struct shash_desc *desc, void *out) in octeon_md5_export()
164 static int octeon_md5_import(struct shash_desc *desc, const void *in) in octeon_md5_import()
Docteon-sha512.c81 static int octeon_sha512_init(struct shash_desc *desc) in octeon_sha512_init()
98 static int octeon_sha384_init(struct shash_desc *desc) in octeon_sha384_init()
149 static int octeon_sha512_update(struct shash_desc *desc, const u8 *data, in octeon_sha512_update()
175 static int octeon_sha512_final(struct shash_desc *desc, u8 *hash) in octeon_sha512_final()
216 static int octeon_sha384_final(struct shash_desc *desc, u8 *hash) in octeon_sha384_final()
Docteon-sha1.c78 static int octeon_sha1_init(struct shash_desc *desc) in octeon_sha1_init()
123 static int octeon_sha1_update(struct shash_desc *desc, const u8 *data, in octeon_sha1_update()
149 static int octeon_sha1_final(struct shash_desc *desc, u8 *out) in octeon_sha1_final()
189 static int octeon_sha1_export(struct shash_desc *desc, void *out) in octeon_sha1_export()
197 static int octeon_sha1_import(struct shash_desc *desc, const void *in) in octeon_sha1_import()
/linux-4.4.14/drivers/scsi/fnic/
Dfnic_res.h37 struct wq_enet_desc *desc = vnic_wq_next_desc(wq); in fnic_queue_wq_desc() local
61 struct wq_enet_desc *desc = vnic_wq_next_desc(wq); in fnic_queue_wq_eth_desc() local
91 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_icmnd_16() local
130 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_itmf() local
154 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_flogi_reg() local
174 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_fip_reg() local
196 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_fw_reset() local
210 struct fcpio_host_req *desc = vnic_wq_copy_next_desc(wq); in fnic_queue_wq_copy_desc_lunmap() local
227 struct rq_enet_desc *desc = vnic_rq_next_desc(rq); in fnic_queue_rq_desc() local
Dvnic_cq_copy.h27 struct fcpio_fw_req *desc), in vnic_cq_copy_service()
31 struct fcpio_fw_req *desc; in vnic_cq_copy_service() local
/linux-4.4.14/arch/s390/crypto/
Ddes_s390.c86 static int ecb_desall_crypt(struct blkcipher_desc *desc, long func, in ecb_desall_crypt()
109 static int cbc_desall_crypt(struct blkcipher_desc *desc, long func, in cbc_desall_crypt()
144 static int ecb_des_encrypt(struct blkcipher_desc *desc, in ecb_des_encrypt()
155 static int ecb_des_decrypt(struct blkcipher_desc *desc, in ecb_des_decrypt()
186 static int cbc_des_encrypt(struct blkcipher_desc *desc, in cbc_des_encrypt()
196 static int cbc_des_decrypt(struct blkcipher_desc *desc, in cbc_des_decrypt()
290 static int ecb_des3_encrypt(struct blkcipher_desc *desc, in ecb_des3_encrypt()
301 static int ecb_des3_decrypt(struct blkcipher_desc *desc, in ecb_des3_decrypt()
332 static int cbc_des3_encrypt(struct blkcipher_desc *desc, in cbc_des3_encrypt()
342 static int cbc_des3_decrypt(struct blkcipher_desc *desc, in cbc_des3_decrypt()
[all …]
Dsha256_s390.c25 static int sha256_init(struct shash_desc *desc) in sha256_init()
43 static int sha256_export(struct shash_desc *desc, void *out) in sha256_export()
54 static int sha256_import(struct shash_desc *desc, const void *in) in sha256_import()
85 static int sha224_init(struct shash_desc *desc) in sha224_init()
Dsha512_s390.c26 static int sha512_init(struct shash_desc *desc) in sha512_init()
44 static int sha512_export(struct shash_desc *desc, void *out) in sha512_export()
56 static int sha512_import(struct shash_desc *desc, const void *in) in sha512_import()
92 static int sha384_init(struct shash_desc *desc) in sha384_init()
Dsha1_s390.c35 static int sha1_init(struct shash_desc *desc) in sha1_init()
50 static int sha1_export(struct shash_desc *desc, void *out) in sha1_export()
61 static int sha1_import(struct shash_desc *desc, const void *in) in sha1_import()
Daes_s390.c252 static int fallback_blk_dec(struct blkcipher_desc *desc, in fallback_blk_dec()
269 static int fallback_blk_enc(struct blkcipher_desc *desc, in fallback_blk_enc()
316 static int ecb_aes_crypt(struct blkcipher_desc *desc, long func, void *param, in ecb_aes_crypt()
339 static int ecb_aes_encrypt(struct blkcipher_desc *desc, in ecb_aes_encrypt()
353 static int ecb_aes_decrypt(struct blkcipher_desc *desc, in ecb_aes_decrypt()
445 static int cbc_aes_crypt(struct blkcipher_desc *desc, long func, in cbc_aes_crypt()
480 static int cbc_aes_encrypt(struct blkcipher_desc *desc, in cbc_aes_encrypt()
494 static int cbc_aes_decrypt(struct blkcipher_desc *desc, in cbc_aes_decrypt()
551 static int xts_fallback_decrypt(struct blkcipher_desc *desc, in xts_fallback_decrypt()
568 static int xts_fallback_encrypt(struct blkcipher_desc *desc, in xts_fallback_encrypt()
[all …]
Dghash_s390.c30 static int ghash_init(struct shash_desc *desc) in ghash_init()
56 static int ghash_update(struct shash_desc *desc, in ghash_update()
119 static int ghash_final(struct shash_desc *desc, u8 *dst) in ghash_final()
Dsha_common.c21 int s390_sha_update(struct shash_desc *desc, const u8 *data, unsigned int len) in s390_sha_update()
63 int s390_sha_final(struct shash_desc *desc, u8 *out) in s390_sha_final()
/linux-4.4.14/include/crypto/
Dsha256_base.h21 static inline int sha224_base_init(struct shash_desc *desc) in sha224_base_init()
38 static inline int sha256_base_init(struct shash_desc *desc) in sha256_base_init()
55 static inline int sha256_base_do_update(struct shash_desc *desc, in sha256_base_do_update()
93 static inline int sha256_base_do_finalize(struct shash_desc *desc, in sha256_base_do_finalize()
116 static inline int sha256_base_finish(struct shash_desc *desc, u8 *out) in sha256_base_finish()
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()
Dsha1_base.h20 static inline int sha1_base_init(struct shash_desc *desc) in sha1_base_init()
34 static inline int sha1_base_do_update(struct shash_desc *desc, in sha1_base_do_update()
72 static inline int sha1_base_do_finalize(struct shash_desc *desc, in sha1_base_do_finalize()
95 static inline int sha1_base_finish(struct shash_desc *desc, u8 *out) in sha1_base_finish()
/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c63 struct blkcipher_desc desc = { .tfm = tfm, .info = local_iv }; in krb5_encrypt() local
97 struct blkcipher_desc desc = { .tfm = tfm, .info = local_iv }; in krb5_decrypt() local
122 struct hash_desc *desc = data; in checksummer() local
155 struct hash_desc desc; in make_checksum_hmac_md5() local
245 struct hash_desc desc; in make_checksum() local
326 struct hash_desc desc; in make_checksum_v2() local
390 struct blkcipher_desc desc; member
403 struct encryptor_desc *desc = data; in encryptor() local
466 struct encryptor_desc desc; in gss_encrypt_xdr_buf() local
489 struct blkcipher_desc desc; member
[all …]
/linux-4.4.14/drivers/sh/intc/
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()
/linux-4.4.14/drivers/net/usb/
Dcdc_ether.c36 static int is_rndis(struct usb_interface_descriptor *desc) in is_rndis()
43 static int is_activesync(struct usb_interface_descriptor *desc) in is_activesync()
50 static int is_wireless_rndis(struct usb_interface_descriptor *desc) in is_wireless_rndis()
59 #define is_rndis(desc) 0 argument
60 #define is_activesync(desc) 0 argument
61 #define is_wireless_rndis(desc) 0 argument
294 struct usb_endpoint_descriptor *desc; in usbnet_generic_cdc_bind() local
/linux-4.4.14/arch/powerpc/include/asm/
Dqe_ic.h68 void (*low_handler)(struct irq_desc *desc), in qe_ic_init()
69 void (*high_handler)(struct irq_desc *desc)) in qe_ic_init()
81 static inline void qe_ic_cascade_low_ipic(struct irq_desc *desc) in qe_ic_cascade_low_ipic()
90 static inline void qe_ic_cascade_high_ipic(struct irq_desc *desc) in qe_ic_cascade_high_ipic()
99 static inline void qe_ic_cascade_low_mpic(struct irq_desc *desc) in qe_ic_cascade_low_mpic()
111 static inline void qe_ic_cascade_high_mpic(struct irq_desc *desc) in qe_ic_cascade_high_mpic()
123 static inline void qe_ic_cascade_muxed_mpic(struct irq_desc *desc) in qe_ic_cascade_muxed_mpic()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlproc_lov.c47 struct lov_desc *desc; in lov_stripesize_seq_show() local
60 struct lov_desc *desc; in lov_stripesize_seq_write() local
80 struct lov_desc *desc; in lov_stripeoffset_seq_show() local
93 struct lov_desc *desc; in lov_stripeoffset_seq_write() local
112 struct lov_desc *desc; in lov_stripetype_seq_show() local
125 struct lov_desc *desc; in lov_stripetype_seq_write() local
144 struct lov_desc *desc; in lov_stripecount_seq_show() local
157 struct lov_desc *desc; in lov_stripecount_seq_write() local
178 struct lov_desc *desc; in numobd_show() local
190 struct lov_desc *desc; in activeobd_show() local
/linux-4.4.14/arch/m68k/amiga/
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()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_common.c301 void i40e_debug_aq(struct i40e_hw *hw, enum i40e_debug_mask mask, void *desc, in i40e_debug_aq()
368 struct i40e_aq_desc desc; in i40e_aq_queue_shutdown() local
400 struct i40e_aq_desc desc; in i40e_aq_get_set_rss_lut() local
485 struct i40e_aq_desc desc; in i40e_aq_get_set_rss_key() local
966 struct i40e_aq_desc desc; in i40e_aq_mac_address_read() local
992 struct i40e_aq_desc desc; in i40e_aq_mac_address_write() local
1581 struct i40e_aq_desc desc; in i40e_aq_get_phy_capabilities() local
1631 struct i40e_aq_desc desc; in i40e_aq_set_phy_config() local
1738 struct i40e_aq_desc desc; in i40e_aq_clear_pxe_mode() local
1766 struct i40e_aq_desc desc; in i40e_aq_set_link_restart_an() local
[all …]
Di40e_adminq.c39 static inline bool i40e_is_nvm_update_op(struct i40e_aq_desc *desc) in i40e_is_nvm_update_op()
154 struct i40e_aq_desc *desc; in i40e_alloc_arq_bufs() local
681 struct i40e_aq_desc *desc; in i40e_clean_asq() local
737 struct i40e_aq_desc *desc, in i40e_asq_send_command()
924 void i40e_fill_default_direct_cmd_desc(struct i40e_aq_desc *desc, in i40e_fill_default_direct_cmd_desc()
949 struct i40e_aq_desc *desc; in i40e_clean_arq_element() local
/linux-4.4.14/drivers/base/
Dplatform-msi.c46 static irq_hw_number_t platform_msi_calc_hwirq(struct msi_desc *desc) in platform_msi_calc_hwirq()
55 static void platform_msi_set_desc(msi_alloc_info_t *arg, struct msi_desc *desc) in platform_msi_set_desc()
88 struct msi_desc *desc = irq_data_get_msi_desc(data); in platform_msi_write_msg() local
115 struct msi_desc *desc, *tmp; in platform_msi_free_descs() local
130 struct msi_desc *desc; in platform_msi_alloc_descs() local
256 struct msi_desc *desc; in platform_msi_domain_free_irqs() local
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
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()
/linux-4.4.14/fs/nfs/
Dpagelist.c46 nfs_pgio_current_mirror(struct nfs_pageio_descriptor *desc) in nfs_pgio_current_mirror()
54 void nfs_pgheader_init(struct nfs_pageio_descriptor *desc, in nfs_pgheader_init()
494 size_t nfs_generic_pg_test(struct nfs_pageio_descriptor *desc, in nfs_generic_pg_test()
667 static int nfs_pgio_error(struct nfs_pageio_descriptor *desc, in nfs_pgio_error()
717 void nfs_pageio_init(struct nfs_pageio_descriptor *desc, in nfs_pageio_init()
790 int nfs_generic_pgio(struct nfs_pageio_descriptor *desc, in nfs_generic_pgio()
836 static int nfs_generic_pg_pgios(struct nfs_pageio_descriptor *desc) in nfs_generic_pg_pgios()
973 static int nfs_pageio_do_add_request(struct nfs_pageio_descriptor *desc, in nfs_pageio_do_add_request()
998 static void nfs_pageio_doio(struct nfs_pageio_descriptor *desc) in nfs_pageio_doio()
1027 static int __nfs_pageio_add_request(struct nfs_pageio_descriptor *desc, in __nfs_pageio_add_request()
[all …]
/linux-4.4.14/drivers/staging/comedi/drivers/
Dcomedi_isadma.c30 void comedi_isadma_program(struct comedi_isadma_desc *desc) in comedi_isadma_program()
111 struct comedi_isadma_desc *desc = &dma->desc[dma->cur_dma]; in comedi_isadma_poll() local
145 void comedi_isadma_set_mode(struct comedi_isadma_desc *desc, char dma_dir) in comedi_isadma_set_mode()
169 struct comedi_isadma_desc *desc; in comedi_isadma_alloc() local
227 struct comedi_isadma_desc *desc; in comedi_isadma_free() local
Dni_labpc_isadma.c64 struct comedi_isadma_desc *desc = &devpriv->dma->desc[0]; in labpc_setup_dma() local
84 struct comedi_isadma_desc *desc = &devpriv->dma->desc[0]; in labpc_drain_dma() local
127 struct comedi_isadma_desc *desc = &devpriv->dma->desc[0]; in handle_isa_dma() local
Dcomedi_isadma.h57 struct comedi_isadma_desc *desc; member
81 static inline void comedi_isadma_program(struct comedi_isadma_desc *desc) in comedi_isadma_program()
101 static inline void comedi_isadma_set_mode(struct comedi_isadma_desc *desc, in comedi_isadma_set_mode()
/linux-4.4.14/net/sunrpc/
Dsocklib.c29 size_t xdr_skb_read_bits(struct xdr_skb_reader *desc, void *to, size_t len) in xdr_skb_read_bits()
49 static size_t xdr_skb_read_and_csum_bits(struct xdr_skb_reader *desc, void *to, size_t len) in xdr_skb_read_and_csum_bits()
72 …_partial_copy_from_skb(struct xdr_buf *xdr, unsigned int base, struct xdr_skb_reader *desc, xdr_sk… in xdr_partial_copy_from_skb()
155 struct xdr_skb_reader desc; in csum_partial_copy_to_xdr() local
/linux-4.4.14/drivers/dma/
Dtxx9dmac.c148 const struct txx9dmac_desc *desc) in desc_read_CHAR()
154 struct txx9dmac_desc *desc, dma_addr_t val) in desc_write_CHAR()
183 static struct txx9dmac_desc *txx9dmac_last_child(struct txx9dmac_desc *desc) in txx9dmac_last_child()
196 struct txx9dmac_desc *desc; in txx9dmac_desc_alloc() local
213 struct txx9dmac_desc *desc, *_desc; in txx9dmac_desc_get() local
245 struct txx9dmac_desc *desc) in txx9dmac_sync_desc_for_cpu()
264 struct txx9dmac_desc *desc) in txx9dmac_desc_put()
404 struct txx9dmac_desc *desc) in txx9dmac_descriptor_complete()
434 struct txx9dmac_desc *desc; in txx9dmac_dequeue() local
457 struct txx9dmac_desc *desc, *_desc; in txx9dmac_complete_all() local
[all …]
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()
152 struct fsl_re_desc *desc, *_desc; in fsl_re_cleanup_descs() local
168 struct fsl_re_desc *desc, *_desc; in fsl_re_dequeue() local
260 struct fsl_re_desc *desc, in fsl_re_init_desc()
283 struct fsl_re_desc *desc = NULL; in fsl_re_chan_alloc_desc() local
330 struct fsl_re_desc *desc; in fsl_re_prep_dma_genq() local
417 struct fsl_re_desc *desc; in fsl_re_prep_dma_pq() local
539 struct fsl_re_desc *desc; in fsl_re_prep_dma_memcpy() local
[all …]
Dep93xx_dma.c237 struct ep93xx_dma_desc *desc) in ep93xx_dma_set_active()
285 struct ep93xx_dma_desc *desc; in ep93xx_dma_advance_active() local
355 struct ep93xx_dma_desc *desc; in m2p_fill_desc() local
401 struct ep93xx_dma_desc *desc = ep93xx_dma_get_active(edmac); in m2p_hw_interrupt() local
516 struct ep93xx_dma_desc *desc; in m2m_fill_desc() local
593 struct ep93xx_dma_desc *desc; in m2m_hw_interrupt() local
667 struct ep93xx_dma_desc *desc, *_desc; in ep93xx_dma_desc_get() local
694 struct ep93xx_dma_desc *desc) in ep93xx_dma_desc_put()
739 struct ep93xx_dma_desc *desc, *d; in ep93xx_dma_tasklet() local
779 struct ep93xx_dma_desc *desc; in ep93xx_dma_interrupt() local
[all …]
Dat_hdmac.c110 struct at_desc *desc = NULL; in atc_alloc_descriptor() local
134 struct at_desc *desc, *_desc; in atc_desc_get() local
176 static void atc_desc_put(struct at_dma_chan *atchan, struct at_desc *desc) in atc_desc_put()
204 struct at_desc *desc) in atc_desc_chain()
269 struct at_desc *desc, *_desc; in atc_get_desc_by_cookie() local
314 struct at_desc *desc; in atc_get_bytes_left() local
448 atc_chain_complete(struct at_dma_chan *atchan, struct at_desc *desc) in atc_chain_complete()
501 struct at_desc *desc, *_desc; in atc_complete_all() local
683 struct at_desc *desc = txd_to_at_desc(tx); in atc_tx_submit() local
720 struct at_desc *desc = NULL; in atc_prep_dma_interleaved() local
[all …]
Dfsldma.c134 static void set_ld_eol(struct fsldma_chan *chan, struct fsl_desc_sw *desc) in set_ld_eol()
384 static void append_ld_queue(struct fsldma_chan *chan, struct fsl_desc_sw *desc) in append_ld_queue()
411 struct fsl_desc_sw *desc = tx_to_fsl_desc(tx); in fsl_dma_tx_submit() local
447 struct fsl_desc_sw *desc) in fsl_dma_free_descriptor()
462 struct fsl_desc_sw *desc; in fsl_dma_alloc_descriptor() local
492 struct fsl_desc_sw *desc, *_desc; in fsldma_clean_completed_descriptor() local
510 struct fsl_desc_sw *desc, dma_cookie_t cookie) in fsldma_run_tx_complete_actions()
543 struct fsl_desc_sw *desc) in fsldma_clean_running_descriptor()
573 struct fsl_desc_sw *desc; in fsl_chan_xfer_ld_queue() local
642 struct fsl_desc_sw *desc, *_desc; in fsldma_cleanup_descriptors() local
[all …]
Dat_xdmac.c422 struct at_xdmac_desc *desc = txd_to_at_desc(tx); in at_xdmac_tx_submit() local
443 struct at_xdmac_desc *desc; in at_xdmac_alloc_desc() local
459 void at_xdmac_init_used_desc(struct at_xdmac_desc *desc) in at_xdmac_init_used_desc()
471 struct at_xdmac_desc *desc; in at_xdmac_get_desc() local
487 struct at_xdmac_desc *desc) in at_xdmac_queue_desc()
500 struct at_xdmac_desc *desc) in at_xdmac_increment_block_count()
667 struct at_xdmac_desc *desc = NULL; in at_xdmac_prep_slave_sg() local
764 struct at_xdmac_desc *desc = NULL; in at_xdmac_prep_dma_cyclic() local
855 struct at_xdmac_desc *desc; in at_xdmac_interleaved_queue_desc() local
980 struct at_xdmac_desc *desc; in at_xdmac_prep_interleaved() local
[all …]
Dpch_dma.c88 struct pch_dma_desc_regs desc[MAX_CHAN_NR]; member
327 static void pdc_dostart(struct pch_dma_chan *pd_chan, struct pch_dma_desc* desc) in pdc_dostart()
357 struct pch_dma_desc *desc) in pdc_chain_complete()
372 struct pch_dma_desc *desc, *_d; in pdc_complete_all() local
419 struct pch_dma_desc *desc = to_pd_desc(txd); in pd_tx_submit() local
439 struct pch_dma_desc *desc = NULL; in pdc_alloc_desc() local
458 struct pch_dma_desc *desc, *_d; in pdc_desc_get() local
491 struct pch_dma_desc *desc) in pdc_desc_put()
504 struct pch_dma_desc *desc; in pd_alloc_chan_resources() local
543 struct pch_dma_desc *desc, *_d; in pd_free_chan_resources() local
[all …]
Didma64.c95 struct idma64_desc *desc = idma64c->desc; in idma64_chan_start() local
144 struct idma64_desc *desc; in idma64_chan_irq() local
202 struct idma64_desc *desc; in idma64_alloc_desc() local
218 struct idma64_desc *desc) in idma64_desc_free()
283 struct idma64_desc *desc) in idma64_desc_fill()
308 struct idma64_desc *desc; in idma64_prep_slave_sg() local
352 struct idma64_desc *desc = idma64c->desc; in idma64_active_desc_size() local
Dnbpfaxi.c141 struct nbpf_desc *desc; member
172 struct nbpf_desc desc[NBPF_DESCS_PER_PAGE]; member
381 static int nbpf_start(struct nbpf_desc *desc) in nbpf_start()
480 struct nbpf_desc *desc = ldesc->desc; in nbpf_prep_one() local
585 struct nbpf_desc *desc = list_first_entry(&chan->active, in nbpf_issue_pending() local
613 struct nbpf_desc *desc; in nbpf_tx_status() local
644 struct nbpf_desc *desc = container_of(tx, struct nbpf_desc, async_tx); in nbpf_tx_submit() local
665 struct nbpf_desc *desc; in nbpf_desc_page_alloc() local
712 static void nbpf_desc_put(struct nbpf_desc *desc) in nbpf_desc_put()
728 struct nbpf_desc *desc, *tmp; in nbpf_scan_acked() local
[all …]
/linux-4.4.14/arch/arm64/crypto/
Dcrc32-arm64.c100 static int chksum_init(struct shash_desc *desc) in chksum_init()
128 static int chksum_update(struct shash_desc *desc, const u8 *data, in chksum_update()
137 static int chksumc_update(struct shash_desc *desc, const u8 *data, in chksumc_update()
146 static int chksum_final(struct shash_desc *desc, u8 *out) in chksum_final()
154 static int chksumc_final(struct shash_desc *desc, u8 *out) in chksumc_final()
174 static int chksum_finup(struct shash_desc *desc, const u8 *data, in chksum_finup()
182 static int chksumc_finup(struct shash_desc *desc, const u8 *data, in chksumc_finup()
190 static int chksum_digest(struct shash_desc *desc, const u8 *data, in chksum_digest()
198 static int chksumc_digest(struct shash_desc *desc, const u8 *data, in chksumc_digest()
Daes-glue.c99 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
121 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
143 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
166 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
189 static int ctr_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_encrypt()
235 static int xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_encrypt()
259 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt()
Dsha2-ce-glue.c35 static int sha256_ce_update(struct shash_desc *desc, const u8 *data, in sha256_ce_update()
49 static int sha256_ce_finup(struct shash_desc *desc, const u8 *data, in sha256_ce_finup()
76 static int sha256_ce_final(struct shash_desc *desc, u8 *out) in sha256_ce_final()
Dsha1-ce-glue.c35 static int sha1_ce_update(struct shash_desc *desc, const u8 *data, in sha1_ce_update()
49 static int sha1_ce_finup(struct shash_desc *desc, const u8 *data, in sha1_ce_finup()
75 static int sha1_ce_final(struct shash_desc *desc, u8 *out) in sha1_ce_final()
Dghash-ce-glue.c39 static int ghash_init(struct shash_desc *desc) in ghash_init()
47 static int ghash_update(struct shash_desc *desc, const u8 *src, in ghash_update()
82 static int ghash_final(struct shash_desc *desc, u8 *dst) in ghash_final()
/linux-4.4.14/drivers/media/pci/cobalt/
Dcobalt-omnitek.c108 void omni_sg_dma_start(struct cobalt_stream *s, struct sg_dma_desc_info *desc) in omni_sg_dma_start()
164 struct sg_dma_desc_info *desc) in descriptor_list_create()
298 void *descriptor_list_allocate(struct sg_dma_desc_info *desc, size_t bytes) in descriptor_list_allocate()
306 void descriptor_list_free(struct sg_dma_desc_info *desc) in descriptor_list_free()
314 void descriptor_list_interrupt_enable(struct sg_dma_desc_info *desc) in descriptor_list_interrupt_enable()
321 void descriptor_list_interrupt_disable(struct sg_dma_desc_info *desc) in descriptor_list_interrupt_disable()
328 void descriptor_list_loopback(struct sg_dma_desc_info *desc) in descriptor_list_loopback()
336 void descriptor_list_end_of_chain(struct sg_dma_desc_info *desc) in descriptor_list_end_of_chain()
/linux-4.4.14/tools/testing/selftests/x86/
Dldt_gdt.c116 static bool install_valid_mode(const struct user_desc *desc, uint32_t ar, in install_valid_mode()
145 static bool install_valid(const struct user_desc *desc, uint32_t ar) in install_valid()
150 static void install_invalid(const struct user_desc *desc, bool oldmode) in install_invalid()
180 static void fail_install(struct user_desc *desc) in fail_install()
194 struct user_desc desc = { in do_simple_tests() local
384 const struct user_desc desc = {}; in threadproc() local
459 struct user_desc desc = { in do_multicpu_tests() local
531 struct user_desc desc = { in do_exec_test() local
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto-adler.c67 static int adler32_init(struct shash_desc *desc) in adler32_init()
77 static int adler32_update(struct shash_desc *desc, const u8 *data, in adler32_update()
93 static int adler32_finup(struct shash_desc *desc, const u8 *data, in adler32_finup()
99 static int adler32_final(struct shash_desc *desc, u8 *out) in adler32_final()
107 static int adler32_digest(struct shash_desc *desc, const u8 *data, in adler32_digest()
/linux-4.4.14/drivers/crypto/nx/
Dnx-sha256.c50 static int nx_sha256_init(struct shash_desc *desc) { in nx_sha256_init()
68 static int nx_sha256_update(struct shash_desc *desc, const u8 *data, in nx_sha256_update()
189 static int nx_sha256_final(struct shash_desc *desc, u8 *out) in nx_sha256_final()
260 static int nx_sha256_export(struct shash_desc *desc, void *out) in nx_sha256_export()
269 static int nx_sha256_import(struct shash_desc *desc, const void *in) in nx_sha256_import()
Dnx-sha512.c49 static int nx_sha512_init(struct shash_desc *desc) in nx_sha512_init()
68 static int nx_sha512_update(struct shash_desc *desc, const u8 *data, in nx_sha512_update()
192 static int nx_sha512_final(struct shash_desc *desc, u8 *out) in nx_sha512_final()
266 static int nx_sha512_export(struct shash_desc *desc, void *out) in nx_sha512_export()
275 static int nx_sha512_import(struct shash_desc *desc, const void *in) in nx_sha512_import()
Dnx-aes-xcbc.c40 static int nx_xcbc_set_key(struct crypto_shash *desc, in nx_xcbc_set_key()
71 static int nx_xcbc_empty(struct shash_desc *desc, u8 *out) in nx_xcbc_empty()
170 static int nx_xcbc_init(struct shash_desc *desc) in nx_xcbc_init()
179 static int nx_xcbc_update(struct shash_desc *desc, in nx_xcbc_update()
307 static int nx_xcbc_final(struct shash_desc *desc, u8 *out) in nx_xcbc_final()
Dnx-aes-ccm.c342 struct blkcipher_desc *desc, in ccm_nx_decrypt()
420 struct blkcipher_desc *desc, in ccm_nx_encrypt()
496 struct blkcipher_desc desc; in ccm4309_aes_nx_encrypt() local
510 struct blkcipher_desc desc; in ccm_aes_nx_encrypt() local
526 struct blkcipher_desc desc; in ccm4309_aes_nx_decrypt() local
540 struct blkcipher_desc desc; in ccm_aes_nx_decrypt() local
Dnx-aes-ecb.c65 static int ecb_aes_nx_crypt(struct blkcipher_desc *desc, in ecb_aes_nx_crypt()
114 static int ecb_aes_nx_encrypt(struct blkcipher_desc *desc, in ecb_aes_nx_encrypt()
122 static int ecb_aes_nx_decrypt(struct blkcipher_desc *desc, in ecb_aes_nx_decrypt()
Dnx-aes-cbc.c65 static int cbc_aes_nx_crypt(struct blkcipher_desc *desc, in cbc_aes_nx_crypt()
114 static int cbc_aes_nx_encrypt(struct blkcipher_desc *desc, in cbc_aes_nx_encrypt()
122 static int cbc_aes_nx_decrypt(struct blkcipher_desc *desc, in cbc_aes_nx_decrypt()
/linux-4.4.14/drivers/s390/virtio/
Dkvm_virtio.c42 struct kvm_device_desc *desc; member
56 static struct kvm_vqconfig *kvm_vq_config(const struct kvm_device_desc *desc) in kvm_vq_config()
61 static u8 *kvm_vq_features(const struct kvm_device_desc *desc) in kvm_vq_features()
66 static u8 *kvm_vq_configspace(const struct kvm_device_desc *desc) in kvm_vq_configspace()
74 static unsigned desc_size(const struct kvm_device_desc *desc) in desc_size()
87 struct kvm_device_desc *desc = to_kvmdev(vdev)->desc; in kvm_get_features() local
99 struct kvm_device_desc *desc = to_kvmdev(vdev)->desc; in kvm_finalize_features() local
125 struct kvm_device_desc *desc = to_kvmdev(vdev)->desc; in kvm_get() local
134 struct kvm_device_desc *desc = to_kvmdev(vdev)->desc; in kvm_set() local
/linux-4.4.14/arch/arm/crypto/
Dsha512-neon-glue.c28 static int sha512_neon_update(struct shash_desc *desc, const u8 *data, in sha512_neon_update()
45 static int sha512_neon_finup(struct shash_desc *desc, const u8 *data, in sha512_neon_finup()
62 static int sha512_neon_final(struct shash_desc *desc, u8 *out) in sha512_neon_final()
Dsha256_neon_glue.c32 static int sha256_update(struct shash_desc *desc, const u8 *data, in sha256_update()
49 static int sha256_finup(struct shash_desc *desc, const u8 *data, in sha256_finup()
66 static int sha256_final(struct shash_desc *desc, u8 *out) in sha256_final()
Dghash-ce-glue.c46 static int ghash_init(struct shash_desc *desc) in ghash_init()
54 static int ghash_update(struct shash_desc *desc, const u8 *src, in ghash_update()
89 static int ghash_final(struct shash_desc *desc, u8 *dst) in ghash_final()
163 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_init() local
185 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_update() local
203 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_final() local
220 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_digest() local
Dsha1_glue.c33 int sha1_update_arm(struct shash_desc *desc, const u8 *data, in sha1_update_arm()
44 static int sha1_final(struct shash_desc *desc, u8 *out) in sha1_final()
50 int sha1_finup_arm(struct shash_desc *desc, const u8 *data, in sha1_finup_arm()
Dsha256_glue.c36 int crypto_sha256_arm_update(struct shash_desc *desc, const u8 *data, in crypto_sha256_arm_update()
47 static int sha256_final(struct shash_desc *desc, u8 *out) in sha256_final()
54 int crypto_sha256_arm_finup(struct shash_desc *desc, const u8 *data, in crypto_sha256_arm_finup()
Dsha1-ce-glue.c30 static int sha1_ce_update(struct shash_desc *desc, const u8 *data, in sha1_ce_update()
46 static int sha1_ce_finup(struct shash_desc *desc, const u8 *data, in sha1_ce_finup()
61 static int sha1_ce_final(struct shash_desc *desc, u8 *out) in sha1_ce_final()
Dsha512-glue.c33 int sha512_arm_update(struct shash_desc *desc, const u8 *data, in sha512_arm_update()
40 int sha512_arm_final(struct shash_desc *desc, u8 *out) in sha512_arm_final()
47 int sha512_arm_finup(struct shash_desc *desc, const u8 *data, in sha512_arm_finup()
Dsha2-ce-glue.c31 static int sha2_ce_update(struct shash_desc *desc, const u8 *data, in sha2_ce_update()
48 static int sha2_ce_finup(struct shash_desc *desc, const u8 *data, in sha2_ce_finup()
64 static int sha2_ce_final(struct shash_desc *desc, u8 *out) in sha2_ce_final()
Dsha1_neon_glue.c37 static int sha1_neon_update(struct shash_desc *desc, const u8 *data, in sha1_neon_update()
54 static int sha1_neon_finup(struct shash_desc *desc, const u8 *data, in sha1_neon_finup()
70 static int sha1_neon_final(struct shash_desc *desc, u8 *out) in sha1_neon_final()
Daes-ce-glue.c166 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
189 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
212 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
236 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
260 static int ctr_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_encrypt()
303 static int xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_encrypt()
328 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt()
Daesbs-glue.c104 static int aesbs_cbc_encrypt(struct blkcipher_desc *desc, in aesbs_cbc_encrypt()
145 static int aesbs_cbc_decrypt(struct blkcipher_desc *desc, in aesbs_cbc_decrypt()
203 static int aesbs_ctr_encrypt(struct blkcipher_desc *desc, in aesbs_ctr_encrypt()
252 static int aesbs_xts_encrypt(struct blkcipher_desc *desc, in aesbs_xts_encrypt()
276 static int aesbs_xts_decrypt(struct blkcipher_desc *desc, in aesbs_xts_decrypt()
/linux-4.4.14/drivers/net/wan/
Dhd64570.c87 static inline u16 next_desc(port_t *port, u16 desc, int transmit) in next_desc()
94 static inline u16 desc_abs_number(port_t *port, u16 desc, int transmit) in desc_abs_number()
105 static inline u16 desc_offset(port_t *port, u16 desc, int transmit) in desc_offset()
112 static inline pkt_desc __iomem *desc_address(port_t *port, u16 desc, in desc_address()
125 static inline u32 buffer_offset(port_t *port, u16 desc, int transmit) in buffer_offset()
169 pkt_desc __iomem *desc = desc_address(port, i, transmit); in sca_init_port() local
243 static inline void sca_rx(card_t *card, port_t *port, pkt_desc __iomem *desc, in sca_rx()
307 pkt_desc __iomem *desc; in sca_rx_intr() local
358 pkt_desc __iomem *desc; in sca_tx_intr() local
624 pkt_desc __iomem *desc; in sca_xmit() local
Dixp4xx_hss.c292 struct desc { struct
315 (n) * sizeof(struct desc)) argument
573 static inline void debug_desc(u32 phys, struct desc *desc) in debug_desc()
602 struct desc *desc) in queue_put_desc()
612 static inline void dma_unmap_tx(struct port *port, struct desc *desc) in dma_unmap_tx()
668 struct desc *desc; in hss_hdlc_poll() local
801 struct desc *desc; in hss_hdlc_txdone_irq() local
837 struct desc *desc; in hss_hdlc_xmit() local
988 struct desc *desc = rx_desc_ptr(port, i); in init_hdlc_queues() local
1019 struct desc *desc = rx_desc_ptr(port, i); in destroy_hdlc_queues() local
[all …]
Dhd64572.c78 static inline u16 desc_abs_number(port_t *port, u16 desc, int transmit) in desc_abs_number()
88 static inline u16 desc_offset(port_t *port, u16 desc, int transmit) in desc_offset()
95 static inline pkt_desc __iomem *desc_address(port_t *port, u16 desc, in desc_address()
103 static inline u32 buffer_offset(port_t *port, u16 desc, int transmit) in buffer_offset()
143 pkt_desc __iomem *desc = desc_address(port, i, transmit); in sca_init_port() local
202 static inline void sca_rx(card_t *card, port_t *port, pkt_desc __iomem *desc, in sca_rx()
251 pkt_desc __iomem *desc; in sca_rx_done() local
305 pkt_desc __iomem *desc = desc_address(port, port->txlast, 1); in sca_tx_done() local
569 pkt_desc __iomem *desc; in sca_xmit() local
/linux-4.4.14/drivers/usb/image/
Dmicrotek.c212 static inline void mts_debug_dump(struct mts_desc* desc) { in mts_debug_dump()
317 static inline void mts_urb_abort(struct mts_desc* desc) { in mts_urb_abort()
338 struct mts_desc* desc = (struct mts_desc*)(srb->device->host->hostdata[0]); in mts_scsi_abort() local
349 struct mts_desc* desc = (struct mts_desc*)(srb->device->host->hostdata[0]); in mts_scsi_host_reset() local
529 mts_build_transfer_context(struct scsi_cmnd *srb, struct mts_desc* desc) in mts_build_transfer_context()
575 struct mts_desc* desc = (struct mts_desc*)(srb->device->host->hostdata[0]); in mts_scsi_queuecommand_lck() local
795 struct mts_desc *desc = usb_get_intfdata(intf); in mts_usb_disconnect() local
/linux-4.4.14/drivers/dma/hsu/
Dhsu.c60 struct hsu_dma_desc *desc = hsuc->desc; in hsu_dma_chan_start() local
144 struct hsu_dma_desc *desc; in hsu_dma_irq() local
191 struct hsu_dma_desc *desc; in hsu_dma_alloc_desc() local
208 struct hsu_dma_desc *desc = to_hsu_dma_desc(vdesc); in hsu_dma_desc_free() local
220 struct hsu_dma_desc *desc; in hsu_dma_prep_slave_sg() local
252 static size_t hsu_dma_desc_size(struct hsu_dma_desc *desc) in hsu_dma_desc_size()
265 struct hsu_dma_desc *desc = hsuc->desc; in hsu_dma_active_desc_size() local
/linux-4.4.14/arch/arm/mach-iop13xx/include/mach/
Dadma.h221 static inline u32 iop_desc_get_byte_count(struct iop_adma_desc_slot *desc, in iop_desc_get_byte_count()
228 static inline u32 iop_desc_get_src_addr(struct iop_adma_desc_slot *desc, in iop_desc_get_src_addr()
236 static inline u32 iop_desc_get_src_count(struct iop_adma_desc_slot *desc, in iop_desc_get_src_count()
244 iop_desc_init_memcpy(struct iop_adma_desc_slot *desc, unsigned long flags) in iop_desc_init_memcpy()
260 iop_desc_init_memset(struct iop_adma_desc_slot *desc, unsigned long flags) in iop_desc_init_memset()
278 iop_desc_init_xor(struct iop_adma_desc_slot *desc, int src_cnt, in iop_desc_init_xor()
299 iop_desc_init_zero_sum(struct iop_adma_desc_slot *desc, int src_cnt, in iop_desc_init_zero_sum()
321 iop_desc_init_pq(struct iop_adma_desc_slot *desc, int src_cnt, in iop_desc_init_pq()
340 iop_desc_init_pq_zero_sum(struct iop_adma_desc_slot *desc, int src_cnt, in iop_desc_init_pq_zero_sum()
360 static inline void iop_desc_set_byte_count(struct iop_adma_desc_slot *desc, in iop_desc_set_byte_count()
[all …]
/linux-4.4.14/drivers/rapidio/devices/
Dtsi721_dma.c336 tsi721_desc_fill_init(struct tsi721_tx_desc *desc, in tsi721_desc_fill_init()
378 struct tsi721_tx_desc *desc) in tsi721_dma_tx_err()
414 static int tsi721_submit_sg(struct tsi721_tx_desc *desc) in tsi721_submit_sg()
539 struct tsi721_tx_desc *desc; in tsi721_advance_work() local
593 struct tsi721_tx_desc *desc; in tsi721_dma_tasklet() local
626 struct tsi721_tx_desc *desc = to_tsi721_desc(txd); in tsi721_tx_submit() local
655 struct tsi721_tx_desc *desc = NULL; in tsi721_alloc_chan_resources() local
762 struct tsi721_tx_desc *desc, *_d; in tsi721_prep_rio_sg() local
821 struct tsi721_tx_desc *desc, *_d; in tsi721_terminate_all() local
/linux-4.4.14/arch/arm/include/asm/hardware/
Diop3xx-adma.h199 iop_desc_init_pq(struct iop_adma_desc_slot *desc, int src_cnt, in iop_desc_init_pq()
206 iop_desc_set_pq_addr(struct iop_adma_desc_slot *desc, dma_addr_t *addr) in iop_desc_set_pq_addr()
212 iop_desc_set_pq_src_addr(struct iop_adma_desc_slot *desc, int src_idx, in iop_desc_set_pq_src_addr()
226 iop_desc_init_pq_zero_sum(struct iop_adma_desc_slot *desc, int src_cnt, in iop_desc_init_pq_zero_sum()
233 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()
241 iop_desc_set_pq_zero_sum_addr(struct iop_adma_desc_slot *desc, int pq_idx, in iop_desc_set_pq_zero_sum_addr()
302 static inline int iop_desc_is_aligned(struct iop_adma_desc_slot *desc, in iop_desc_is_aligned()
396 static inline u32 iop_desc_get_byte_count(struct iop_adma_desc_slot *desc, in iop_desc_get_byte_count()
429 static inline u32 iop_desc_get_src_addr(struct iop_adma_desc_slot *desc, in iop_desc_get_src_addr()
461 iop_desc_init_memcpy(struct iop_adma_desc_slot *desc, unsigned long flags) in iop_desc_init_memcpy()
[all …]
/linux-4.4.14/lib/
Dlocking-selftest.c1021 #define DO_TESTCASE_1(desc, name, nr) \ argument
1026 #define DO_TESTCASE_1B(desc, name, nr) \ argument
1031 #define DO_TESTCASE_3(desc, name, nr) \ argument
1038 #define DO_TESTCASE_3RW(desc, name, nr) \ argument
1045 #define DO_TESTCASE_6(desc, name) \ argument
1055 #define DO_TESTCASE_6_SUCCESS(desc, name) \ argument
1068 #define DO_TESTCASE_6R(desc, name) \ argument
1078 #define DO_TESTCASE_2I(desc, name, nr) \ argument
1082 #define DO_TESTCASE_2IB(desc, name, nr) \ argument
1086 #define DO_TESTCASE_6I(desc, name, nr) \ argument
[all …]
/linux-4.4.14/arch/arm/mach-davinci/
Dmux.h18 #define MUX_CFG(soc, desc, muxreg, mode_offset, mode_mask, mux_mode, dbg)\ argument
29 #define INT_CFG(soc, desc, mode_offset, mode_mask, mux_mode, dbg) \ argument
40 #define EVT_CFG(soc, desc, mode_offset, mode_mask, mux_mode, dbg) \ argument
/linux-4.4.14/arch/x86/include/asm/
Ddesc.h11 static inline void fill_ldt(struct desc_struct *desc, const struct user_desc *info) in fill_ldt()
83 const u32 *desc = ptr; in desc_empty() local
104 #define write_ldt_entry(dt, entry, desc) native_write_ldt_entry(dt, entry, desc) argument
105 #define write_gdt_entry(dt, entry, desc, type) native_write_gdt_entry(dt, entry, desc, type) argument
124 static inline void native_write_ldt_entry(struct desc_struct *ldt, int entry, const void *desc) in native_write_ldt_entry()
130 native_write_gdt_entry(struct desc_struct *gdt, int entry, const void *desc, int type) in native_write_gdt_entry()
143 static inline void pack_descriptor(struct desc_struct *desc, unsigned long base, in pack_descriptor()
158 struct ldttss_desc64 *desc = d; in set_tssldt_descriptor() local
283 static inline unsigned long get_desc_base(const struct desc_struct *desc) in get_desc_base()
288 static inline void set_desc_base(struct desc_struct *desc, unsigned long base) in set_desc_base()
[all …]
/linux-4.4.14/drivers/dma/dw/
Dcore.c85 struct dw_desc *desc, *_desc; in dwc_desc_get() local
111 static void dwc_desc_put(struct dw_dma_chan *dwc, struct dw_desc *desc) in dwc_desc_put()
191 struct dw_desc *desc) in dwc_do_single_block()
260 struct dw_desc *desc; in dwc_dostart_first_queued() local
274 dwc_descriptor_complete(struct dw_dma_chan *dwc, struct dw_desc *desc, in dwc_descriptor_complete()
309 struct dw_desc *desc, *_desc; in dwc_complete_all() local
347 struct dw_desc *desc, *_desc; in dwc_scan_descriptors() local
658 struct dw_desc *desc = txd_to_dw_desc(tx); in dwc_tx_submit() local
686 struct dw_desc *desc; in dwc_prep_dma_memcpy() local
803 struct dw_desc *desc; in dwc_prep_slave_sg() local
[all …]
/linux-4.4.14/drivers/pci/
Dmsi.c80 int __weak arch_setup_msi_irq(struct pci_dev *dev, struct msi_desc *desc) in arch_setup_msi_irq()
190 u32 __pci_msi_desc_mask_irq(struct msi_desc *desc, u32 mask, u32 flag) in __pci_msi_desc_mask_irq()
205 static void msi_mask_irq(struct msi_desc *desc, u32 mask, u32 flag) in msi_mask_irq()
217 u32 __pci_msix_desc_mask_irq(struct msi_desc *desc, u32 flag) in __pci_msix_desc_mask_irq()
234 static void msix_mask_irq(struct msi_desc *desc, u32 flag) in msix_mask_irq()
241 struct msi_desc *desc = irq_data_get_msi_desc(data); in msi_set_mask_bit() local
876 struct msi_desc *desc; in pci_msi_shutdown() local
1125 struct pci_dev *msi_desc_to_pci_dev(struct msi_desc *desc) in msi_desc_to_pci_dev()
1130 void *msi_desc_to_pci_sysdata(struct msi_desc *desc) in msi_desc_to_pci_sysdata()
1146 struct msi_desc *desc = irq_data_get_msi_desc(irq_data); in pci_msi_domain_write_msg() local
[all …]
/linux-4.4.14/drivers/scsi/
Dses.c142 unsigned char *desc) in ses_set_page2_descriptor()
202 unsigned char *desc; in ses_get_fault() local
213 unsigned char desc[4]; in ses_set_fault() local
241 unsigned char *desc; in ses_get_status() local
251 unsigned char *desc; in ses_get_locate() local
262 unsigned char desc[4]; in ses_set_locate() local
290 unsigned char desc[4]; in ses_set_active() local
327 unsigned char *desc; in ses_get_power_status() local
338 unsigned char desc[4]; in ses_set_power_status() local
400 unsigned char *desc) in ses_process_descriptor()
[all …]
/linux-4.4.14/drivers/clk/mvebu/
Dclk-corediv.c58 const struct clk_corediv_desc *desc; member
80 const struct clk_corediv_desc *desc = corediv->desc; in clk_corediv_is_enabled() local
90 const struct clk_corediv_desc *desc = corediv->desc; in clk_corediv_enable() local
109 const struct clk_corediv_desc *desc = corediv->desc; in clk_corediv_disable() local
127 const struct clk_corediv_desc *desc = corediv->desc; in clk_corediv_recalc_rate() local
155 const struct clk_corediv_desc *desc = corediv->desc; in clk_corediv_set_rate() local
/linux-4.4.14/fs/ext2/
Dialloc.c48 struct ext2_group_desc *desc; in read_inode_bitmap() local
67 struct ext2_group_desc * desc; in ext2_release_inode() local
208 struct ext2_group_desc *desc, *best_desc = NULL; in find_group_dir() local
273 struct ext2_group_desc *desc; in find_group_orlov() local
374 struct ext2_group_desc *desc; in find_group_other() local
620 struct ext2_group_desc *desc; in ext2_count_free_inodes() local
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40e_adminq.c37 static inline bool i40e_is_nvm_update_op(struct i40e_aq_desc *desc) in i40e_is_nvm_update_op()
141 struct i40e_aq_desc *desc; in i40e_alloc_arq_bufs() local
613 struct i40e_aq_desc *desc; in i40e_clean_asq() local
670 struct i40e_aq_desc *desc, in i40evf_asq_send_command()
858 void i40evf_fill_default_direct_cmd_desc(struct i40e_aq_desc *desc, in i40evf_fill_default_direct_cmd_desc()
883 struct i40e_aq_desc *desc; in i40evf_clean_arq_element() local
Di40e_common.c301 void i40evf_debug_aq(struct i40e_hw *hw, enum i40e_debug_mask mask, void *desc, in i40evf_debug_aq()
368 struct i40e_aq_desc desc; in i40evf_aq_queue_shutdown() local
400 struct i40e_aq_desc desc; in i40e_aq_get_set_rss_lut() local
485 struct i40e_aq_desc desc; in i40e_aq_get_set_rss_key() local
926 struct i40e_aq_desc desc; in i40e_aq_send_msg_to_pf() local
/linux-4.4.14/drivers/usb/core/
Dgeneric.c29 static int is_rndis(struct usb_interface_descriptor *desc) in is_rndis()
36 static int is_activesync(struct usb_interface_descriptor *desc) in is_activesync()
57 struct usb_interface_descriptor *desc = NULL; in usb_choose_configuration() local
/linux-4.4.14/drivers/power/
Dcharger-manager.c275 struct charger_desc *desc = cm->desc; in is_full_charged() local
364 struct charger_desc *desc = cm->desc; in try_charger_enable() local
520 struct charger_desc *desc = cm->desc; in fullbatt_vchk() local
559 struct charger_desc *desc = cm->desc; in check_charging_duration() local
638 struct charger_desc *desc = cm->desc; in cm_check_thermal_status() local
830 struct charger_desc *desc = cm->desc; in fullbatt_handler() local
889 struct charger_desc *desc = cm->desc; in charger_get_property() local
1233 struct charger_desc *desc = cm->desc; in charger_manager_register_extcon() local
1309 struct charger_desc *desc = cm->desc; in charger_externally_control_store() local
1370 struct charger_desc *desc = cm->desc; in charger_manager_register_sysfs() local
[all …]
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
Dnv50.c33 struct mxms_odev desc; member
40 struct mxms_odev desc; in mxm_match_tmds_partner() local
54 u64 desc = *(u64 *)data; in mxm_match_dcb() local
180 u64 desc = *(u64 *)data; in mxm_show_unmatched() local
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Drx.c35 struct wl1251_rx_descriptor *desc) in wl1251_rx_header()
47 struct wl1251_rx_descriptor *desc, in wl1251_rx_status()
148 struct wl1251_rx_descriptor *desc) in wl1251_rx_body()
/linux-4.4.14/include/linux/irqchip/
Dchained_irq.h28 struct irq_desc *desc) in chained_irq_enter()
44 struct irq_desc *desc) in chained_irq_exit()
/linux-4.4.14/drivers/dma/sh/
Dusb-dmac.c84 struct usb_dmac_desc *desc; member
199 struct usb_dmac_desc *desc = chan->desc; in usb_dmac_chan_start_sg() local
269 struct usb_dmac_desc *desc; in usb_dmac_desc_alloc() local
288 struct usb_dmac_desc *desc, *_desc; in usb_dmac_desc_free() local
304 struct usb_dmac_desc *desc = NULL; in usb_dmac_desc_get() local
333 struct usb_dmac_desc *desc) in usb_dmac_desc_put()
424 struct usb_dmac_desc *desc; in usb_dmac_prep_slave_sg() local
451 struct usb_dmac_desc *desc; in usb_dmac_chan_terminate_all() local
471 struct usb_dmac_desc *desc, in usb_dmac_get_current_residue()
493 struct usb_dmac_desc *desc; in usb_dmac_chan_get_residue_if_complete() local
[all …]
Drcar-dmac.c164 } desc; member
319 struct rcar_dmac_desc *desc = chan->desc.running; in rcar_dmac_chan_start_xfer() local
436 struct rcar_dmac_desc *desc = to_rcar_dmac_desc(tx); in rcar_dmac_tx_submit() local
477 struct rcar_dmac_desc *desc = &page->descs[i]; in rcar_dmac_desc_alloc() local
507 struct rcar_dmac_desc *desc) in rcar_dmac_desc_put()
519 struct rcar_dmac_desc *desc, *_desc; in rcar_dmac_desc_recycle_acked() local
560 struct rcar_dmac_desc *desc; in rcar_dmac_desc_get() local
663 struct rcar_dmac_desc *desc, size_t size) in rcar_dmac_realloc_hwdesc()
695 struct rcar_dmac_desc *desc) in rcar_dmac_fill_hwdesc()
731 struct rcar_dmac_desc *desc, *_desc; in rcar_dmac_chan_reinit() local
[all …]
/linux-4.4.14/include/uapi/linux/
Dmic_common.h104 struct mic_device_desc desc[0]; member
176 static inline unsigned mic_desc_size(const struct mic_device_desc *desc) in mic_desc_size()
183 mic_vq_config(const struct mic_device_desc *desc) in mic_vq_config()
188 static inline __u8 *mic_vq_features(const struct mic_device_desc *desc) in mic_vq_features()
193 static inline __u8 *mic_vq_configspace(const struct mic_device_desc *desc) in mic_vq_configspace()
197 static inline unsigned mic_total_desc_size(struct mic_device_desc *desc) in mic_total_desc_size()
/linux-4.4.14/drivers/scsi/snic/
Dvnic_cq_fw.h27 struct snic_fw_req *desc), in vnic_cq_fw_service()
31 struct snic_fw_req *desc; in vnic_cq_fw_service() local
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpers.c45 void ptlrpc_fill_bulk_md(lnet_md_t *md, struct ptlrpc_bulk_desc *desc, in ptlrpc_fill_bulk_md()
64 void ptlrpc_add_bulk_page(struct ptlrpc_bulk_desc *desc, struct page *page, in ptlrpc_add_bulk_page()
Dnrs.c732 struct ptlrpc_nrs_pol_desc *desc) in nrs_policy_register()
851 const struct ptlrpc_nrs_pol_desc *desc) in nrs_policy_compatible()
871 struct ptlrpc_nrs_pol_desc *desc; in nrs_register_policies_locked() local
1050 static int nrs_policy_unregister_locked(struct ptlrpc_nrs_pol_desc *desc) in nrs_policy_unregister_locked()
1117 struct ptlrpc_nrs_pol_desc *desc; in ptlrpc_nrs_policy_register() local
1268 const struct ptlrpc_nrs_pol_desc *desc; in ptlrpc_service_nrs_setup() local
1313 const struct ptlrpc_nrs_pol_desc *desc; in ptlrpc_service_nrs_cleanup() local
1619 struct ptlrpc_nrs_pol_desc *desc; in ptlrpc_nrs_fini() local
/linux-4.4.14/net/rxrpc/
Drxkad.c116 struct blkcipher_desc desc; in rxkad_prime_packet_security() local
159 struct blkcipher_desc desc; in rxkad_secure_packet_auth() local
206 struct blkcipher_desc desc; in rxkad_secure_packet_encrypt() local
259 struct blkcipher_desc desc; in rxkad_secure_packet() local
333 struct blkcipher_desc desc; in rxkad_verify_packet_auth() local
408 struct blkcipher_desc desc; in rxkad_verify_packet_encrypt() local
490 struct blkcipher_desc desc; in rxkad_verify_packet() local
721 struct blkcipher_desc desc; in rxkad_encrypt_response() local
825 struct blkcipher_desc desc; in rxkad_decrypt_ticket() local
969 struct blkcipher_desc desc; in rxkad_decrypt_response() local
/linux-4.4.14/drivers/media/pci/solo6x10/
Dsolo6x10-p2m.c65 struct solo_p2m_desc *desc, dma_addr_t desc_dma, in solo_p2m_dma_desc()
136 void solo_p2m_fill_desc(struct solo_p2m_desc *desc, int wr, in solo_p2m_fill_desc()
161 struct solo_p2m_desc desc[2]; in solo_p2m_dma_t() local
173 struct solo_p2m_desc *desc; in solo_p2m_isr() local
/linux-4.4.14/arch/x86/crypto/sha-mb/
Dsha1_mb.c82 struct shash_desc *desc; in cast_hash_to_mcryptd_ctx() local
94 struct shash_desc *desc) in req_ctx_init()
346 static int sha1_mb_init(struct shash_desc *desc) in sha1_mb_init()
488 static int sha1_mb_update(struct shash_desc *desc, const u8 *data, in sha1_mb_update()
547 static int sha1_mb_finup(struct shash_desc *desc, const u8 *data, in sha1_mb_finup()
608 static int sha1_mb_final(struct shash_desc *desc, u8 *out) in sha1_mb_final()
657 static int sha1_mb_export(struct shash_desc *desc, void *out) in sha1_mb_export()
666 static int sha1_mb_import(struct shash_desc *desc, const void *in) in sha1_mb_import()
/linux-4.4.14/drivers/dma/ioat/
Ddma.c165 struct ioat_ring_ent *desc; in __ioat_start_null_desc() local
218 struct ioat_ring_ent *desc; in __ioat_restart_chan() local
296 struct ioat_ring_ent *desc; in ioat_alloc_ring_ent() local
319 void ioat_free_ring_ent(struct ioat_ring_ent *desc, struct dma_chan *chan) in ioat_free_ring_ent()
532 static bool desc_has_ext(struct ioat_ring_ent *desc) in desc_has_ext()
591 desc_get_errstat(struct ioatdma_chan *ioat_chan, struct ioat_ring_ent *desc) in desc_get_errstat()
627 struct ioat_ring_ent *desc; in __cleanup() local
750 struct ioat_ring_ent *desc; in ioat_eh() local
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dintel-pt-log.c104 char desc[INTEL_PT_PKT_DESC_MAX]; in __intel_pt_log_packet() local
116 char desc[INTEL_PT_INSN_DESC_MAX]; in __intel_pt_log_insn() local
134 char desc[INTEL_PT_INSN_DESC_MAX]; in __intel_pt_log_insn_no_data() local
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_layer.c88 const struct atmel_hlcdc_layer_desc *desc = layer->desc; in atmel_hlcdc_layer_update_apply() local
180 const struct atmel_hlcdc_layer_desc *desc = layer->desc; in atmel_hlcdc_layer_irq() local
306 const struct atmel_hlcdc_layer_desc *desc = layer->desc; in atmel_hlcdc_layer_disable() local
569 const struct atmel_hlcdc_layer_desc *desc) in atmel_hlcdc_layer_update_init()
602 const struct atmel_hlcdc_layer_desc *desc) in atmel_hlcdc_layer_init()
656 const struct atmel_hlcdc_layer_desc *desc = layer->desc; in atmel_hlcdc_layer_cleanup() local
/linux-4.4.14/fs/nfs_common/
Dnfsacl.c34 struct xdr_array2_desc desc; member
48 xdr_nfsace_encode(struct xdr_array2_desc *desc, void *elem) in xdr_nfsace_encode()
139 struct xdr_array2_desc desc; member
145 xdr_nfsace_decode(struct xdr_array2_desc *desc, void *elem) in xdr_nfsace_decode()
/linux-4.4.14/drivers/dma/ppc4xx/
Dadma.c243 static void ppc440spe_desc_init_interrupt(struct ppc440spe_adma_desc_slot *desc, in ppc440spe_desc_init_interrupt()
272 static void ppc440spe_desc_init_null_xor(struct ppc440spe_adma_desc_slot *desc) in ppc440spe_desc_init_null_xor()
283 static void ppc440spe_desc_init_xor(struct ppc440spe_adma_desc_slot *desc, in ppc440spe_desc_init_xor()
303 static void ppc440spe_desc_init_dma2pq(struct ppc440spe_adma_desc_slot *desc, in ppc440spe_desc_init_dma2pq()
329 static void ppc440spe_desc_init_dma01pq(struct ppc440spe_adma_desc_slot *desc, in ppc440spe_desc_init_dma01pq()
443 struct ppc440spe_adma_desc_slot *desc, in ppc440spe_desc_init_dma01pqzero_sum()
513 static void ppc440spe_desc_init_memcpy(struct ppc440spe_adma_desc_slot *desc, in ppc440spe_desc_init_memcpy()
534 static void ppc440spe_desc_set_src_addr(struct ppc440spe_adma_desc_slot *desc, in ppc440spe_desc_set_src_addr()
569 static void ppc440spe_desc_set_src_mult(struct ppc440spe_adma_desc_slot *desc, in ppc440spe_desc_set_src_mult()
615 static void ppc440spe_desc_set_dest_addr(struct ppc440spe_adma_desc_slot *desc, in ppc440spe_desc_set_dest_addr()
[all …]
/linux-4.4.14/drivers/net/ethernet/altera/
Daltera_sgdma.c243 struct sgdma_descrip __iomem *desc = NULL; in sgdma_rx_status() local
304 static void sgdma_setup_descrip(struct sgdma_descrip __iomem *desc, in sgdma_setup_descrip()
393 struct sgdma_descrip __iomem *desc) in sgdma_async_write()
418 struct sgdma_descrip __iomem *desc) in sgdma_txphysaddr()
427 struct sgdma_descrip __iomem *desc) in sgdma_rxphysaddr()
/linux-4.4.14/drivers/usb/gadget/
Depautoconf.c69 struct usb_endpoint_descriptor *desc, in usb_ep_autoconfig_ss()
167 struct usb_endpoint_descriptor *desc in usb_ep_autoconfig()
/linux-4.4.14/security/integrity/evm/
Devm_crypto.c40 struct shash_desc *desc; in init_desc() local
97 static void hmac_add_misc(struct shash_desc *desc, struct inode *inode, in hmac_add_misc()
135 struct shash_desc *desc; in evm_calc_hmac_or_hash() local
222 struct shash_desc *desc; in evm_init_hmac() local
/linux-4.4.14/arch/mips/ath79/
Dirq.c29 static void ath79_misc_irq_handler(struct irq_desc *desc) in ath79_misc_irq_handler()
122 static void ar934x_ip2_irq_dispatch(struct irq_desc *desc) in ar934x_ip2_irq_dispatch()
151 static void qca955x_ip2_irq_dispatch(struct irq_desc *desc) in qca955x_ip2_irq_dispatch()
174 static void qca955x_ip3_irq_dispatch(struct irq_desc *desc) in qca955x_ip3_irq_dispatch()
/linux-4.4.14/drivers/net/ethernet/ti/
Dnetcp_core.c113 struct knav_dma_desc *desc) in get_pkt_info()
120 static void get_pad_info(u32 *pad0, u32 *pad1, struct knav_dma_desc *desc) in get_pad_info()
127 struct knav_dma_desc *desc) in get_org_pkt_info()
133 static void get_words(u32 *words, int num_words, u32 *desc) in get_words()
142 struct knav_dma_desc *desc) in set_pkt_info()
150 struct knav_dma_desc *desc) in set_desc_info()
156 static void set_pad_info(u32 pad0, u32 pad1, struct knav_dma_desc *desc) in set_pad_info()
163 struct knav_dma_desc *desc) in set_org_pkt_info()
169 static void set_words(u32 *words, int num_words, u32 *desc) in set_words()
567 struct knav_dma_desc *desc) in netcp_free_rx_desc_chain()
[all …]
/linux-4.4.14/drivers/clk/qcom/
Dcommon.c61 qcom_cc_map(struct platform_device *pdev, const struct qcom_cc_desc *desc) in qcom_cc_map()
92 const struct qcom_cc_desc *desc, struct regmap *regmap) in qcom_cc_really_probe()
159 int qcom_cc_probe(struct platform_device *pdev, const struct qcom_cc_desc *desc) in qcom_cc_probe()
/linux-4.4.14/drivers/staging/vt6655/
Ddevice_main.c548 struct vnt_rx_desc *desc; in device_init_rd0_ring() local
572 struct vnt_rx_desc *desc; in device_init_rd1_ring() local
597 struct vnt_rx_desc *desc = &(priv->aRD0Ring[i]); in device_free_rd0_ring() local
614 struct vnt_rx_desc *desc = &priv->aRD1Ring[i]; in device_free_rd1_ring() local
630 struct vnt_tx_desc *desc; in device_init_td0_ring() local
654 struct vnt_tx_desc *desc; in device_init_td1_ring() local
680 struct vnt_tx_desc *desc = &priv->apTD0Rings[i]; in device_free_td0_ring() local
693 struct vnt_tx_desc *desc = &priv->apTD1Rings[i]; in device_free_td1_ring() local
834 struct vnt_tx_desc *desc; in device_tx_srv() local
893 struct vnt_tx_desc *desc) in device_free_tx_buf()
/linux-4.4.14/arch/arm/mach-s3c64xx/
Dcommon.c391 static void s3c_irq_demux_eint0_3(struct irq_desc *desc) in s3c_irq_demux_eint0_3()
396 static void s3c_irq_demux_eint4_11(struct irq_desc *desc) in s3c_irq_demux_eint4_11()
401 static void s3c_irq_demux_eint12_19(struct irq_desc *desc) in s3c_irq_demux_eint12_19()
406 static void s3c_irq_demux_eint20_27(struct irq_desc *desc) in s3c_irq_demux_eint20_27()
/linux-4.4.14/drivers/regulator/
Dof_regulator.c29 const struct regulator_desc *desc) in of_get_regulation_constraints()
179 const struct regulator_desc *desc) in of_get_regulator_init_data()
290 const struct regulator_desc *desc, in regulator_of_get_init_data()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_surfacedefs.h986 svga3dsurface_get_size_in_blocks(const struct svga3d_surface_desc *desc, in svga3dsurface_get_size_in_blocks()
999 svga3dsurface_is_planar_surface(const struct svga3d_surface_desc *desc) in svga3dsurface_is_planar_surface()
1005 svga3dsurface_calculate_pitch(const struct svga3d_surface_desc *desc, in svga3dsurface_calculate_pitch()
1041 svga3dsurface_get_image_buffer_size(const struct svga3d_surface_desc *desc, in svga3dsurface_get_image_buffer_size()
1073 const struct svga3d_surface_desc *desc = svga3dsurface_get_desc(format); in svga3dsurface_get_serialized_size() local
1100 const struct svga3d_surface_desc *desc = svga3dsurface_get_desc(format); in svga3dsurface_get_pixel_offset() local
1124 const struct svga3d_surface_desc *desc; in svga3dsurface_get_image_offset() local
/linux-4.4.14/drivers/crypto/vmx/
Dghash.c99 static int p8_ghash_init(struct shash_desc *desc) in p8_ghash_init()
130 static int p8_ghash_update(struct shash_desc *desc, in p8_ghash_update()
184 static int p8_ghash_final(struct shash_desc *desc, u8 *out) in p8_ghash_final()
/linux-4.4.14/drivers/irqchip/
Dirq-gic-v3-its.c240 struct its_cmd_desc *desc) in its_build_mapd_cmd()
260 struct its_cmd_desc *desc) in its_build_mapc_cmd()
273 struct its_cmd_desc *desc) in its_build_mapvi_cmd()
292 struct its_cmd_desc *desc) in its_build_movi_cmd()
310 struct its_cmd_desc *desc) in its_build_discard_cmd()
327 struct its_cmd_desc *desc) in its_build_inv_cmd()
344 struct its_cmd_desc *desc) in its_build_invall_cmd()
447 struct its_cmd_desc *desc) in its_send_single_command()
485 struct its_cmd_desc desc; in its_send_inv() local
495 struct its_cmd_desc desc; in its_send_mapd() local
[all …]
/linux-4.4.14/include/linux/regulator/
Dof_regulator.h16 const struct regulator_desc *desc; member
31 const struct regulator_desc *desc) in of_get_regulator_init_data()
/linux-4.4.14/drivers/net/wireless/p54/
Dp54pci.c150 struct p54p_desc *desc = &ring[i]; in p54p_refill_rx_ring() local
193 struct p54p_desc *desc; in p54p_check_rx_ring() local
250 struct p54p_desc *desc; in p54p_check_tx_ring() local
332 struct p54p_desc *desc; in p54p_tx() local
369 struct p54p_desc *desc; in p54p_stop() local

1234567