/openbmc/linux/arch/powerpc/crypto/ |
H A D | sha256-spe-glue.c | 60 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 D | sha1.c | 26 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 D | crc32c-vpmsum_glue.c | 82 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/drivers/net/phy/ |
H A D | mii_timestamper.c | 29 struct mii_timestamping_desc *desc; in register_mii_tstamp_controller() local 54 struct mii_timestamping_desc *desc; in unregister_mii_tstamp_controller() local 82 struct mii_timestamping_desc *desc; in register_mii_timestamper() local 111 struct mii_timestamping_desc *desc; in unregister_mii_timestamper() local
|
/openbmc/linux/kernel/irq/ |
H A D | msi.c | 61 struct msi_desc *desc = kzalloc(sizeof(*desc), GFP_KERNEL); in msi_alloc_desc() local 78 static void msi_free_desc(struct msi_desc *desc) in msi_free_desc() 84 static int msi_insert_desc(struct device *dev, struct msi_desc *desc, in msi_insert_desc() 135 struct msi_desc *desc; in msi_domain_insert_msi_desc() local 149 static bool msi_desc_match(struct msi_desc *desc, enum msi_desc_filter filter) in msi_desc_match() 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 494 static void msi_sysfs_remove_desc(struct device *dev, struct msi_desc *desc) in msi_sysfs_remove_desc() [all …]
|
H A D | debugfs.c | 30 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 D | cpuhotplug.c | 53 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/linux/include/crypto/ |
H A D | sm3_base.h | 21 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()
|
H A D | sha1_base.h | 21 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()
|
/openbmc/linux/arch/m68k/mac/ |
H A D | oss.c | 60 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/qemu/scripts/ |
H A D | vmstate-static-checker.py | 143 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 D | sha256_glue.c | 51 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 D | legacy.c | 10 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 D | irqdomain.c | 42 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/include/linux/ |
H A D | hte.h | 216 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/drivers/net/wan/ |
H A D | hd64570.c | 89 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/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.c | 245 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 1027 void ice_output_fw_log(struct ice_hw *hw, struct ice_aq_desc *desc, void *buf) in ice_output_fw_log() 1528 ice_sbq_send_cmd(struct ice_hw *hw, struct ice_sbq_cmd_desc *desc, in ice_sbq_send_cmd() [all …]
|
/openbmc/linux/lib/crypto/ |
H A D | poly1305.c | 15 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/crypto/ |
H A D | crc32c_generic.c | 57 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/pinctrl/mediatek/ |
H A D | pinctrl-moore.c | 62 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 D | i40e_adminq.c | 117 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/dma/dw/ |
H A D | core.c | 56 struct dw_desc *desc = txd_to_dw_desc(tx); in dwc_tx_submit() local 81 struct dw_desc *desc; in dwc_desc_get() local 97 static void dwc_desc_put(struct dw_dma_chan *dwc, struct dw_desc *desc) in dwc_desc_put() 150 struct dw_desc *desc) in dwc_do_single_block() 219 struct dw_desc *desc; in dwc_dostart_first_queued() local 233 dwc_descriptor_complete(struct dw_dma_chan *dwc, struct dw_desc *desc, in dwc_descriptor_complete() 262 struct dw_desc *desc, *_desc; in dwc_complete_all() local 301 struct dw_desc *desc, *_desc; in dwc_scan_descriptors() local 411 static inline void dwc_dump_lli(struct dw_dma_chan *dwc, struct dw_desc *desc) in dwc_dump_lli() 543 struct dw_desc *desc; in dwc_prep_dma_memcpy() local [all …]
|
/openbmc/linux/drivers/crypto/nx/ |
H A D | nx-sha256.c | 43 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 D | octeon-sha256.c | 98 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 D | jobdesc.c | 112 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()
|