/linux-4.1.27/kernel/irq/ |
D | settings.h | 35 irq_settings_clr_and_set(struct irq_desc *desc, u32 clr, u32 set) in irq_settings_clr_and_set() 41 static inline bool irq_settings_is_per_cpu(struct irq_desc *desc) in irq_settings_is_per_cpu() 46 static inline bool irq_settings_is_per_cpu_devid(struct irq_desc *desc) in irq_settings_is_per_cpu_devid() 51 static inline void irq_settings_set_per_cpu(struct irq_desc *desc) in irq_settings_set_per_cpu() 56 static inline void irq_settings_set_no_balancing(struct irq_desc *desc) in irq_settings_set_no_balancing() 61 static inline bool irq_settings_has_no_balance_set(struct irq_desc *desc) in irq_settings_has_no_balance_set() 66 static inline u32 irq_settings_get_trigger_mask(struct irq_desc *desc) in irq_settings_get_trigger_mask() 72 irq_settings_set_trigger_mask(struct irq_desc *desc, u32 mask) in irq_settings_set_trigger_mask() 78 static inline bool irq_settings_is_level(struct irq_desc *desc) in irq_settings_is_level() 83 static inline void irq_settings_clr_level(struct irq_desc *desc) in irq_settings_clr_level() [all …]
|
D | chip.c | 32 struct irq_desc *desc = irq_get_desc_lock(irq, &flags, 0); in irq_set_chip() local 59 struct irq_desc *desc = irq_get_desc_buslock(irq, &flags, IRQ_GET_DESC_CHECK_GLOBAL); in irq_set_irq_type() local 82 struct irq_desc *desc = irq_get_desc_lock(irq, &flags, 0); in irq_set_handler_data() local 104 …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 137 struct irq_desc *desc = irq_get_desc_lock(irq, &flags, 0); in irq_set_chip_data() local 149 struct irq_desc *desc = irq_to_desc(irq); in irq_get_irq_data() local 155 static void irq_state_clr_disabled(struct irq_desc *desc) in irq_state_clr_disabled() 160 static void irq_state_set_disabled(struct irq_desc *desc) in irq_state_set_disabled() 165 static void irq_state_clr_masked(struct irq_desc *desc) in irq_state_clr_masked() 170 static void irq_state_set_masked(struct irq_desc *desc) in irq_state_set_masked() [all …]
|
D | manage.c | 35 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 125 struct irq_desc *desc = irq_to_desc(irq); in irq_can_set_affinity() local 143 void irq_set_thread_affinity(struct irq_desc *desc) in irq_set_thread_affinity() 164 irq_copy_pending(struct irq_desc *desc, const struct cpumask *mask) in irq_copy_pending() 169 irq_get_pending(struct cpumask *mask, struct irq_desc *desc) in irq_get_pending() 177 irq_copy_pending(struct irq_desc *desc, const struct cpumask *mask) { } in irq_copy_pending() 179 irq_get_pending(struct cpumask *mask, struct irq_desc *desc) { } in irq_get_pending() 185 struct irq_desc *desc = irq_data_to_desc(data); in irq_do_set_affinity() local [all …]
|
D | irqdesc.c | 39 static int alloc_masks(struct irq_desc *desc, gfp_t gfp, int node) in alloc_masks() 53 static void desc_smp_init(struct irq_desc *desc, int node) in desc_smp_init() 62 static inline int desc_node(struct irq_desc *desc) in desc_node() 69 alloc_masks(struct irq_desc *desc, gfp_t gfp, int node) { return 0; } in alloc_masks() 70 static inline void desc_smp_init(struct irq_desc *desc, int node) { } in desc_smp_init() 71 static inline int desc_node(struct irq_desc *desc) { return 0; } in desc_node() 74 static void desc_set_defaults(unsigned int irq, struct irq_desc *desc, int node, in desc_set_defaults() 107 static void irq_insert_desc(unsigned int irq, struct irq_desc *desc) in irq_insert_desc() 124 static void free_masks(struct irq_desc *desc) in free_masks() 132 static inline void free_masks(struct irq_desc *desc) { } in free_masks() [all …]
|
D | pm.c | 17 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, int irq) in suspend_device_irq() 119 struct irq_desc *desc; in suspend_device_irqs() local 136 static void resume_irq(struct irq_desc *desc, int irq) in resume_irq() 156 struct irq_desc *desc; in resume_irqs() local
|
D | spurious.c | 38 bool irq_wait_for_poll(struct irq_desc *desc) in irq_wait_for_poll() 63 static int try_one_irq(int 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 192 __report_bad_irq(unsigned int irq, struct irq_desc *desc, in __report_bad_irq() 228 report_bad_irq(unsigned int irq, struct irq_desc *desc, irqreturn_t action_ret) in report_bad_irq() 239 try_misrouted_irq(unsigned int irq, struct irq_desc *desc, in try_misrouted_irq() 275 void note_interrupt(unsigned int irq, struct irq_desc *desc, in note_interrupt()
|
D | internals.h | 105 static inline void register_irq_proc(unsigned int irq, struct irq_desc *desc) { } in register_irq_proc() 106 static inline void unregister_irq_proc(unsigned int irq, struct irq_desc *desc) { } in unregister_irq_proc() 121 static inline void chip_bus_lock(struct irq_desc *desc) in chip_bus_lock() 127 static inline void chip_bus_sync_unlock(struct irq_desc *desc) in chip_bus_sync_unlock() 151 irq_put_desc_busunlock(struct irq_desc *desc, unsigned long flags) in irq_put_desc_busunlock() 163 irq_put_desc_unlock(struct irq_desc *desc, unsigned long flags) in irq_put_desc_unlock() 196 static inline void kstat_incr_irqs_this_cpu(unsigned int irq, struct irq_desc *desc) in kstat_incr_irqs_this_cpu() 207 static inline bool irq_pm_check_wakeup(struct irq_desc *desc) { return false; } in irq_pm_check_wakeup() 209 irq_pm_install_action(struct irq_desc *desc, struct irqaction *action) { } in irq_pm_install_action() 211 irq_pm_remove_action(struct irq_desc *desc, struct irqaction *action) { } in irq_pm_remove_action()
|
D | handle.c | 30 void handle_bad_irq(unsigned int irq, struct irq_desc *desc) in handle_bad_irq() 55 void __irq_wake_thread(struct irq_desc *desc, struct irqaction *action) in __irq_wake_thread() 134 handle_irq_event_percpu(struct irq_desc *desc, struct irqaction *action) in handle_irq_event_percpu() 183 irqreturn_t handle_irq_event(struct irq_desc *desc) in handle_irq_event()
|
D | proc.c | 42 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
|
D | autoprobe.c | 33 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
|
D | resend.c | 33 struct irq_desc *desc; in resend_irqs() local 56 void check_irq_resend(struct irq_desc *desc, unsigned int irq) in check_irq_resend()
|
/linux-4.1.27/drivers/staging/skein/ |
D | skein_generic.c | 24 static int skein256_init(struct shash_desc *desc) in skein256_init() 30 static int skein256_update(struct shash_desc *desc, const u8 *data, in skein256_update() 37 static int skein256_final(struct shash_desc *desc, u8 *out) in skein256_final() 43 static int skein256_export(struct shash_desc *desc, void *out) in skein256_export() 51 static int skein256_import(struct shash_desc *desc, const void *in) in skein256_import() 59 static int skein512_init(struct shash_desc *desc) in skein512_init() 65 static int skein512_update(struct shash_desc *desc, const u8 *data, in skein512_update() 72 static int skein512_final(struct shash_desc *desc, u8 *out) in skein512_final() 78 static int skein512_export(struct shash_desc *desc, void *out) in skein512_export() 86 static int skein512_import(struct shash_desc *desc, const void *in) in skein512_import() [all …]
|
/linux-4.1.27/drivers/crypto/caam/ |
D | desc_constr.h | 33 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 …]
|
D | ctrl.c | 22 static void build_instantiation_desc(u32 *desc, int handle, int do_sk) in build_instantiation_desc() 58 static void build_deinstantiation_desc(u32 *desc, int handle) in build_deinstantiation_desc() 79 static inline int run_descriptor_deco0(struct device *ctrldev, u32 *desc, in run_descriptor_deco0() 178 u32 *desc, status, rdsta_val; in instantiate_rng() local 239 u32 *desc, status; in deinstantiate_rng() local
|
D | caamhash.c | 140 static inline int map_seq_out_ptr_ctx(u32 *desc, struct device *jrdev, in map_seq_out_ptr_ctx() 157 static inline dma_addr_t map_seq_out_ptr_result(u32 *desc, struct device *jrdev, in map_seq_out_ptr_result() 211 static inline int ctx_map_to_sec4_sg(u32 *desc, struct device *jrdev, in ctx_map_to_sec4_sg() 227 static inline void append_key_ahash(u32 *desc, struct caam_hash_ctx *ctx) in append_key_ahash() 235 static inline void init_sh_desc_key_ahash(u32 *desc, struct caam_hash_ctx *ctx) in init_sh_desc_key_ahash() 260 static inline void ahash_append_load_str(u32 *desc, int digestsize) in ahash_append_load_str() 277 static inline void ahash_ctx_data_to_out(u32 *desc, u32 op, u32 state, in ahash_ctx_data_to_out() 297 static inline void ahash_data_to_out(u32 *desc, u32 op, u32 state, in ahash_data_to_out() 317 u32 *desc; in ahash_set_sh_desc() local 441 u32 *desc; in hash_digest_key() local [all …]
|
D | caamalg.c | 114 static inline void append_dec_op1(u32 *desc, u32 type) in append_dec_op1() 139 static inline void aead_append_src_dst(u32 *desc, u32 msg_type) in aead_append_src_dst() 149 static inline void aead_append_ld_iv(u32 *desc, int ivsize, int ivoffset) in aead_append_ld_iv() 162 static inline void ablkcipher_append_src_dst(u32 *desc) in ablkcipher_append_src_dst() 200 static void append_key_aead(u32 *desc, struct caam_ctx *ctx, in append_key_aead() 242 static void init_sh_desc_key_aead(u32 *desc, struct caam_ctx *ctx, in init_sh_desc_key_aead() 266 u32 *desc; in aead_null_set_sh_desc() local 460 u32 *desc; in aead_set_sh_desc() local 747 u32 *desc; in gcm_set_sh_desc() local 976 u32 *desc; in rfc4106_set_sh_desc() local [all …]
|
D | key_gen.c | 13 void split_key_done(struct device *dev, u32 *desc, u32 err, in split_key_done() 48 u32 *desc; in gen_split_key() local
|
D | caamrng.c | 99 static void rng_done(struct device *jrdev, u32 *desc, u32 err, void *context) in rng_done() 121 u32 *desc = bd->hw_desc; in submit_job() local 191 u32 *desc = ctx->sh_desc; in rng_create_sh_desc() local 221 u32 *desc = bd->hw_desc; in rng_create_job_desc() local
|
/linux-4.1.27/drivers/misc/mic/card/ |
D | mic_virtio.h | 43 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.1.27/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 198 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.1.27/arch/mips/vr41xx/common/ |
D | icu.c | 157 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.1.27/drivers/usb/class/ |
D | cdc-wdm.c | 115 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.1.27/include/linux/gpio/ |
D | consumer.h | 25 struct gpio_desc *desc[]; member 191 static inline void gpiod_put(struct gpio_desc *desc) in gpiod_put() 252 static inline void devm_gpiod_put(struct device *dev, struct gpio_desc *desc) in devm_gpiod_put() 270 static inline int gpiod_get_direction(const struct gpio_desc *desc) in gpiod_get_direction() 276 static inline int gpiod_direction_input(struct gpio_desc *desc) in gpiod_direction_input() 282 static inline int gpiod_direction_output(struct gpio_desc *desc, int value) in gpiod_direction_output() 288 static inline int gpiod_direction_output_raw(struct gpio_desc *desc, int value) in gpiod_direction_output_raw() 296 static inline int gpiod_get_value(const struct gpio_desc *desc) in gpiod_get_value() 302 static inline void gpiod_set_value(struct gpio_desc *desc, int value) in gpiod_set_value() 314 static inline int gpiod_get_raw_value(const struct gpio_desc *desc) in gpiod_get_raw_value() [all …]
|
/linux-4.1.27/drivers/gpio/ |
D | gpiolib.c | 109 int desc_to_gpio(const struct gpio_desc *desc) in desc_to_gpio() 120 struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc) in gpiod_to_chip() 158 int gpiod_get_direction(struct gpio_desc *desc) in gpiod_get_direction() 269 struct gpio_desc *desc = &descs[id]; in gpiochip_add() local 778 static int __gpiod_request(struct gpio_desc *desc, const char *label) in __gpiod_request() 821 int gpiod_request(struct gpio_desc *desc, const char *label) in gpiod_request() 848 static bool __gpiod_free(struct gpio_desc *desc) in __gpiod_free() 881 void gpiod_free(struct gpio_desc *desc) in gpiod_free() 904 struct gpio_desc *desc; in gpiochip_is_requested() local 931 struct gpio_desc *desc = gpiochip_get_desc(chip, hwnum); in gpiochip_request_own_desc() local [all …]
|
D | gpiolib-sysfs.c | 44 struct gpio_desc *desc = dev_get_drvdata(dev); in gpio_direction_show() local 65 struct gpio_desc *desc = dev_get_drvdata(dev); in gpio_direction_store() local 91 struct gpio_desc *desc = dev_get_drvdata(dev); in gpio_value_show() local 108 struct gpio_desc *desc = dev_get_drvdata(dev); in gpio_value_store() local 142 static int gpio_setup_irq(struct gpio_desc *desc, struct device *dev, in gpio_setup_irq() 235 const struct gpio_desc *desc = dev_get_drvdata(dev); in gpio_edge_show() local 262 struct gpio_desc *desc = dev_get_drvdata(dev); in gpio_edge_store() local 289 static int sysfs_set_active_low(struct gpio_desc *desc, struct device *dev, in sysfs_set_active_low() 317 const struct gpio_desc *desc = dev_get_drvdata(dev); in gpio_active_low_show() local 336 struct gpio_desc *desc = dev_get_drvdata(dev); in gpio_active_low_store() local [all …]
|
D | gpiolib.h | 111 static int __maybe_unused gpio_chip_hwgpio(const struct gpio_desc *desc) in gpio_chip_hwgpio() 118 #define gpiod_emerg(desc, fmt, ...) \ argument 121 #define gpiod_crit(desc, fmt, ...) \ argument 124 #define gpiod_err(desc, fmt, ...) \ argument 127 #define gpiod_warn(desc, fmt, ...) \ argument 130 #define gpiod_info(desc, fmt, ...) \ argument 133 #define gpiod_dbg(desc, fmt, ...) \ argument
|
D | devres.c | 26 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()
|
D | gpiolib-legacy.c | 22 struct gpio_desc *desc; in gpio_request_one() local 69 struct gpio_desc *desc = gpio_to_desc(gpio); in gpio_request() local
|
/linux-4.1.27/arch/arm/crypto/ |
D | sha512_neon_glue.c | 79 static int sha512_neon_init(struct shash_desc *desc) in sha512_neon_init() 96 static int __sha512_neon_update(struct shash_desc *desc, const u8 *data, in __sha512_neon_update() 126 static int sha512_neon_update(struct shash_desc *desc, const u8 *data, in sha512_neon_update() 156 static int sha512_neon_final(struct shash_desc *desc, u8 *out) in sha512_neon_final() 201 static int sha512_neon_export(struct shash_desc *desc, void *out) in sha512_neon_export() 210 static int sha512_neon_import(struct shash_desc *desc, const void *in) in sha512_neon_import() 219 static int sha384_neon_init(struct shash_desc *desc) in sha384_neon_init() 237 static int sha384_neon_final(struct shash_desc *desc, u8 *hash) in sha384_neon_final()
|
D | sha256_neon_glue.c | 32 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()
|
D | ghash-ce-glue.c | 46 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
|
D | sha1_glue.c | 33 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()
|
D | sha1-ce-glue.c | 30 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()
|
D | sha2-ce-glue.c | 31 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()
|
D | sha1_neon_glue.c | 37 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()
|
D | sha256_glue.c | 36 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()
|
D | aes-ce-glue.c | 166 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()
|
D | aesbs-glue.c | 104 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.1.27/drivers/crypto/ |
D | padlock-sha.c | 36 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 …]
|
D | geode-aes.c | 182 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.1.27/include/linux/ |
D | irqdesc.h | 96 static inline struct irq_data *irq_desc_get_irq_data(struct irq_desc *desc) in irq_desc_get_irq_data() 101 static inline struct irq_chip *irq_desc_get_chip(struct irq_desc *desc) in irq_desc_get_chip() 106 static inline void *irq_desc_get_chip_data(struct irq_desc *desc) in irq_desc_get_chip_data() 111 static inline void *irq_desc_get_handler_data(struct irq_desc *desc) in irq_desc_get_handler_data() 116 static inline struct msi_desc *irq_desc_get_msi_desc(struct irq_desc *desc) in irq_desc_get_msi_desc() 127 static inline void generic_handle_irq_desc(unsigned int irq, struct irq_desc *desc) in generic_handle_irq_desc() 154 struct irq_desc *desc = irq_to_desc(irq); in irq_has_action() local 162 struct irq_desc *desc; in __irq_set_handler_locked() local 173 struct irq_desc *desc; in __irq_set_chip_handler_name_locked() local 183 struct irq_desc *desc; in irq_balancing_disabled() local [all …]
|
D | elfnote.h | 55 #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
|
D | irqnr.h | 11 # define for_each_irq_desc(irq, desc) \ argument 19 # define for_each_irq_desc_reverse(irq, desc) \ argument
|
/linux-4.1.27/crypto/ |
D | shash.c | 74 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 …]
|
D | md5.c | 50 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()
|
D | crct10dif_generic.c | 42 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()
|
D | crypto_null.c | 38 static int null_init(struct shash_desc *desc) in null_init() 43 static int null_update(struct shash_desc *desc, const u8 *data, in null_update() 49 static int null_final(struct shash_desc *desc, u8 *out) in null_final() 54 static int null_digest(struct shash_desc *desc, const u8 *data, in null_digest() 73 static int skcipher_null_crypt(struct blkcipher_desc *desc, in skcipher_null_crypt()
|
D | crc32.c | 76 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()
|
D | crc32c_generic.c | 61 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()
|
D | blkcipher.c | 103 int blkcipher_walk_done(struct blkcipher_desc *desc, in blkcipher_walk_done() 146 static inline int blkcipher_next_slow(struct blkcipher_desc *desc, in blkcipher_next_slow() 196 static inline int blkcipher_next_fast(struct blkcipher_desc *desc, in blkcipher_next_fast() 223 static int blkcipher_walk_next(struct blkcipher_desc *desc, in blkcipher_walk_next() 298 int blkcipher_walk_virt(struct blkcipher_desc *desc, in blkcipher_walk_virt() 310 int blkcipher_walk_phys(struct blkcipher_desc *desc, in blkcipher_walk_phys() 322 static int blkcipher_walk_first(struct blkcipher_desc *desc, in blkcipher_walk_first() 347 int blkcipher_walk_virt_block(struct blkcipher_desc *desc, in blkcipher_walk_virt_block() 360 int blkcipher_aead_walk_virt_block(struct blkcipher_desc *desc, in blkcipher_aead_walk_virt_block() 422 struct blkcipher_desc desc = { in async_encrypt() local [all …]
|
D | sha1_generic.c | 41 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()
|
D | cbc.c | 42 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()
|
D | pcbc.c | 45 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()
|
D | wp512.c | 989 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()
|
D | hmac.c | 91 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
|
D | tgr192.c | 498 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()
|
D | ghash-generic.c | 35 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()
|
D | michael_mic.c | 50 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()
|
D | sha256_generic.c | 227 int crypto_sha256_update(struct shash_desc *desc, const u8 *data, in crypto_sha256_update() 234 static int sha256_final(struct shash_desc *desc, u8 *out) in sha256_final() 240 int crypto_sha256_finup(struct shash_desc *desc, const u8 *data, in crypto_sha256_finup()
|
D | cts.c | 74 struct blkcipher_desc *desc, in cts_cbc_encrypt() 125 static int crypto_cts_encrypt(struct blkcipher_desc *desc, in crypto_cts_encrypt() 160 struct blkcipher_desc *desc, in cts_cbc_decrypt() 220 static int crypto_cts_decrypt(struct blkcipher_desc *desc, in crypto_cts_decrypt()
|
/linux-4.1.27/arch/powerpc/crypto/ |
D | sha256-spe-glue.c | 64 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()
|
D | sha1.c | 31 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()
|
D | md5-glue.c | 36 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()
|
D | sha1-spe-glue.c | 63 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()
|
D | aes-spe-glue.c | 179 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.1.27/arch/x86/crypto/ |
D | cast5_avx_glue.c | 60 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, in ecb_crypt() 114 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt() 123 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt() 132 static unsigned int __cbc_encrypt(struct blkcipher_desc *desc, in __cbc_encrypt() 156 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt() 173 static unsigned int __cbc_decrypt(struct blkcipher_desc *desc, in __cbc_decrypt() 228 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt() 249 static void ctr_crypt_final(struct blkcipher_desc *desc, in ctr_crypt_final() 266 static unsigned int __ctr_crypt(struct blkcipher_desc *desc, in __ctr_crypt() 312 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
|
D | serpent_avx2_glue.c | 140 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt() 146 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt() 152 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt() 159 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt() 166 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() 236 static int lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_encrypt() 262 static int lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_decrypt() 288 static int xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_encrypt() 298 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt()
|
D | crc32c-intel_glue.c | 128 static int crc32c_intel_init(struct shash_desc *desc) in crc32c_intel_init() 138 static int crc32c_intel_update(struct shash_desc *desc, const u8 *data, in crc32c_intel_update() 154 static int crc32c_intel_finup(struct shash_desc *desc, const u8 *data, in crc32c_intel_finup() 160 static int crc32c_intel_final(struct shash_desc *desc, u8 *out) in crc32c_intel_final() 168 static int crc32c_intel_digest(struct shash_desc *desc, const u8 *data, in crc32c_intel_digest() 185 static int crc32c_pcl_intel_update(struct shash_desc *desc, const u8 *data, in crc32c_pcl_intel_update() 216 static int crc32c_pcl_intel_finup(struct shash_desc *desc, const u8 *data, in crc32c_pcl_intel_finup() 222 static int crc32c_pcl_intel_digest(struct shash_desc *desc, const u8 *data, in crc32c_pcl_intel_digest()
|
D | camellia_aesni_avx2_glue.c | 154 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() 270 static int lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_encrypt() 296 static int lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_decrypt() 322 static int xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_encrypt() 332 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt()
|
D | crct10dif-pclmul_glue.c | 48 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()
|
D | glue_helper.c | 36 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 …]
|
D | twofish_avx_glue.c | 175 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt() 181 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt() 187 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt() 194 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt() 201 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() 267 static int lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_encrypt() 293 static int lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_decrypt() 319 static int xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_encrypt() 329 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt()
|
D | camellia_aesni_avx_glue.c | 158 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt() 164 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt() 170 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt() 177 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt() 184 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() 262 static int lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_encrypt() 288 static int lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_decrypt() 314 static int xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_encrypt() 324 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt()
|
D | blowfish_glue.c | 80 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()
|
D | serpent_avx_glue.c | 174 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt() 180 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt() 186 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt() 193 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt() 200 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() 272 static int lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_encrypt() 298 static int lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_decrypt() 357 static int xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_encrypt() 367 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt()
|
D | twofish_glue_3way.c | 154 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()
|
D | crc32-pclmul_glue.c | 104 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()
|
D | des3_ede_glue.c | 86 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()
|
D | ghash-clmulni-intel_glue.c | 46 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
|
D | cast6_avx_glue.c | 161 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt() 167 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt() 173 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt() 180 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt() 187 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt() 262 static int lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_encrypt() 288 static int lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_decrypt() 351 static int xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_encrypt() 361 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt()
|
D | serpent_sse2_glue.c | 142 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()
|
D | sha256_ssse3_glue.c | 58 static int sha256_ssse3_update(struct shash_desc *desc, const u8 *data, in sha256_ssse3_update() 78 static int sha256_ssse3_finup(struct shash_desc *desc, const u8 *data, in sha256_ssse3_finup() 95 static int sha256_ssse3_final(struct shash_desc *desc, u8 *out) in sha256_ssse3_final()
|
D | sha512_ssse3_glue.c | 57 static int sha512_ssse3_update(struct shash_desc *desc, const u8 *data, in sha512_ssse3_update() 77 static int sha512_ssse3_finup(struct shash_desc *desc, const u8 *data, in sha512_ssse3_finup() 94 static int sha512_ssse3_final(struct shash_desc *desc, u8 *out) in sha512_ssse3_final()
|
D | sha1_ssse3_glue.c | 52 static int sha1_ssse3_update(struct shash_desc *desc, const u8 *data, in sha1_ssse3_update() 72 static int sha1_ssse3_finup(struct shash_desc *desc, const u8 *data, in sha1_ssse3_finup() 89 static int sha1_ssse3_final(struct shash_desc *desc, u8 *out) in sha1_ssse3_final()
|
D | camellia_glue.c | 1376 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.1.27/drivers/net/usb/ |
D | cdc_ether.c | 36 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 115 struct usb_cdc_mdlm_desc *desc = NULL; in usbnet_generic_cdc_bind() local 356 struct usb_endpoint_descriptor *desc; in usbnet_generic_cdc_bind() local
|
/linux-4.1.27/arch/sparc/crypto/ |
D | sha256_glue.c | 29 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()
|
D | md5_glue.c | 32 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()
|
D | sha1_glue.c | 29 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()
|
D | sha512_glue.c | 28 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()
|
D | des_glue.c | 93 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()
|
D | crc32c_glue.c | 43 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()
|
D | camellia_glue.c | 85 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()
|
D | aes_glue.c | 215 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.1.27/drivers/mtd/ubi/ |
D | kapi.c | 102 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 …]
|
D | cdev.c | 57 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.1.27/arch/mips/cavium-octeon/crypto/ |
D | octeon-sha256.c | 70 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()
|
D | octeon-md5.c | 68 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()
|
D | octeon-sha512.c | 81 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()
|
D | octeon-sha1.c | 78 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.1.27/drivers/staging/lustre/lustre/lov/ |
D | lproc_lov.c | 47 struct lov_desc *desc; in lov_stripesize_seq_show() local 60 struct lov_desc *desc; in lov_stripesize_seq_write() local 79 struct lov_desc *desc; in lov_stripeoffset_seq_show() local 92 struct lov_desc *desc; in lov_stripeoffset_seq_write() local 110 struct lov_desc *desc; in lov_stripetype_seq_show() local 123 struct lov_desc *desc; in lov_stripetype_seq_write() local 141 struct lov_desc *desc; in lov_stripecount_seq_show() local 154 struct lov_desc *desc; in lov_stripecount_seq_write() local 172 struct lov_desc *desc; in lov_numobd_seq_show() local 184 struct lov_desc *desc; in lov_activeobd_seq_show() local
|
/linux-4.1.27/include/crypto/ |
D | sha512_base.h | 21 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()
|
D | sha256_base.h | 21 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()
|
D | sha1_base.h | 20 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.1.27/drivers/scsi/fnic/ |
D | fnic_res.h | 37 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
|
D | vnic_cq_copy.h | 27 struct fcpio_fw_req *desc), in vnic_cq_copy_service() 31 struct fcpio_fw_req *desc; in vnic_cq_copy_service() local
|
/linux-4.1.27/arch/s390/crypto/ |
D | des_s390.c | 85 static int ecb_desall_crypt(struct blkcipher_desc *desc, long func, in ecb_desall_crypt() 108 static int cbc_desall_crypt(struct blkcipher_desc *desc, long func, in cbc_desall_crypt() 143 static int ecb_des_encrypt(struct blkcipher_desc *desc, in ecb_des_encrypt() 154 static int ecb_des_decrypt(struct blkcipher_desc *desc, in ecb_des_decrypt() 185 static int cbc_des_encrypt(struct blkcipher_desc *desc, in cbc_des_encrypt() 195 static int cbc_des_decrypt(struct blkcipher_desc *desc, in cbc_des_decrypt() 289 static int ecb_des3_encrypt(struct blkcipher_desc *desc, in ecb_des3_encrypt() 300 static int ecb_des3_decrypt(struct blkcipher_desc *desc, in ecb_des3_decrypt() 331 static int cbc_des3_encrypt(struct blkcipher_desc *desc, in cbc_des3_encrypt() 341 static int cbc_des3_decrypt(struct blkcipher_desc *desc, in cbc_des3_decrypt() [all …]
|
D | sha512_s390.c | 25 static int sha512_init(struct shash_desc *desc) in sha512_init() 43 static int sha512_export(struct shash_desc *desc, void *out) in sha512_export() 55 static int sha512_import(struct shash_desc *desc, const void *in) in sha512_import() 91 static int sha384_init(struct shash_desc *desc) in sha384_init()
|
D | sha256_s390.c | 24 static int sha256_init(struct shash_desc *desc) in sha256_init() 42 static int sha256_export(struct shash_desc *desc, void *out) in sha256_export() 53 static int sha256_import(struct shash_desc *desc, const void *in) in sha256_import() 84 static int sha224_init(struct shash_desc *desc) in sha224_init()
|
D | sha1_s390.c | 34 static int sha1_init(struct shash_desc *desc) in sha1_init() 49 static int sha1_export(struct shash_desc *desc, void *out) in sha1_export() 60 static int sha1_import(struct shash_desc *desc, const void *in) in sha1_import()
|
D | aes_s390.c | 251 static int fallback_blk_dec(struct blkcipher_desc *desc, in fallback_blk_dec() 268 static int fallback_blk_enc(struct blkcipher_desc *desc, in fallback_blk_enc() 315 static int ecb_aes_crypt(struct blkcipher_desc *desc, long func, void *param, in ecb_aes_crypt() 338 static int ecb_aes_encrypt(struct blkcipher_desc *desc, in ecb_aes_encrypt() 352 static int ecb_aes_decrypt(struct blkcipher_desc *desc, in ecb_aes_decrypt() 444 static int cbc_aes_crypt(struct blkcipher_desc *desc, long func, in cbc_aes_crypt() 479 static int cbc_aes_encrypt(struct blkcipher_desc *desc, in cbc_aes_encrypt() 493 static int cbc_aes_decrypt(struct blkcipher_desc *desc, in cbc_aes_decrypt() 550 static int xts_fallback_decrypt(struct blkcipher_desc *desc, in xts_fallback_decrypt() 567 static int xts_fallback_encrypt(struct blkcipher_desc *desc, in xts_fallback_encrypt() [all …]
|
D | sha_common.c | 21 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()
|
D | ghash_s390.c | 29 static int ghash_init(struct shash_desc *desc) in ghash_init() 55 static int ghash_update(struct shash_desc *desc, in ghash_update() 118 static int ghash_final(struct shash_desc *desc, u8 *dst) in ghash_final()
|
/linux-4.1.27/drivers/sh/intc/ |
D | handle.c | 18 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.1.27/net/sunrpc/auth_gss/ |
D | gss_krb5_crypto.c | 63 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.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_common.c | 84 void i40e_debug_aq(struct i40e_hw *hw, enum i40e_debug_mask mask, void *desc, in i40e_debug_aq() 165 struct i40e_aq_desc desc; in i40e_aq_queue_shutdown() local 601 struct i40e_aq_desc desc; in i40e_aq_mac_address_read() local 627 struct i40e_aq_desc desc; in i40e_aq_mac_address_write() local 1216 struct i40e_aq_desc desc; in i40e_aq_get_phy_capabilities() local 1263 struct i40e_aq_desc desc; in i40e_aq_set_phy_config() local 1370 struct i40e_aq_desc desc; in i40e_aq_clear_pxe_mode() local 1398 struct i40e_aq_desc desc; in i40e_aq_set_link_restart_an() local 1430 struct i40e_aq_desc desc; in i40e_aq_get_link_info() local 1514 struct i40e_aq_desc desc; in i40e_aq_set_phy_int_mask() local [all …]
|
D | i40e_adminq.c | 39 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 675 struct i40e_aq_desc *desc; in i40e_clean_asq() local 732 struct i40e_aq_desc *desc, in i40e_asq_send_command() 914 void i40e_fill_default_direct_cmd_desc(struct i40e_aq_desc *desc, in i40e_fill_default_direct_cmd_desc() 939 struct i40e_aq_desc *desc; in i40e_clean_arq_element() local
|
/linux-4.1.27/arch/m68k/amiga/ |
D | amiints.c | 49 static void ami_int1(unsigned int irq, struct irq_desc *desc) in ami_int1() 72 static void ami_int3(unsigned int irq, struct irq_desc *desc) in ami_int3() 95 static void ami_int4(unsigned int irq, struct irq_desc *desc) in ami_int4() 124 static void ami_int5(unsigned int irq, struct irq_desc *desc) in ami_int5()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | qe_ic.h | 68 void (*low_handler)(unsigned int irq, struct irq_desc *desc), in qe_ic_init() 82 struct irq_desc *desc) in qe_ic_cascade_low_ipic() 92 struct irq_desc *desc) in qe_ic_cascade_high_ipic() 102 struct irq_desc *desc) in qe_ic_cascade_low_mpic() 115 struct irq_desc *desc) in qe_ic_cascade_high_mpic() 128 struct irq_desc *desc) in qe_ic_cascade_muxed_mpic()
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
D | desc.c | 76 struct ath5k_desc *desc, in ath5k_hw_setup_2word_tx_desc() 242 struct ath5k_desc *desc, in ath5k_hw_setup_4word_tx_desc() 380 struct ath5k_desc *desc, in ath5k_hw_setup_mrr_tx_desc() 443 struct ath5k_desc *desc, in ath5k_hw_proc_2word_tx_status() 495 struct ath5k_desc *desc, in ath5k_hw_proc_4word_tx_status() 560 struct ath5k_desc *desc, in ath5k_hw_setup_rx_desc() 602 struct ath5k_desc *desc, in ath5k_hw_proc_5210_rx_status() 696 struct ath5k_desc *desc, in ath5k_hw_proc_5212_rx_status()
|
/linux-4.1.27/net/sunrpc/ |
D | socklib.c | 29 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.1.27/drivers/staging/comedi/drivers/ |
D | comedi_isadma.c | 30 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
|
D | ni_labpc_isadma.c | 64 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
|
D | comedi_isadma.h | 53 struct comedi_isadma_desc *desc; member 77 static inline void comedi_isadma_program(struct comedi_isadma_desc *desc) in comedi_isadma_program() 97 static inline void comedi_isadma_set_mode(struct comedi_isadma_desc *desc, in comedi_isadma_set_mode()
|
/linux-4.1.27/fs/nfs/ |
D | pagelist.c | 46 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() 668 static int nfs_pgio_error(struct nfs_pageio_descriptor *desc, in nfs_pgio_error() 718 void nfs_pageio_init(struct nfs_pageio_descriptor *desc, in nfs_pageio_init() 791 int nfs_generic_pgio(struct nfs_pageio_descriptor *desc, in nfs_generic_pgio() 837 static int nfs_generic_pg_pgios(struct nfs_pageio_descriptor *desc) in nfs_generic_pg_pgios() 974 static int nfs_pageio_do_add_request(struct nfs_pageio_descriptor *desc, in nfs_pageio_do_add_request() 999 static void nfs_pageio_doio(struct nfs_pageio_descriptor *desc) in nfs_pageio_doio() 1028 static int __nfs_pageio_add_request(struct nfs_pageio_descriptor *desc, in __nfs_pageio_add_request() [all …]
|
/linux-4.1.27/arch/arm64/crypto/ |
D | crc32-arm64.c | 100 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()
|
D | aes-glue.c | 99 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()
|
D | sha2-ce-glue.c | 35 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()
|
D | sha1-ce-glue.c | 35 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()
|
D | ghash-ce-glue.c | 39 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.1.27/drivers/crypto/nx/ |
D | nx-sha256.c | 50 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()
|
D | nx-sha512.c | 49 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()
|
D | nx-aes-xcbc.c | 40 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()
|
D | nx-aes-cbc.c | 65 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()
|
D | nx-aes-ecb.c | 65 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()
|
D | nx-aes-ccm.c | 346 struct blkcipher_desc *desc) in ccm_nx_decrypt() 423 struct blkcipher_desc *desc) in ccm_nx_encrypt() 498 struct blkcipher_desc desc; in ccm4309_aes_nx_encrypt() local 513 struct blkcipher_desc desc; in ccm_aes_nx_encrypt() local 530 struct blkcipher_desc desc; in ccm4309_aes_nx_decrypt() local 545 struct blkcipher_desc desc; in ccm_aes_nx_decrypt() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-crypto-adler.c | 67 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() 92 static int adler32_finup(struct shash_desc *desc, const u8 *data, in adler32_finup() 98 static int adler32_final(struct shash_desc *desc, u8 *out) in adler32_final() 106 static int adler32_digest(struct shash_desc *desc, const u8 *data, in adler32_digest()
|
/linux-4.1.27/drivers/dma/ |
D | txx9dmac.c | 148 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 …]
|
D | fsl_raid.c | 88 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 …]
|
D | at_hdmac.c | 108 struct at_desc *desc = NULL; in atc_alloc_descriptor() local 132 struct at_desc *desc, *_desc; in atc_desc_get() local 174 static void atc_desc_put(struct at_dma_chan *atchan, struct at_desc *desc) in atc_desc_put() 202 struct at_desc *desc) in atc_desc_chain() 263 struct at_desc *desc, *_desc; in atc_get_desc_by_cookie() local 287 struct at_desc *desc) in atc_calc_bytes_left() 301 struct at_dma_chan *atchan, struct at_desc *desc) in atc_calc_bytes_left_from_reg() 317 struct at_desc *desc; in atc_get_bytes_left() local 386 atc_chain_complete(struct at_dma_chan *atchan, struct at_desc *desc) in atc_chain_complete() 431 struct at_desc *desc, *_desc; in atc_complete_all() local [all …]
|
D | ep93xx_dma.c | 237 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 …]
|
D | fsldma.c | 134 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 …]
|
D | pch_dma.c | 92 struct pch_dma_desc_regs desc[MAX_CHAN_NR]; member 331 static void pdc_dostart(struct pch_dma_chan *pd_chan, struct pch_dma_desc* desc) in pdc_dostart() 361 struct pch_dma_desc *desc) in pdc_chain_complete() 376 struct pch_dma_desc *desc, *_d; in pdc_complete_all() local 423 struct pch_dma_desc *desc = to_pd_desc(txd); in pd_tx_submit() local 443 struct pch_dma_desc *desc = NULL; in pdc_alloc_desc() local 462 struct pch_dma_desc *desc, *_d; in pdc_desc_get() local 495 struct pch_dma_desc *desc) in pdc_desc_put() 508 struct pch_dma_desc *desc; in pd_alloc_chan_resources() local 547 struct pch_dma_desc *desc, *_d; in pd_free_chan_resources() local [all …]
|
D | nbpfaxi.c | 141 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.1.27/drivers/s390/kvm/ |
D | kvm_virtio.c | 42 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.1.27/drivers/net/wan/ |
D | hd64570.c | 87 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
|
D | ixp4xx_hss.c | 292 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 …]
|
D | hd64572.c | 78 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.1.27/drivers/usb/image/ |
D | microtek.c | 212 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 796 struct mts_desc *desc = usb_get_intfdata(intf); in mts_usb_disconnect() local
|
/linux-4.1.27/drivers/rapidio/devices/ |
D | tsi721_dma.c | 336 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.1.27/arch/arm/mach-iop13xx/include/mach/ |
D | adma.h | 221 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.1.27/arch/arm/include/asm/hardware/ |
D | iop3xx-adma.h | 199 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.1.27/arch/arm/mach-davinci/ |
D | mux.h | 18 #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.1.27/lib/ |
D | locking-selftest.c | 1021 #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.1.27/arch/x86/include/asm/ |
D | desc.h | 11 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.1.27/drivers/dma/dw/ |
D | core.c | 85 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.1.27/drivers/dma/hsu/ |
D | hsu.c | 60 struct hsu_dma_desc *desc = hsuc->desc; in hsu_dma_chan_start() local 152 struct hsu_dma_desc *desc; in hsu_dma_irq() local 199 struct hsu_dma_desc *desc; in hsu_dma_alloc_desc() local 216 struct hsu_dma_desc *desc = to_hsu_dma_desc(vdesc); in hsu_dma_desc_free() local 228 struct hsu_dma_desc *desc; in hsu_dma_prep_slave_sg() local 260 static size_t hsu_dma_desc_size(struct hsu_dma_desc *desc) in hsu_dma_desc_size() 273 struct hsu_dma_desc *desc = hsuc->desc; in hsu_dma_active_desc_size() local
|
/linux-4.1.27/drivers/usb/gadget/ |
D | epautoconf.c | 45 struct usb_endpoint_descriptor *desc, in ep_matches() 249 struct usb_endpoint_descriptor *desc, in usb_ep_autoconfig_ss() 353 struct usb_endpoint_descriptor *desc in usb_ep_autoconfig()
|
/linux-4.1.27/drivers/scsi/ |
D | ses.c | 124 unsigned char *desc) in ses_set_page2_descriptor() 184 unsigned char *desc; in ses_get_fault() local 195 unsigned char desc[4]; in ses_set_fault() local 223 unsigned char *desc; in ses_get_status() local 233 unsigned char *desc; in ses_get_locate() local 244 unsigned char desc[4]; in ses_set_locate() local 272 unsigned char desc[4]; in ses_set_active() local 309 unsigned char *desc; in ses_get_power_status() local 320 unsigned char desc[4]; in ses_set_power_status() local 382 unsigned char *desc) in ses_process_descriptor() [all …]
|
/linux-4.1.27/include/linux/irqchip/ |
D | chained_irq.h | 28 struct irq_desc *desc) in chained_irq_enter() 44 struct irq_desc *desc) in chained_irq_exit()
|
/linux-4.1.27/drivers/usb/core/ |
D | generic.c | 29 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
|
D | devices.c | 182 const struct usb_endpoint_descriptor *desc) in usb_dump_endpoint_descriptor() 254 const struct usb_interface_descriptor *desc; in usb_dump_interface_descriptor() local 284 const struct usb_host_interface *desc = &intfc->altsetting[setno]; in usb_dump_interface() local 318 const struct usb_config_descriptor *desc, in usb_dump_config_descriptor() 376 const struct usb_device_descriptor *desc) in usb_dump_device_descriptor() 455 const struct usb_hub_descriptor *desc) in usb_dump_hub_descriptor()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40e_adminq.c | 37 static inline bool i40e_is_nvm_update_op(struct i40e_aq_desc *desc) in i40e_is_nvm_update_op() 152 struct i40e_aq_desc *desc; in i40e_alloc_arq_bufs() local 625 struct i40e_aq_desc *desc; in i40e_clean_asq() local 683 struct i40e_aq_desc *desc, in i40evf_asq_send_command() 866 void i40evf_fill_default_direct_cmd_desc(struct i40e_aq_desc *desc, in i40evf_fill_default_direct_cmd_desc() 891 struct i40e_aq_desc *desc; in i40evf_clean_arq_element() local
|
D | i40e_common.c | 84 void i40evf_debug_aq(struct i40e_hw *hw, enum i40e_debug_mask mask, void *desc, in i40evf_debug_aq() 165 struct i40e_aq_desc desc; in i40evf_aq_queue_shutdown() local 565 struct i40e_aq_desc desc; in i40e_aq_send_msg_to_pf() local
|
/linux-4.1.27/drivers/clk/mvebu/ |
D | clk-corediv.c | 58 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.1.27/fs/ext2/ |
D | ialloc.c | 48 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 617 struct ext2_group_desc *desc; in ext2_count_free_inodes() local
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
D | rx.c | 35 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.1.27/drivers/power/ |
D | charger-manager.c | 275 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.1.27/drivers/pci/ |
D | msi.c | 95 int __weak arch_setup_msi_irq(struct pci_dev *dev, struct msi_desc *desc) in arch_setup_msi_irq() 223 u32 __pci_msi_desc_mask_irq(struct msi_desc *desc, u32 mask, u32 flag) in __pci_msi_desc_mask_irq() 237 static void msi_mask_irq(struct msi_desc *desc, u32 mask, u32 flag) in msi_mask_irq() 249 u32 __pci_msix_desc_mask_irq(struct msi_desc *desc, u32 flag) in __pci_msix_desc_mask_irq() 266 static void msix_mask_irq(struct msi_desc *desc, u32 flag) in msix_mask_irq() 273 struct msi_desc *desc = irq_data_get_msi(data); in msi_set_mask_bit() local 428 struct msi_desc *desc = kzalloc(sizeof(*desc), GFP_KERNEL); in alloc_msi_entry() local 913 struct msi_desc *desc; in pci_msi_shutdown() local 1181 struct msi_desc *desc = irq_data->msi_desc; in pci_msi_domain_write_msg() local 1199 struct msi_desc *desc) in pci_msi_domain_calc_hwirq() [all …]
|
/linux-4.1.27/drivers/dma/sh/ |
D | usb-dmac.c | 84 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 …]
|
D | rcar-dmac.c | 164 } 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 476 struct rcar_dmac_desc *desc = &page->descs[i]; in rcar_dmac_desc_alloc() local 506 struct rcar_dmac_desc *desc) in rcar_dmac_desc_put() 518 struct rcar_dmac_desc *desc, *_desc; in rcar_dmac_desc_recycle_acked() local 558 struct rcar_dmac_desc *desc; in rcar_dmac_desc_get() local 658 struct rcar_dmac_desc *desc, size_t size) in rcar_dmac_realloc_hwdesc() 690 struct rcar_dmac_desc *desc) in rcar_dmac_fill_hwdesc() 726 struct rcar_dmac_desc *desc, *_desc; in rcar_dmac_chan_reinit() local [all …]
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
D | nv50.c | 37 struct mxms_odev desc; member 44 struct mxms_odev desc; in mxm_match_tmds_partner() local 58 u64 desc = *(u64 *)data; in mxm_match_dcb() local 183 u64 desc = *(u64 *)data; in mxm_show_unmatched() local
|
/linux-4.1.27/include/uapi/linux/ |
D | mic_common.h | 102 struct mic_device_desc desc[0]; member 174 static inline unsigned mic_desc_size(const struct mic_device_desc *desc) in mic_desc_size() 181 mic_vq_config(const struct mic_device_desc *desc) in mic_vq_config() 186 static inline __u8 *mic_vq_features(const struct mic_device_desc *desc) in mic_vq_features() 191 static inline __u8 *mic_vq_configspace(const struct mic_device_desc *desc) in mic_vq_configspace() 195 static inline unsigned mic_total_desc_size(struct mic_device_desc *desc) in mic_total_desc_size()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | pers.c | 46 void ptlrpc_fill_bulk_md(lnet_md_t *md, struct ptlrpc_bulk_desc *desc, in ptlrpc_fill_bulk_md() 65 void ptlrpc_add_bulk_page(struct ptlrpc_bulk_desc *desc, struct page *page, in ptlrpc_add_bulk_page()
|
D | nrs.c | 734 struct ptlrpc_nrs_pol_desc *desc) in nrs_policy_register() 852 const struct ptlrpc_nrs_pol_desc *desc) in nrs_policy_compatible() 872 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 struct ptlrpc_nrs_pol_desc *desc; in ptlrpc_nrs_policy_unregister() local 1333 const struct ptlrpc_nrs_pol_desc *desc; in ptlrpc_service_nrs_setup() local 1378 const struct ptlrpc_nrs_pol_desc *desc; in ptlrpc_service_nrs_cleanup() local 1744 struct ptlrpc_nrs_pol_desc *desc; in ptlrpc_nrs_fini() local
|
D | sec_plain.c | 122 static int plain_generate_bulk_csum(struct ptlrpc_bulk_desc *desc, in plain_generate_bulk_csum() 134 static int plain_verify_bulk_csum(struct ptlrpc_bulk_desc *desc, in plain_verify_bulk_csum() 155 static void corrupt_bulk_data(struct ptlrpc_bulk_desc *desc) in corrupt_bulk_data() 290 struct ptlrpc_bulk_desc *desc) in plain_cli_wrap_bulk() 333 struct ptlrpc_bulk_desc *desc) in plain_cli_unwrap_bulk() 882 struct ptlrpc_bulk_desc *desc) in plain_svc_unwrap_bulk() 916 struct ptlrpc_bulk_desc *desc) in plain_svc_wrap_bulk()
|
/linux-4.1.27/drivers/media/pci/solo6x10/ |
D | solo6x10-p2m.c | 65 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.1.27/net/rxrpc/ |
D | rxkad.c | 116 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.1.27/arch/x86/crypto/sha-mb/ |
D | sha1_mb.c | 85 struct shash_desc *desc; in cast_hash_to_mcryptd_ctx() local 97 struct shash_desc *desc) in req_ctx_init() 349 static int sha1_mb_init(struct shash_desc *desc) in sha1_mb_init() 491 static int sha1_mb_update(struct shash_desc *desc, const u8 *data, in sha1_mb_update() 550 static int sha1_mb_finup(struct shash_desc *desc, const u8 *data, in sha1_mb_finup() 611 static int sha1_mb_final(struct shash_desc *desc, u8 *out) in sha1_mb_final() 660 static int sha1_mb_export(struct shash_desc *desc, void *out) in sha1_mb_export() 669 static int sha1_mb_import(struct shash_desc *desc, const void *in) in sha1_mb_import()
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | svga3d_surfacedefs.h | 752 svga3dsurface_get_size_in_blocks(const struct svga3d_surface_desc *desc, in svga3dsurface_get_size_in_blocks() 765 svga3dsurface_is_planar_surface(const struct svga3d_surface_desc *desc) in svga3dsurface_is_planar_surface() 771 svga3dsurface_calculate_pitch(const struct svga3d_surface_desc *desc, in svga3dsurface_calculate_pitch() 807 svga3dsurface_get_image_buffer_size(const struct svga3d_surface_desc *desc, in svga3dsurface_get_image_buffer_size() 839 const struct svga3d_surface_desc *desc = svga3dsurface_get_desc(format); in svga3dsurface_get_serialized_size() local 869 const struct svga3d_surface_desc *desc = svga3dsurface_get_desc(format); in svga3dsurface_get_pixel_offset() local 893 const struct svga3d_surface_desc *desc; in svga3dsurface_get_image_offset() local
|
/linux-4.1.27/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_layer.c | 88 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.1.27/fs/nfs_common/ |
D | nfsacl.c | 34 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.1.27/drivers/clk/qcom/ |
D | common.c | 59 qcom_cc_map(struct platform_device *pdev, const struct qcom_cc_desc *desc) in qcom_cc_map() 75 const struct qcom_cc_desc *desc, struct regmap *regmap) in qcom_cc_really_probe() 129 int qcom_cc_probe(struct platform_device *pdev, const struct qcom_cc_desc *desc) in qcom_cc_probe()
|
/linux-4.1.27/drivers/net/ethernet/altera/ |
D | altera_sgdma.c | 245 struct sgdma_descrip __iomem *desc = NULL; in sgdma_rx_status() local 306 static void sgdma_setup_descrip(struct sgdma_descrip __iomem *desc, in sgdma_setup_descrip() 395 struct sgdma_descrip __iomem *desc) in sgdma_async_write() 420 struct sgdma_descrip __iomem *desc) in sgdma_txphysaddr() 429 struct sgdma_descrip __iomem *desc) in sgdma_rxphysaddr()
|
/linux-4.1.27/drivers/dma/ppc4xx/ |
D | adma.c | 243 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.1.27/security/integrity/evm/ |
D | evm_crypto.c | 40 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.1.27/arch/mips/ath79/ |
D | irq.c | 30 static void ath79_misc_irq_handler(unsigned int irq, struct irq_desc *desc) in ath79_misc_irq_handler() 123 static void ar934x_ip2_irq_dispatch(unsigned int irq, struct irq_desc *desc) in ar934x_ip2_irq_dispatch() 156 static void qca955x_ip2_irq_dispatch(unsigned int irq, struct irq_desc *desc) in qca955x_ip2_irq_dispatch() 184 static void qca955x_ip3_irq_dispatch(unsigned int irq, struct irq_desc *desc) in qca955x_ip3_irq_dispatch()
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | netcp_core.c | 110 struct knav_dma_desc *desc) in get_pkt_info() 117 static void get_pad_info(u32 *pad0, u32 *pad1, struct knav_dma_desc *desc) in get_pad_info() 124 struct knav_dma_desc *desc) in get_org_pkt_info() 130 static void get_words(u32 *words, int num_words, u32 *desc) in get_words() 139 struct knav_dma_desc *desc) in set_pkt_info() 147 struct knav_dma_desc *desc) in set_desc_info() 153 static void set_pad_info(u32 pad0, u32 pad1, struct knav_dma_desc *desc) in set_pad_info() 160 struct knav_dma_desc *desc) in set_org_pkt_info() 166 static void set_words(u32 *words, int num_words, u32 *desc) in set_words() 546 struct knav_dma_desc *desc) in netcp_free_rx_desc_chain() [all …]
|
/linux-4.1.27/drivers/regulator/ |
D | of_regulator.c | 29 const struct regulator_desc *desc) in of_get_regulation_constraints() 161 const struct regulator_desc *desc) in of_get_regulator_init_data() 272 const struct regulator_desc *desc, in regulator_of_get_init_data()
|
D | fixed.c | 35 struct regulator_desc desc; member 51 const struct regulator_desc *desc) in of_get_fixed_voltage_config()
|
/linux-4.1.27/include/linux/regulator/ |
D | of_regulator.h | 16 const struct regulator_desc *desc; member 31 const struct regulator_desc *desc) in of_get_regulator_init_data()
|
/linux-4.1.27/arch/arm64/kernel/ |
D | irq.c | 61 static bool migrate_one_irq(struct irq_desc *desc) in migrate_one_irq() 100 struct irq_desc *desc; in migrate_irqs() local
|
/linux-4.1.27/drivers/crypto/vmx/ |
D | ghash.c | 97 static int p8_ghash_init(struct shash_desc *desc) in p8_ghash_init() 126 static int p8_ghash_update(struct shash_desc *desc, in p8_ghash_update() 174 static int p8_ghash_final(struct shash_desc *desc, u8 *out) in p8_ghash_final()
|
/linux-4.1.27/arch/arm/mach-s3c64xx/ |
D | common.c | 392 static void s3c_irq_demux_eint0_3(unsigned int irq, struct irq_desc *desc) in s3c_irq_demux_eint0_3() 397 static void s3c_irq_demux_eint4_11(unsigned int irq, struct irq_desc *desc) in s3c_irq_demux_eint4_11() 402 static void s3c_irq_demux_eint12_19(unsigned int irq, struct irq_desc *desc) in s3c_irq_demux_eint12_19() 407 static void s3c_irq_demux_eint20_27(unsigned int irq, struct irq_desc *desc) in s3c_irq_demux_eint20_27()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_cmd_parser.c | 536 const struct drm_i915_cmd_descriptor *desc = in validate_cmds_sorted() local 582 const struct drm_i915_cmd_descriptor *desc; member 614 const struct drm_i915_cmd_descriptor *desc = in init_hash_table() local 765 const struct drm_i915_cmd_descriptor *desc = desc_node->desc; in find_cmd_in_table() local 789 const struct drm_i915_cmd_descriptor *desc; in find_cmd() local 941 const struct drm_i915_cmd_descriptor *desc, in check_cmd() 1075 const struct drm_i915_cmd_descriptor *desc; in i915_parse_cmds() local
|
/linux-4.1.27/drivers/dma/ioat/ |
D | dma_v2.c | 90 struct ioat_ring_ent *desc; in __ioat2_start_null_desc() local 131 struct ioat_ring_ent *desc; in __cleanup() local 212 struct ioat_ring_ent *desc; in __ioat2_restart_chan() local 441 struct ioat_ring_ent *desc; in ioat2_alloc_ring_ent() local 464 static void ioat2_free_ring_ent(struct ioat_ring_ent *desc, struct dma_chan *chan) in ioat2_free_ring_ent() 751 struct ioat_ring_ent *desc; in ioat2_dma_prep_memcpy_lock() local 800 struct ioat_ring_ent *desc; in ioat2_free_chan_resources() local
|
/linux-4.1.27/net/netfilter/ |
D | nft_cmp.c | 75 struct nft_data_desc desc; in nft_cmp_init() local 124 struct nft_data_desc desc; in nft_cmp_fast_init() local 177 struct nft_data_desc desc; in nft_cmp_select_ops() local
|
/linux-4.1.27/drivers/net/wireless/p54/ |
D | p54pci.c | 150 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
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
D | bast-irq.c | 81 struct irq_desc *desc = irq_desc + BAST_IRQ_ISA; in bast_pc104_maskack() local 105 struct irq_desc *desc) in bast_irq_pc104_demux()
|
/linux-4.1.27/drivers/net/caif/ |
D | caif_hsi.c | 217 static int cfhsi_tx_frm(struct cfhsi_desc *desc, struct cfhsi *cfhsi) in cfhsi_tx_frm() 333 struct cfhsi_desc *desc = (struct cfhsi_desc *)cfhsi->tx_buf; in cfhsi_start_tx() local 412 static int cfhsi_rx_desc(struct cfhsi_desc *desc, struct cfhsi *cfhsi) in cfhsi_rx_desc() 500 static int cfhsi_rx_desc_len(struct cfhsi_desc *desc) in cfhsi_rx_desc_len() 529 static int cfhsi_rx_pld(struct cfhsi_desc *desc, struct cfhsi *cfhsi) in cfhsi_rx_pld() 621 struct cfhsi_desc *desc = NULL; in cfhsi_rx_done() local 1089 struct cfhsi_desc *desc = (struct cfhsi_desc *)cfhsi->tx_buf; in cfhsi_xmit() local
|