Home
last modified time | relevance | path

Searched defs:desc (Results 101 – 125 of 2475) sorted by relevance

12345678910>>...99

/openbmc/linux/arch/powerpc/crypto/
H A Dsha256-spe-glue.c60 static int ppc_spe_sha256_update(struct shash_desc *desc, const u8 *data, in ppc_spe_sha256_update()
105 static int ppc_spe_sha256_final(struct shash_desc *desc, u8 *out) in ppc_spe_sha256_final()
145 static int ppc_spe_sha224_final(struct shash_desc *desc, u8 *out) in ppc_spe_sha224_final()
166 static int ppc_spe_sha256_export(struct shash_desc *desc, void *out) in ppc_spe_sha256_export()
174 static int ppc_spe_sha256_import(struct shash_desc *desc, const void *in) in ppc_spe_sha256_import()
H A Dsha1.c26 static int powerpc_sha1_update(struct shash_desc *desc, const u8 *data, in powerpc_sha1_update()
61 static int powerpc_sha1_final(struct shash_desc *desc, u8 *out) in powerpc_sha1_final()
89 static int powerpc_sha1_export(struct shash_desc *desc, void *out) in powerpc_sha1_export()
97 static int powerpc_sha1_import(struct shash_desc *desc, const void *in) in powerpc_sha1_import()
H A Dcrc32c-vpmsum_glue.c82 static int crc32c_vpmsum_init(struct shash_desc *desc) in crc32c_vpmsum_init()
92 static int crc32c_vpmsum_update(struct shash_desc *desc, const u8 *data, in crc32c_vpmsum_update()
110 static int crc32c_vpmsum_finup(struct shash_desc *desc, const u8 *data, in crc32c_vpmsum_finup()
116 static int crc32c_vpmsum_final(struct shash_desc *desc, u8 *out) in crc32c_vpmsum_final()
125 static int crc32c_vpmsum_digest(struct shash_desc *desc, const u8 *data, in crc32c_vpmsum_digest()
/openbmc/linux/arch/x86/include/asm/
H A Ddesc.h16 static inline void fill_ldt(struct desc_struct *desc, const struct user_desc *info) in fill_ldt()
102 const u32 *desc = ptr; in desc_empty() local
122 #define write_ldt_entry(dt, entry, desc) native_write_ldt_entry(dt, entry, desc) argument
123 #define write_gdt_entry(dt, entry, desc, type) native_write_gdt_entry(dt, entry, desc, type) argument
142 static inline void native_write_ldt_entry(struct desc_struct *ldt, int entry, const void *desc) in native_write_ldt_entry()
148 native_write_gdt_entry(struct desc_struct *gdt, int entry, const void *desc, int type) in native_write_gdt_entry()
164 struct ldttss_desc *desc = d; in set_tssldt_descriptor() local
382 static inline unsigned long get_desc_base(const struct desc_struct *desc) in get_desc_base()
387 static inline void set_desc_base(struct desc_struct *desc, unsigned long base) in set_desc_base()
394 static inline unsigned long get_desc_limit(const struct desc_struct *desc) in get_desc_limit()
[all …]
/openbmc/linux/arch/m68k/mac/
H A Doss.c60 static void oss_iopism_irq(struct irq_desc *desc) in oss_iopism_irq()
65 static void oss_scsi_irq(struct irq_desc *desc) in oss_scsi_irq()
70 static void oss_nubus_irq(struct irq_desc *desc) in oss_nubus_irq()
88 static void oss_iopscc_irq(struct irq_desc *desc) in oss_iopscc_irq()
/openbmc/linux/include/crypto/
H A Dsha1_base.h21 static inline int sha1_base_init(struct shash_desc *desc) in sha1_base_init()
35 static inline int sha1_base_do_update(struct shash_desc *desc, in sha1_base_do_update()
73 static inline int sha1_base_do_finalize(struct shash_desc *desc, in sha1_base_do_finalize()
96 static inline int sha1_base_finish(struct shash_desc *desc, u8 *out) in sha1_base_finish()
H A Dsm3_base.h21 static inline int sm3_base_init(struct shash_desc *desc) in sm3_base_init()
38 static inline int sm3_base_do_update(struct shash_desc *desc, in sm3_base_do_update()
76 static inline int sm3_base_do_finalize(struct shash_desc *desc, in sm3_base_do_finalize()
99 static inline int sm3_base_finish(struct shash_desc *desc, u8 *out) in sm3_base_finish()
/openbmc/linux/kernel/irq/
H A Ddebugfs.c30 static void irq_debug_show_masks(struct seq_file *m, struct irq_desc *desc) in irq_debug_show_masks()
47 static void irq_debug_show_masks(struct seq_file *m, struct irq_desc *desc) { } in irq_debug_show_masks()
166 struct irq_desc *desc = m->private; in irq_debug_show() local
199 struct irq_desc *desc = file_inode(file)->i_private; in irq_debug_write() local
226 struct irq_desc *desc = irq_to_desc(irq); in irq_debugfs_copy_devname() local
233 void irq_add_debugfs_entry(unsigned int irq, struct irq_desc *desc) in irq_add_debugfs_entry()
H A Dmsi.c135 struct msi_desc *desc; in msi_domain_insert_msi_desc() local
182 struct msi_desc *desc; in msi_domain_free_descs() local
230 struct msi_desc *desc; in msi_domain_add_simple_msi_descs() local
354 struct msi_desc *desc; in msi_find_desc() local
433 struct msi_desc *desc; in msi_domain_get_virq() local
552 struct msi_desc *desc; in msi_device_populate_sysfs() local
572 struct msi_desc *desc; in msi_device_destroy_sysfs() local
1080 struct msi_desc *desc; in msi_domain_populate_irqs() local
1129 struct msi_desc *desc; in msi_domain_depopulate_descs() local
1156 struct msi_desc *desc; in msi_check_reservation_mode() local
[all …]
H A Dcpuhotplug.c53 static bool migrate_one_irq(struct irq_desc *desc) in migrate_one_irq()
173 struct irq_desc *desc; in irq_migrate_all_off_this_cpu() local
205 static void irq_restore_affinity_of_irq(struct irq_desc *desc, unsigned int cpu) in irq_restore_affinity_of_irq()
241 struct irq_desc *desc; in irq_affinity_online_cpu() local
/openbmc/qemu/scripts/
H A Dvmstate-static-checker.py143 def check_fields(src_fields, dest_fields, desc, sec): argument
288 def check_subsections(src_sub, dest_sub, desc, sec): argument
304 def check_description_in_list(s_item, d_item, sec, desc): argument
342 def check_version(s, d, sec, desc=None): argument
362 def check_size(s, d, sec, desc=None, field=None): argument
/openbmc/linux/arch/sparc/crypto/
H A Dsha256_glue.c51 static int sha256_sparc64_update(struct shash_desc *desc, const u8 *data, in sha256_sparc64_update()
67 static int sha256_sparc64_final(struct shash_desc *desc, u8 *out) in sha256_sparc64_final()
100 static int sha224_sparc64_final(struct shash_desc *desc, u8 *hash) in sha224_sparc64_final()
112 static int sha256_sparc64_export(struct shash_desc *desc, void *out) in sha256_sparc64_export()
120 static int sha256_sparc64_import(struct shash_desc *desc, const void *in) in sha256_sparc64_import()
/openbmc/linux/drivers/pci/msi/
H A Dlegacy.c10 int __weak arch_setup_msi_irq(struct pci_dev *dev, struct msi_desc *desc) in arch_setup_msi_irq()
21 struct msi_desc *desc; in arch_setup_msi_irqs() local
42 struct msi_desc *desc; in arch_teardown_msi_irqs() local
53 struct msi_desc *desc; in pci_msi_setup_check_result() local
H A Dirqdomain.c42 struct msi_desc *desc = irq_data_get_msi_desc(irq_data); in pci_msi_domain_write_msg() local
58 static irq_hw_number_t pci_msi_domain_calc_hwirq(struct msi_desc *desc) in pci_msi_domain_calc_hwirq()
68 struct msi_desc *desc) in pci_msi_domain_set_desc()
145 static void pci_device_domain_set_desc(msi_alloc_info_t *arg, struct msi_desc *desc) in pci_device_domain_set_desc()
153 struct msi_desc *desc = irq_data_get_msi_desc(data); in pci_irq_mask_msi() local
160 struct msi_desc *desc = irq_data_get_msi_desc(data); in pci_irq_unmask_msi() local
206 struct msi_desc *desc) in pci_msix_prepare_desc()
/openbmc/linux/drivers/dma/dw/
H A Dcore.c80 struct dw_desc *desc; in dwc_desc_get() local
149 struct dw_desc *desc) in dwc_do_single_block()
218 struct dw_desc *desc; in dwc_dostart_first_queued() local
261 struct dw_desc *desc, *_desc; in dwc_complete_all() local
300 struct dw_desc *desc, *_desc; in dwc_scan_descriptors() local
542 struct dw_desc *desc; in dwc_prep_dma_memcpy() local
656 struct dw_desc *desc; in dwc_prep_slave_sg() local
706 struct dw_desc *desc; in dwc_prep_slave_sg() local
854 struct dw_desc *desc, *_desc; in dwc_terminate_all() local
883 struct dw_desc *desc; in dwc_find_desc() local
[all …]
/openbmc/linux/include/linux/
H A Dhte.h216 static inline int hte_init_line_attr(struct hte_ts_desc *desc, u32 line_id, in hte_init_line_attr()
223 static inline int hte_ts_get(struct device *dev, struct hte_ts_desc *desc, in hte_ts_get()
229 static inline int hte_ts_put(struct hte_ts_desc *desc) in hte_ts_put()
234 static inline int hte_request_ts_ns(struct hte_ts_desc *desc, hte_ts_cb_t cb, in hte_request_ts_ns()
241 struct hte_ts_desc *desc, in devm_hte_request_ts_ns()
254 static inline int hte_enable_ts(struct hte_ts_desc *desc) in hte_enable_ts()
259 static inline int hte_disable_ts(struct hte_ts_desc *desc) in hte_disable_ts()
264 static inline int hte_get_clk_src_info(const struct hte_ts_desc *desc, in hte_get_clk_src_info()
/openbmc/linux/lib/crypto/
H A Dpoly1305.c15 void poly1305_init_generic(struct poly1305_desc_ctx *desc, in poly1305_init_generic()
30 void poly1305_update_generic(struct poly1305_desc_ctx *desc, const u8 *src, in poly1305_update_generic()
63 void poly1305_final_generic(struct poly1305_desc_ctx *desc, u8 *dst) in poly1305_final_generic()
/openbmc/linux/drivers/net/wan/
H A Dhd64570.c89 static inline u16 next_desc(port_t *port, u16 desc, int transmit) in next_desc()
95 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()
111 static inline pkt_desc __iomem *desc_address(port_t *port, u16 desc, in desc_address()
123 static inline u32 buffer_offset(port_t *port, u16 desc, int transmit) in buffer_offset()
165 pkt_desc __iomem *desc = desc_address(port, i, transmit); in sca_init_port() local
237 static inline void sca_rx(card_t *card, port_t *port, pkt_desc __iomem *desc, in sca_rx()
301 pkt_desc __iomem *desc; in sca_rx_intr() local
352 pkt_desc __iomem *desc; in sca_tx_intr() local
630 pkt_desc __iomem *desc; in sca_xmit() local
/openbmc/linux/crypto/
H A Dcrc32c_generic.c57 static int chksum_init(struct shash_desc *desc) in chksum_init()
83 static int chksum_update(struct shash_desc *desc, const u8 *data, in chksum_update()
92 static int chksum_final(struct shash_desc *desc, u8 *out) in chksum_final()
106 static int chksum_finup(struct shash_desc *desc, const u8 *data, in chksum_finup()
114 static int chksum_digest(struct shash_desc *desc, const u8 *data, in chksum_digest()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c245 struct ice_aq_desc desc; in ice_clear_pf_cfg() local
273 struct ice_aq_desc desc; in ice_aq_manage_mac_read() local
327 struct ice_aq_desc desc; in ice_aq_get_phy_caps() local
421 struct ice_aq_desc desc; in ice_aq_get_link_topo_handle() local
592 struct ice_aq_desc desc; in ice_aq_get_link_info() local
724 struct ice_aq_desc desc; in ice_aq_set_mac_cfg() local
831 struct ice_aq_desc desc; in ice_get_fw_log_cfg() local
905 struct ice_aq_desc desc; in ice_cfg_fw_log() local
1721 struct ice_aq_desc desc; in ice_aq_get_fw_ver() local
1758 struct ice_aq_desc desc; in ice_aq_send_driver_ver() local
[all …]
/openbmc/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-moore.c62 const struct mtk_pin_desc *desc; in mtk_pinmux_set_mux() local
82 const struct mtk_pin_desc *desc; in mtk_pinmux_gpio_request_enable() local
97 const struct mtk_pin_desc *desc; in mtk_pinmux_gpio_set_direction() local
113 const struct mtk_pin_desc *desc; in mtk_pinconf_get() local
250 const struct mtk_pin_desc *desc; in mtk_pinconf_set() local
482 const struct mtk_pin_desc *desc; in mtk_gpio_get() local
499 const struct mtk_pin_desc *desc; in mtk_gpio_set() local
526 const struct mtk_pin_desc *desc; in mtk_gpio_to_irq() local
543 const struct mtk_pin_desc *desc; in mtk_gpio_set_config() local
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.c117 struct i40e_aq_desc *desc; in i40e_alloc_arq_bufs() local
722 struct i40e_aq_desc *desc; in i40e_clean_asq() local
780 struct i40e_aq_desc *desc, in i40e_asq_send_command_atomic_exec()
984 struct i40e_aq_desc *desc, in i40e_asq_send_command_atomic()
1002 i40e_asq_send_command(struct i40e_hw *hw, struct i40e_aq_desc *desc, in i40e_asq_send_command()
1026 struct i40e_aq_desc *desc, in i40e_asq_send_command_atomic_v2()
1047 i40e_asq_send_command_v2(struct i40e_hw *hw, struct i40e_aq_desc *desc, in i40e_asq_send_command_v2()
1063 void i40e_fill_default_direct_cmd_desc(struct i40e_aq_desc *desc, in i40e_fill_default_direct_cmd_desc()
1087 struct i40e_aq_desc *desc; in i40e_clean_arq_element() local
/openbmc/linux/drivers/crypto/nx/
H A Dnx-sha256.c43 static int nx_sha256_init(struct shash_desc *desc) { in nx_sha256_init()
61 static int nx_sha256_update(struct shash_desc *desc, const u8 *data, in nx_sha256_update()
181 static int nx_sha256_final(struct shash_desc *desc, u8 *out) in nx_sha256_final()
251 static int nx_sha256_export(struct shash_desc *desc, void *out) in nx_sha256_export()
260 static int nx_sha256_import(struct shash_desc *desc, const void *in) in nx_sha256_import()
/openbmc/linux/arch/mips/cavium-octeon/crypto/
H A Docteon-sha256.c98 static int octeon_sha256_update(struct shash_desc *desc, const u8 *data, in octeon_sha256_update()
124 static int octeon_sha256_final(struct shash_desc *desc, u8 *out) in octeon_sha256_final()
164 static int octeon_sha224_final(struct shash_desc *desc, u8 *hash) in octeon_sha224_final()
176 static int octeon_sha256_export(struct shash_desc *desc, void *out) in octeon_sha256_export()
184 static int octeon_sha256_import(struct shash_desc *desc, const void *in) in octeon_sha256_import()
/openbmc/u-boot/drivers/crypto/fsl/
H A Djobdesc.c112 int inline_cnstr_jobdesc_blob_dek(uint32_t *desc, const uint8_t *plain_txt, in inline_cnstr_jobdesc_blob_dek()
175 void inline_cnstr_jobdesc_hash(uint32_t *desc, in inline_cnstr_jobdesc_hash()
207 void inline_cnstr_jobdesc_blob_encap(uint32_t *desc, uint8_t *key_idnfr, in inline_cnstr_jobdesc_blob_encap()
232 void inline_cnstr_jobdesc_blob_decap(uint32_t *desc, uint8_t *key_idnfr, in inline_cnstr_jobdesc_blob_decap()
259 void inline_cnstr_jobdesc_rng_instantiation(uint32_t *desc, int handle) in inline_cnstr_jobdesc_rng_instantiation()
288 void inline_cnstr_jobdesc_pkha_rsaexp(uint32_t *desc, in inline_cnstr_jobdesc_pkha_rsaexp()

12345678910>>...99