Searched refs:bytes (Results 126 - 150 of 1671) sorted by relevance

1234567891011>>

/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-omnitek.h25 u32 bytes; member in struct:sg_dma_descriptor
44 void *descriptor_list_allocate(struct sg_dma_desc_info *desc, size_t bytes);
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css_struct.h44 void *(*malloc)(size_t bytes, bool zero_mem);
49 void *(*malloc_ex)(size_t bytes, bool zero_mem, const char *caller_func,
H A Dia_css_env.h41 * This is never expected to allocate more than one page of memory (4K bytes).
70 void (*store)(hrt_address addr, const void *data, uint32_t bytes);
71 /** Store a number of bytes into a byte-aligned address in the CSS HW address space. */
72 void (*load)(hrt_address addr, void *data, uint32_t bytes);
73 /** Load a number of bytes from a byte-aligned address in the CSS HW address space. */
/linux-master/arch/x86/include/asm/
H A Dxor_avx.h29 static void xor_avx_2(unsigned long bytes, unsigned long * __restrict p0, argument
32 unsigned long lines = bytes >> 9;
56 static void xor_avx_3(unsigned long bytes, unsigned long * __restrict p0, argument
60 unsigned long lines = bytes >> 9;
87 static void xor_avx_4(unsigned long bytes, unsigned long * __restrict p0, argument
92 unsigned long lines = bytes >> 9;
122 static void xor_avx_5(unsigned long bytes, unsigned long * __restrict p0, argument
128 unsigned long lines = bytes >> 9;
/linux-master/arch/powerpc/lib/
H A Dxor_vmx.c52 void __xor_altivec_2(unsigned long bytes, argument
58 unsigned long lines = bytes / (sizeof(unative_t)) / 4;
71 void __xor_altivec_3(unsigned long bytes, argument
79 unsigned long lines = bytes / (sizeof(unative_t)) / 4;
95 void __xor_altivec_4(unsigned long bytes, argument
105 unsigned long lines = bytes / (sizeof(unative_t)) / 4;
124 void __xor_altivec_5(unsigned long bytes, argument
136 unsigned long lines = bytes / (sizeof(unative_t)) / 4;
/linux-master/include/asm-generic/
H A Dxor.h11 xor_8regs_2(unsigned long bytes, unsigned long * __restrict p1, argument
14 long lines = bytes / (sizeof (long)) / 8;
31 xor_8regs_3(unsigned long bytes, unsigned long * __restrict p1, argument
35 long lines = bytes / (sizeof (long)) / 8;
53 xor_8regs_4(unsigned long bytes, unsigned long * __restrict p1, argument
58 long lines = bytes / (sizeof (long)) / 8;
77 xor_8regs_5(unsigned long bytes, unsigned long * __restrict p1, argument
83 long lines = bytes / (sizeof (long)) / 8;
103 xor_32regs_2(unsigned long bytes, unsigned long * __restrict p1, argument
106 long lines = bytes / (sizeo
140 xor_32regs_3(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3) argument
187 xor_32regs_4(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4) argument
244 xor_32regs_5(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4, const unsigned long * __restrict p5) argument
311 xor_8regs_p_2(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2) argument
338 xor_8regs_p_3(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3) argument
369 xor_8regs_p_4(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4) argument
405 xor_8regs_p_5(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4, const unsigned long * __restrict p5) argument
445 xor_32regs_p_2(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2) argument
491 xor_32regs_p_3(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3) argument
549 xor_32regs_p_4(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4) argument
619 xor_32regs_p_5(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4, const unsigned long * __restrict p5) argument
[all...]
/linux-master/arch/arm64/crypto/
H A Dpolyval-ce-glue.c41 u32 bytes; member in struct:polyval_desc_ctx
110 if (dctx->bytes) {
111 n = min(srclen, dctx->bytes);
112 pos = dctx->buffer + POLYVAL_BLOCK_SIZE - dctx->bytes;
114 dctx->bytes -= n;
120 if (!dctx->bytes)
126 /* allow rescheduling every 4K bytes */
134 dctx->bytes = POLYVAL_BLOCK_SIZE - srclen;
148 if (dctx->bytes) {
/linux-master/crypto/
H A Dpolyval-generic.c66 u32 bytes; member in struct:polyval_desc_ctx
161 if (dctx->bytes) {
162 n = min(srclen, dctx->bytes);
163 pos = dctx->buffer + dctx->bytes - 1;
165 dctx->bytes -= n;
171 if (!dctx->bytes)
184 dctx->bytes = POLYVAL_BLOCK_SIZE - srclen;
198 if (dctx->bytes)
/linux-master/arch/x86/crypto/
H A Dpolyval-clmulni_glue.c45 u32 bytes; member in struct:polyval_desc_ctx
119 if (dctx->bytes) {
120 n = min(srclen, dctx->bytes);
121 pos = dctx->buffer + POLYVAL_BLOCK_SIZE - dctx->bytes;
123 dctx->bytes -= n;
129 if (!dctx->bytes)
135 /* Allow rescheduling every 4K bytes. */
143 dctx->bytes = POLYVAL_BLOCK_SIZE - srclen;
157 if (dctx->bytes) {
H A Daegis128-aesni-glue.c48 u8 bytes[AEGIS128_BLOCK_SIZE] __aligned(AEGIS128_BLOCK_ALIGN);
87 memcpy(buf.bytes + pos, src, fill);
90 buf.bytes);
102 memcpy(buf.bytes + pos, src, left);
112 memset(buf.bytes + pos, 0, AEGIS128_BLOCK_SIZE - pos);
113 crypto_aegis128_aesni_ad(state, AEGIS128_BLOCK_SIZE, buf.bytes);
150 memcpy(ctx->key.bytes, key, AEGIS128_KEY_SIZE);
179 crypto_aegis128_aesni_init(&state, ctx->key.bytes, req->iv);
202 scatterwalk_map_and_copy(tag.bytes, req->dst,
222 scatterwalk_map_and_copy(tag.bytes, re
[all...]
/linux-master/fs/xfs/
H A Dxfs_itable.h32 size_t bytes)
36 breq->ubuffer = b + bytes;
30 xfs_ibulk_advance( struct xfs_ibulk *breq, size_t bytes) argument
/linux-master/fs/nfs/
H A Diostat.h19 unsigned long long bytes[__NFSIOS_BYTESMAX]; member in struct:nfs_iostats
39 this_cpu_add(server->io_stats->bytes[stat], addend);
/linux-master/sound/soc/codecs/
H A Dcs35l56-sdw.c47 unsigned int reg, bytes; local
57 bytes = SDW_REG_NO_PAGE - (reg & SDW_REGADDR); /* to end of page */
58 if (bytes > val_size)
59 bytes = val_size;
61 ret = sdw_nread_no_pm(peripheral, reg, bytes, buf8);
64 reg, reg + bytes - 1, ret);
68 swab32_array((u32 *)buf8, bytes / 4);
69 val_size -= bytes;
70 reg += bytes;
71 buf8 += bytes;
107 unsigned int reg, bytes; local
[all...]
/linux-master/drivers/usb/serial/
H A Dezusb_convert.pl26 my(@bytes) = unpack("C*", pack("H".(2*$len), $reststring));
27 #pop(@bytes); # last byte is a CRC
28 push(@records, [$addr, \@bytes]);
/linux-master/net/rds/
H A Dinfo.h27 unsigned long bytes);
/linux-master/lib/raid6/
H A Dsse1.c40 static void raid6_sse11_gen_syndrome(int disks, size_t bytes, void **ptrs) argument
55 for ( d = 0 ; d < bytes ; d += 8 ) {
99 static void raid6_sse12_gen_syndrome(int disks, size_t bytes, void **ptrs) argument
115 /* We uniformly assume a single prefetch covers at least 16 bytes */
116 for ( d = 0 ; d < bytes ; d += 16 ) {
H A Dsse2.c36 static void raid6_sse21_gen_syndrome(int disks, size_t bytes, void **ptrs) argument
51 for ( d = 0 ; d < bytes ; d += 16 ) {
88 size_t bytes, void **ptrs)
102 for ( d = 0 ; d < bytes ; d += 16 ) {
146 static void raid6_sse22_gen_syndrome(int disks, size_t bytes, void **ptrs) argument
162 /* We uniformly assume a single prefetch covers at least 32 bytes */
163 for ( d = 0 ; d < bytes ; d += 32 ) {
199 size_t bytes, void **ptrs)
213 for ( d = 0 ; d < bytes ; d += 32 ) {
278 static void raid6_sse24_gen_syndrome(int disks, size_t bytes, voi argument
87 raid6_sse21_xor_syndrome(int disks, int start, int stop, size_t bytes, void **ptrs) argument
198 raid6_sse22_xor_syndrome(int disks, int start, int stop, size_t bytes, void **ptrs) argument
364 raid6_sse24_xor_syndrome(int disks, int start, int stop, size_t bytes, void **ptrs) argument
[all...]
H A Davx2.c34 static void raid6_avx21_gen_syndrome(int disks, size_t bytes, void **ptrs) argument
49 for (d = 0; d < bytes; d += 32) {
83 size_t bytes, void **ptrs)
97 for (d = 0 ; d < bytes ; d += 32) {
141 static void raid6_avx22_gen_syndrome(int disks, size_t bytes, void **ptrs) argument
156 /* We uniformly assume a single prefetch covers at least 32 bytes */
157 for (d = 0; d < bytes; d += 64) {
193 size_t bytes, void **ptrs)
207 for (d = 0 ; d < bytes ; d += 64) {
273 static void raid6_avx24_gen_syndrome(int disks, size_t bytes, voi argument
82 raid6_avx21_xor_syndrome(int disks, int start, int stop, size_t bytes, void **ptrs) argument
192 raid6_avx22_xor_syndrome(int disks, int start, int stop, size_t bytes, void **ptrs) argument
353 raid6_avx24_xor_syndrome(int disks, int start, int stop, size_t bytes, void **ptrs) argument
[all...]
/linux-master/include/sound/
H A Di2c.h33 int (*sendbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count);
34 int (*readbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count);
84 int snd_i2c_sendbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);
85 int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);
/linux-master/include/linux/platform_data/
H A Dcros_ec_chardev.h22 * @bytes: Number of bytes to read. Zero means "read a string" (including '\0')
23 * At most only EC_MEMMAP_SIZE bytes can be read.
24 * @buffer: Where to store the result. The ioctl returns the number of bytes
29 uint32_t bytes; member in struct:cros_ec_readmem
/linux-master/tools/testing/selftests/net/forwarding/
H A Dsch_ets.sh43 qdisc_parent_stats_get $swp2 10:$((stream + 1)) .bytes
/linux-master/sound/soc/intel/common/
H A Dsst-dsp.h54 void sst_dsp_inbox_write(struct sst_dsp *sst, void *message, size_t bytes);
55 void sst_dsp_inbox_read(struct sst_dsp *sst, void *message, size_t bytes);
56 void sst_dsp_outbox_write(struct sst_dsp *sst, void *message, size_t bytes);
57 void sst_dsp_outbox_read(struct sst_dsp *sst, void *message, size_t bytes);
/linux-master/arch/arm/crypto/
H A Dchacha-glue.c30 asmlinkage void chacha_doarm(u8 *dst, const u8 *src, unsigned int bytes,
41 unsigned int bytes, int nrounds)
45 while (bytes > CHACHA_BLOCK_SIZE) {
46 unsigned int l = min(bytes, CHACHA_BLOCK_SIZE * 4U);
49 bytes -= l;
54 if (bytes) {
58 if (bytes != CHACHA_BLOCK_SIZE)
59 s = d = memcpy(buf, src, bytes);
62 memcpy(dst, buf, bytes);
85 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, argument
40 chacha_doneon(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, int nrounds) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_irq_handler.c70 &hpd_irq_dpcd_data->bytes.lane01_status.raw,
88 (!hpd_irq_dpcd_data->bytes.lane_status_updated.bits.EQ_INTERLANE_ALIGN_DONE_128b_132b ||
89 !hpd_irq_dpcd_data->bytes.lane_status_updated.bits.CDS_INTERLANE_ALIGN_DONE_128b_132b)) {
91 } else if (!hpd_irq_dpcd_data->bytes.lane_status_updated.bits.INTERLANE_ALIGN_DONE) {
292 irq_data->bytes.lane_status_updated.bits.EQ_INTERLANE_ALIGN_DONE_128b_132b =
294 irq_data->bytes.lane_status_updated.bits.CDS_INTERLANE_ALIGN_DONE_128b_132b =
305 /* The HW reads 16 bytes from 200h on HPD,
308 * fail, so we now explicitly read 6 bytes which is
320 /* Read 14 bytes in a single read and then copy only the required fields.
334 irq_data->bytes
[all...]
/linux-master/crypto/async_tx/
H A Dasync_raid6_recov.c153 __2data_recov_4(int disks, size_t bytes, int faila, int failb, argument
187 tx = async_sum_product(b, b_off, srcs, src_offs, coef, bytes, submit);
196 tx = async_xor_offs(a, a_off, srcs, src_offs, 2, bytes, submit);
203 __2data_recov_5(int disks, size_t bytes, int faila, int failb, argument
248 tx = async_memcpy(dp, g, dp_off, g_off, bytes, submit);
251 raid6_gfexp[good], bytes, submit);
260 tx = async_xor_offs(dp, dp_off, srcs, src_offs, 2, bytes, submit);
269 tx = async_xor_offs(dq, dq_off, srcs, src_offs, 2, bytes, submit);
279 tx = async_sum_product(dq, dq_off, srcs, src_offs, coef, bytes, submit);
288 tx = async_xor_offs(dp, dp_off, srcs, src_offs, 2, bytes, submi
294 __2data_recov_n(int disks, size_t bytes, int faila, int failb, struct page **blocks, unsigned int *offs, struct async_submit_ctl *submit) argument
393 async_raid6_2data_recov(int disks, size_t bytes, int faila, int failb, struct page **blocks, unsigned int *offs, struct async_submit_ctl *submit) argument
471 async_raid6_datap_recov(int disks, size_t bytes, int faila, struct page **blocks, unsigned int *offs, struct async_submit_ctl *submit) argument
[all...]

Completed in 297 milliseconds

1234567891011>>