/openbmc/linux/arch/powerpc/crypto/ |
H A D | crct10dif-vpmsum_glue.c | 64 static int crct10dif_vpmsum_init(struct shash_desc *desc) in crct10dif_vpmsum_init() 72 static int crct10dif_vpmsum_update(struct shash_desc *desc, const u8 *data, in crct10dif_vpmsum_update() 83 static int crct10dif_vpmsum_final(struct shash_desc *desc, u8 *out) in crct10dif_vpmsum_final()
|
H A D | poly1305-p10-glue.c | 37 static int crypto_poly1305_p10_init(struct shash_desc *desc) in crypto_poly1305_p10_init() 77 static int crypto_poly1305_p10_update(struct shash_desc *desc, in crypto_poly1305_p10_update() 133 static int crypto_poly1305_p10_final(struct shash_desc *desc, u8 *dst) in crypto_poly1305_p10_final()
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | fsl_blob.c | 31 u32 *desc; in blob_decap() local 96 u32 *desc; in blob_encap() local 150 u32 *desc; in blob_dek() local
|
/openbmc/linux/crypto/ |
H A D | poly1305_generic.c | 22 static int crypto_poly1305_init(struct shash_desc *desc) in crypto_poly1305_init() 72 static int crypto_poly1305_update(struct shash_desc *desc, in crypto_poly1305_update() 106 static int crypto_poly1305_final(struct shash_desc *desc, u8 *dst) in crypto_poly1305_final()
|
H A D | crypto_null.c | 37 static int null_init(struct shash_desc *desc) in null_init() 42 static int null_update(struct shash_desc *desc, const u8 *data, in null_update() 48 static int null_final(struct shash_desc *desc, u8 *out) in null_final() 53 static int null_digest(struct shash_desc *desc, const u8 *data, in null_digest()
|
H A D | hmac.c | 89 struct shash_desc *desc = shash_desc_ctx(pdesc); in hmac_export() local 96 struct shash_desc *desc = shash_desc_ctx(pdesc); in hmac_import() local 112 struct shash_desc *desc = shash_desc_ctx(pdesc); in hmac_update() local 123 struct shash_desc *desc = shash_desc_ctx(pdesc); in hmac_final() local 138 struct shash_desc *desc = shash_desc_ctx(pdesc); in hmac_finup() local
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_disk.c | 41 struct blk_desc *desc; member 61 struct blk_desc *desc; in efi_disk_rw_blocks() local 235 struct blk_desc *desc, in efi_disk_add_dev() 312 int efi_disk_create_partitions(efi_handle_t parent, struct blk_desc *desc, in efi_disk_create_partitions() 368 struct blk_desc *desc = dev_get_uclass_platdata(dev); in efi_disk_register() local 406 struct blk_desc *desc; in efi_disk_register() local
|
/openbmc/linux/drivers/dma/hsu/ |
H A D | hsu.c | 65 struct hsu_dma_desc *desc = hsuc->desc; in hsu_dma_chan_start() local 214 struct hsu_dma_desc *desc; in hsu_dma_do_irq() local 246 struct hsu_dma_desc *desc; in hsu_dma_alloc_desc() local 263 struct hsu_dma_desc *desc = to_hsu_dma_desc(vdesc); in hsu_dma_desc_free() local 275 struct hsu_dma_desc *desc; in hsu_dma_prep_slave_sg() local 311 struct hsu_dma_desc *desc = hsuc->desc; in hsu_dma_active_desc_size() local
|
/openbmc/u-boot/arch/x86/cpu/efi/ |
H A D | payload.c | 27 struct efi_mem_desc *desc, *end; in board_get_usable_ram_top() local 73 struct efi_mem_desc *desc, *end; in dram_init() local 97 struct efi_mem_desc *desc, *end; in dram_init_banksize() local 178 struct efi_mem_desc *desc, *end; in install_e820_map() local
|
/openbmc/linux/arch/arm/crypto/ |
H A D | poly1305-glue.c | 43 static int arm_poly1305_init(struct shash_desc *desc) in arm_poly1305_init() 115 static int arm_poly1305_update(struct shash_desc *desc, in arm_poly1305_update() 124 static int __maybe_unused arm_poly1305_update_neon(struct shash_desc *desc, in arm_poly1305_update_neon() 202 static int arm_poly1305_final(struct shash_desc *desc, u8 *dst) in arm_poly1305_final()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
H A D | nv50.c | 33 struct mxms_odev desc; member 40 struct mxms_odev desc; in mxm_match_tmds_partner() local 54 u64 desc = *(u64 *)data; in mxm_match_dcb() local 181 u64 desc = *(u64 *)data; in mxm_show_unmatched() local
|
/openbmc/linux/kernel/irq/ |
H A D | ipi.c | 227 int __ipi_send_single(struct irq_desc *desc, unsigned int cpu) in __ipi_send_single() 269 int __ipi_send_mask(struct irq_desc *desc, const struct cpumask *dest) in __ipi_send_mask() 315 struct irq_desc *desc = irq_to_desc(virq); in ipi_send_single() local 336 struct irq_desc *desc = irq_to_desc(virq); in ipi_send_mask() local
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | sha512-ce-glue.c | 54 static int sha512_ce_update(struct shash_desc *desc, const u8 *data, in sha512_ce_update() 64 static int sha512_ce_finup(struct shash_desc *desc, const u8 *data, in sha512_ce_finup() 75 static int sha512_ce_final(struct shash_desc *desc, u8 *out) in sha512_ce_final()
|
/openbmc/linux/drivers/greybus/ |
H A D | manifest.c | 62 struct manifest_desc *desc, *tmp; in release_cport_descriptors() local 99 struct greybus_descriptor *desc, size_t size) in identify_descriptor() 232 struct manifest_desc *desc, *next, *tmp; in gb_manifest_parse_cports() local 314 struct manifest_desc *desc; in gb_manifest_parse_bundles() local 456 struct greybus_descriptor *desc; in gb_manifest_parse() local
|
/openbmc/linux/drivers/dma/dw-axi-dmac/ |
H A D | dw-axi-dmac-platform.c | 248 struct axi_dma_desc *desc; in axi_desc_alloc() local 283 static void axi_desc_put(struct axi_dma_desc *desc) in axi_desc_put() 343 static void write_desc_llp(struct axi_dma_hw_desc *desc, dma_addr_t adr) in write_desc_llp() 439 struct axi_dma_desc *desc; in axi_chan_start_first_queued() local 559 static void set_desc_last(struct axi_dma_hw_desc *desc) in set_desc_last() 568 static void write_desc_sar(struct axi_dma_hw_desc *desc, dma_addr_t adr) in write_desc_sar() 573 static void write_desc_dar(struct axi_dma_hw_desc *desc, dma_addr_t adr) in write_desc_dar() 578 static void set_desc_src_master(struct axi_dma_hw_desc *desc) in set_desc_src_master() 589 struct axi_dma_desc *desc) in set_desc_dest_master() 725 struct axi_dma_desc *desc = NULL; in dw_axi_dma_chan_prep_cyclic() local [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ |
H A D | perf-hwbreak.c | 407 char *desc = "Process specific, Two events, diff addr"; in test_process_multi_diff_addr() local 452 char *desc = "Process specific, Two events, same addr"; in test_process_multi_same_addr() local 497 char *desc = "Process specific, Two events, diff addr, one is RO, other is WO"; in test_process_multi_diff_addr_ro_wo() local 542 char *desc = "Process specific, Two events, same addr, one is RO, other is WO"; in test_process_multi_same_addr_ro_wo() local 588 char *desc = "Systemwide, Two events, diff addr"; in test_syswide_multi_diff_addr() local 632 char *desc = "Systemwide, Two events, same addr"; in test_syswide_multi_same_addr() local 676 char *desc = "Systemwide, Two events, diff addr, one is RO, other is WO"; in test_syswide_multi_diff_addr_ro_wo() local 720 char *desc = "Systemwide, Two events, same addr, one is RO, other is WO"; in test_syswide_multi_same_addr_ro_wo() local 779 char *desc = "Process specific, 512 bytes, unaligned"; in runtest_unaligned_512bytes() local
|
/openbmc/linux/drivers/net/wireless/ti/wl1251/ |
H A D | rx.c | 21 struct wl1251_rx_descriptor *desc) in wl1251_rx_header() 33 struct wl1251_rx_descriptor *desc, in wl1251_rx_status() 134 struct wl1251_rx_descriptor *desc) in wl1251_rx_body()
|
/openbmc/linux/arch/mips/cavium-octeon/crypto/ |
H A D | octeon-sha1.c | 106 static int octeon_sha1_update(struct shash_desc *desc, const u8 *data, in octeon_sha1_update() 132 static int octeon_sha1_final(struct shash_desc *desc, u8 *out) in octeon_sha1_final() 172 static int octeon_sha1_export(struct shash_desc *desc, void *out) in octeon_sha1_export() 180 static int octeon_sha1_import(struct shash_desc *desc, const void *in) in octeon_sha1_import()
|
/openbmc/linux/drivers/pinctrl/mediatek/ |
H A D | pinctrl-paris.c | 108 const struct mtk_pin_desc *desc; in mtk_pinmux_gpio_request_enable() local 121 const struct mtk_pin_desc *desc; in mtk_pinmux_gpio_set_direction() local 135 const struct mtk_pin_desc *desc; in mtk_pinconf_get() local 262 const struct mtk_pin_desc *desc; in mtk_pinconf_set() local 590 const struct mtk_pin_desc *desc; in mtk_hw_get_value_wrap() local 630 const struct mtk_pin_desc *desc; in mtk_pctrl_show_one_pin() local 753 const struct mtk_pin_desc *desc; in mtk_pmx_set_mux() local 844 const struct mtk_pin_desc *desc; in mtk_gpio_get_direction() local 872 const struct mtk_pin_desc *desc; in mtk_gpio_get() local 890 const struct mtk_pin_desc *desc; in mtk_gpio_set() local [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_common.c | 260 void iavf_debug_aq(struct iavf_hw *hw, enum iavf_debug_mask mask, void *desc, in iavf_debug_aq() 332 struct iavf_aq_desc desc; in iavf_aq_queue_shutdown() local 363 struct iavf_aq_desc desc; in iavf_aq_get_set_rss_lut() local 431 struct iavf_aq_desc desc; in iavf_aq_get_set_rss_key() local 745 struct iavf_aq_desc desc; in iavf_aq_send_msg_to_pf() local
|
/openbmc/linux/net/strparser/ |
H A D | strparser.c | 65 read_descriptor_t *desc) in strp_parser_err() 89 static int __strp_recv(read_descriptor_t *desc, struct sk_buff *orig_skb, in __strp_recv() 321 read_descriptor_t desc; /* Dummy arg to strp_recv */ in strp_process() local 330 static int strp_recv(read_descriptor_t *desc, struct sk_buff *orig_skb, in strp_recv() 348 read_descriptor_t desc; in strp_read_sock() local
|
/openbmc/linux/drivers/scsi/ |
H A D | ses.c | 155 unsigned char *desc) in ses_set_page2_descriptor() 216 unsigned char *desc; in ses_get_fault() local 231 unsigned char desc[4]; in ses_set_fault() local 262 unsigned char *desc; in ses_get_status() local 276 unsigned char *desc; in ses_get_locate() local 291 unsigned char desc[4]; in ses_set_locate() local 322 unsigned char desc[4]; in ses_set_active() local 362 unsigned char *desc; in ses_get_power_status() local 378 unsigned char desc[4]; in ses_set_power_status() local 443 unsigned char *desc, int max_desc_len) in ses_process_descriptor()
|
/openbmc/linux/drivers/dma/idxd/ |
H A D | irq.c | 24 struct idxd_desc *desc; member 76 struct dsa_hw_desc desc = {}; in idxd_int_handle_revoke_drain() local 517 struct idxd_desc *desc = irw->desc; in idxd_int_handle_resubmit_work() local 543 bool idxd_queue_int_handle_resubmit(struct idxd_desc *desc) in idxd_queue_int_handle_resubmit() 561 struct idxd_desc *desc, *t; in irq_process_pending_llist() local 594 struct idxd_desc *desc, *n; in irq_process_work_list() local
|
/openbmc/linux/drivers/crypto/stm32/ |
H A D | stm32-crc32.c | 115 static int stm32_crc_init(struct shash_desc *desc) in stm32_crc_init() 147 static int burst_update(struct shash_desc *desc, const u8 *d8, in burst_update() 217 static int stm32_crc_update(struct shash_desc *desc, const u8 *d8, in stm32_crc_update() 242 static int stm32_crc_final(struct shash_desc *desc, u8 *out) in stm32_crc_final() 254 static int stm32_crc_finup(struct shash_desc *desc, const u8 *data, in stm32_crc_finup() 261 static int stm32_crc_digest(struct shash_desc *desc, const u8 *data, in stm32_crc_digest()
|
/openbmc/linux/include/uapi/linux/usb/ |
H A D | audio.h | 267 static inline __u8 uac_mixer_unit_bNrChannels(struct uac_mixer_unit_descriptor *desc) in uac_mixer_unit_bNrChannels() 272 static inline __u32 uac_mixer_unit_wChannelConfig(struct uac_mixer_unit_descriptor *desc, in uac_mixer_unit_wChannelConfig() 285 static inline __u8 uac_mixer_unit_iChannelNames(struct uac_mixer_unit_descriptor *desc, in uac_mixer_unit_iChannelNames() 293 static inline __u8 *uac_mixer_unit_bmControls(struct uac_mixer_unit_descriptor *desc, in uac_mixer_unit_bmControls() 308 static inline __u16 uac3_mixer_unit_wClusterDescrID(struct uac_mixer_unit_descriptor *desc) in uac3_mixer_unit_wClusterDescrID() 314 static inline __u8 uac_mixer_unit_iMixer(struct uac_mixer_unit_descriptor *desc) in uac_mixer_unit_iMixer() 330 static inline __u8 uac_selector_unit_iSelector(struct uac_selector_unit_descriptor *desc) in uac_selector_unit_iSelector() 347 static inline __u8 uac_feature_unit_iFeature(struct uac_feature_unit_descriptor *desc) in uac_feature_unit_iFeature() 364 static inline __u8 uac_processing_unit_bNrChannels(struct uac_processing_unit_descriptor *desc) in uac_processing_unit_bNrChannels() 369 static inline __u32 uac_processing_unit_wChannelConfig(struct uac_processing_unit_descriptor *desc, in uac_processing_unit_wChannelConfig() [all …]
|