Searched refs:le32_to_cpu_array (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/linux/byteorder/
H A Dgeneric.h160 static inline void le32_to_cpu_array(u32 *buf, unsigned int words) function
/linux-master/lib/crypto/
H A Dblake2s-generic.c56 le32_to_cpu_array(m, ARRAY_SIZE(m));
/linux-master/scripts/mod/
H A Dsumversion.c72 static inline void le32_to_cpu_array(uint32_t *buf, unsigned int words) function
156 le32_to_cpu_array(ctx->block, ARRAY_SIZE(ctx->block));
216 le32_to_cpu_array(mctx->block, (sizeof(mctx->block) -
/linux-master/arch/sparc/crypto/
H A Dmd5_glue.c40 le32_to_cpu_array(mctx->hash, 4);
/linux-master/crypto/
H A Dmd4.c135 le32_to_cpu_array(ctx->block, ARRAY_SIZE(ctx->block));
202 le32_to_cpu_array(mctx->block, (sizeof(mctx->block) -
H A Dmd5.c125 le32_to_cpu_array(ctx->block, sizeof(ctx->block) / sizeof(u32));
192 le32_to_cpu_array(mctx->block, (sizeof(mctx->block) -
/linux-master/fs/smb/common/
H A Dcifs_md4.c122 le32_to_cpu_array(ctx->block, ARRAY_SIZE(ctx->block));
188 le32_to_cpu_array(mctx->block, (sizeof(mctx->block) -
/linux-master/drivers/mtd/spi-nor/
H A Dsfdp.c461 le32_to_cpu_array(bfpt.dwords, BFPT_DWORD_MAX);
943 le32_to_cpu_array(smpt, smpt_header->length);
1024 le32_to_cpu_array(dwords, SFDP_4BAIT_DWORD_MAX);
1175 le32_to_cpu_array(dwords, profile1_header->length);
1263 le32_to_cpu_array(dwords, sccr_header->length);
1315 le32_to_cpu_array(dwords, sccr_mc_header->length);
/linux-master/sound/usb/
H A Dmidi2.c203 le32_to_cpu_array((u32 *)urb->transfer_buffer, len >> 2);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_fw_funcs.c1238 le32_to_cpu_array(data_cpu, len_in_dwords);
/linux-master/drivers/usb/gadget/function/
H A Df_midi2.c688 le32_to_cpu_array((u32 *)req->buf, req->actual >> 2);

Completed in 315 milliseconds