Home
last modified time | relevance | path

Searched refs:lens (Results 1 – 25 of 36) sorted by relevance

12

/linux/lib/crypto/
H A Dchacha20poly1305.c63 __le64 lens[2]; in __chacha20poly1305_encrypt() member
79 b.lens[0] = cpu_to_le64(ad_len); in __chacha20poly1305_encrypt()
80 b.lens[1] = cpu_to_le64(src_len); in __chacha20poly1305_encrypt()
81 poly1305_update(&poly1305_state, (u8 *)b.lens, sizeof(b.lens)); in __chacha20poly1305_encrypt()
137 __le64 lens[2]; in __chacha20poly1305_decrypt() member
155 b.lens[0] = cpu_to_le64(ad_len); in __chacha20poly1305_decrypt()
156 b.lens[1] = cpu_to_le64(dst_len); in __chacha20poly1305_decrypt()
157 poly1305_update(&poly1305_state, (u8 *)b.lens, sizeof(b.lens)); in __chacha20poly1305_decrypt()
235 __le64 lens[2]; in chacha20poly1305_crypt_sg_inplace() member
302 b.lens[0] = cpu_to_le64(ad_len); in chacha20poly1305_crypt_sg_inplace()
[all …]
/linux/net/rds/
H A Dinfo.c162 struct rds_info_lengths lens; in rds_info_getsockopt() local
218 func(sock, len, &iter, &lens); in rds_info_getsockopt()
219 BUG_ON(lens.each == 0); in rds_info_getsockopt()
221 total = lens.nr * lens.each; in rds_info_getsockopt()
230 ret = lens.each; in rds_info_getsockopt()
H A Dstats.c112 struct rds_info_lengths *lens) in rds_stats_info() argument
140 lens->each = sizeof(struct rds_info_counter); in rds_stats_info()
141 lens->nr = rds_trans_stats_info_copy(iter, avail) + in rds_stats_info()
H A Dtcp.c234 struct rds_info_lengths *lens) in rds_tcp_tc_info() argument
267 lens->nr = rds_tcp_tc_count; in rds_tcp_tc_info()
268 lens->each = sizeof(tsinfo); in rds_tcp_tc_info()
280 struct rds_info_lengths *lens) in rds6_tcp_tc_info() argument
310 lens->nr = rds6_tcp_tc_count; in rds6_tcp_tc_info()
311 lens->each = sizeof(tsinfo6); in rds6_tcp_tc_info()
H A Dib.c371 struct rds_info_lengths *lens) in rds_ib_ic_info() argument
375 rds_for_each_conn_info(sock, len, iter, lens, in rds_ib_ic_info()
385 struct rds_info_lengths *lens) in rds6_ib_ic_info() argument
389 rds_for_each_conn_info(sock, len, iter, lens, in rds6_ib_ic_info()
H A Dinfo.h20 struct rds_info_lengths *lens);
/linux/fs/ntfs3/lib/
H A Dxpress_decompress.c27 u8 lens[XPRESS_NUM_SYMBOLS]; member
73 d->lens[i*2 + 0] = in_begin[i] & 0xF; in xpress_decompress()
74 d->lens[i*2 + 1] = in_begin[i] >> 4; in xpress_decompress()
79 XPRESS_TABLEBITS, d->lens, in xpress_decompress()
H A Ddecompress_common.c109 const u32 table_bits, const u8 lens[], in make_huffman_decode_table() argument
133 len_counts[lens[sym]]++; in make_huffman_decode_table()
190 if (lens[sym]) in make_huffman_decode_table()
191 sorted_syms[offsets[lens[sym]]++] = sym; in make_huffman_decode_table()
H A Dlzx_decompress.c256 u8 *lens, u32 num_lens) in lzx_read_codeword_lens() argument
258 u8 *len_ptr = lens; in lzx_read_codeword_lens()
259 u8 *lens_end = lens + num_lens; in lzx_read_codeword_lens()
/linux/lib/zlib_inflate/
H A Dinftrees.c23 int zlib_inflate_table(codetype type, unsigned short *lens, unsigned codes, in zlib_inflate_table() argument
96 count[lens[sym]]++; in zlib_inflate_table()
133 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; in zlib_inflate_table()
242 len = lens[work[sym]]; in zlib_inflate_table()
H A Dinflate.c487 state->lens[order[state->have++]] = (unsigned short)BITS(3); in zlib_inflate()
491 state->lens[order[state->have++]] = 0; in zlib_inflate()
495 ret = zlib_inflate_table(CODES, state->lens, 19, &(state->next), in zlib_inflate()
515 state->lens[state->have++] = this.val; in zlib_inflate()
526 len = state->lens[state->have - 1]; in zlib_inflate()
550 state->lens[state->have++] = (unsigned short)len; in zlib_inflate()
561 ret = zlib_inflate_table(LENS, state->lens, state->nlen, &(state->next), in zlib_inflate()
570 ret = zlib_inflate_table(DISTS, state->lens + state->nlen, state->ndist, in zlib_inflate()
H A Dinftrees.h56 extern int zlib_inflate_table (codetype type, unsigned short *lens,
H A Dinflate.h109 unsigned short lens[320]; /* temporary storage for code lengths */ member
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-controller-model.rst39 fact that a particular camera sensor and lens controller form a single
40 physical module, meaning this lens controller drives the lens for this
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_tx.c81 const unsigned int *lens, in fun_write_gl() argument
91 fun_dataop_gl_init(gle, 0, 0, lens[i], addrs[i]); in fun_write_gl()
96 fun_dataop_gl_init(gle, 0, 0, lens[i], addrs[i]); in fun_write_gl()
155 unsigned int lens[MAX_SKB_FRAGS + 1]; in write_pkt_desc() local
166 skb_headlen(skb), addrs, lens))) { in write_pkt_desc()
277 gle = fun_write_gl(q, req, addrs, lens, ngle); in write_pkt_desc()
518 unsigned int lens[MAX_SKB_FRAGS + 1]; in fun_xdp_tx() local
540 lens))) { in fun_xdp_tx()
556 fun_write_gl(q, req, dma, lens, nfrags); in fun_xdp_tx()
/linux/Documentation/userspace-api/media/drivers/
H A Dthp7312.rst28 connected to the THP7312. If the module doesn't have a focus lens actuator,
30 controllable focus lens but the sensor doesn't support PDAF, only the
/linux/drivers/tty/
H A Dmoxa.c864 u16 lens[5]; in moxa_load_fw() local
877 BUILD_BUG_ON(ARRAY_SIZE(hdr->len) != ARRAY_SIZE(lens)); in moxa_load_fw()
898 for (a = 0; a < ARRAY_SIZE(lens); a++) { in moxa_load_fw()
899 lens[a] = le16_to_cpu(hdr->len[a]); in moxa_load_fw()
900 if (lens[a] && len + lens[a] <= fw->size && in moxa_load_fw()
904 if (!lens[a] && a < lencnt) { in moxa_load_fw()
908 len += lens[a]; in moxa_load_fw()
922 ret = moxa_load_bios(brd, ptr, lens[lenp]); in moxa_load_fw()
927 ptr += lens[lenp] + lens[lenp + 1]; in moxa_load_fw()
931 ret = moxa_load_320b(brd, ptr, lens[lenp]); in moxa_load_fw()
[all …]
/linux/Documentation/admin-guide/media/
H A Dvimc.rst56 vimc-lens:
57 Ancillary lens for a sensor. Supports auto focus control. Linked to
58 a vimc-sensor using an ancillary link. The lens supports FOCUS_ABSOLUTE
H A Domap3isp.rst31 Sensor, lens and flash drivers using the v4l2_subdev interface in the kernel
/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-camera.rst202 Determines auto focus distance range for which lens may be adjusted.
219 - The lens is set to focus on an object at infinite distance.
224 Specify the objective lens focal length as an absolute value. The
229 Specify the objective lens focal length relatively to the current
230 value. Positive values move the zoom lens group towards the
236 Move the objective lens group at the specified speed until it
238 the movement. A positive value moves the zoom lens group towards the
239 telephoto direction. A value of zero stops the zoom lens group
240 movement. A negative value moves the zoom lens group towards the
461 some lens-distortion correction.
[all …]
/linux/drivers/media/test-drivers/vimc/
H A DMakefile3 vimc-debayer.o vimc-scaler.o vimc-sensor.o vimc-lens.o
/linux/Documentation/driver-api/media/drivers/
H A Drkisp1.rst33 - The module for lens shading correction got changed
/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c715 u32 lens, lene; in get_distance_from_watchpoint() local
719 lens = __ffs(ctrl->len); in get_distance_from_watchpoint()
722 wp_low = val + lens; in get_distance_from_watchpoint()
/linux/arch/arm/kernel/
H A Dhw_breakpoint.c706 u32 lens, lene; in get_distance_from_watchpoint() local
708 lens = __ffs(ctrl->len); in get_distance_from_watchpoint()
711 wp_low = val + lens; in get_distance_from_watchpoint()
/linux/tools/testing/selftests/bpf/
H A Dveristat.c123 int lens[ALL_STATS_CNT * 3]; /* 3x for comparison mode */ member
2452 len = env.output_spec.lens[i]; in prepare_value()
2468 int *max_len = &env.output_spec.lens[i]; in prepare_value()
2546 int *max_len = &env.output_spec.lens[i], len; in parse_stat_value()
2792 int len = env.output_spec.lens[3 * i + j];
2815 int *max_len = &env.output_spec.lens[3 * i + j]; in output_comp_stats()
2857 int *max_len_base = &env.output_spec.lens[3 * i + 0]; in output_comp_stats()
2858 int *max_len_comp = &env.output_spec.lens[3 * i + 1]; in output_comp_stats()
2859 int *max_len_diff = &env.output_spec.lens[3 * i + 2]; in output_comp_stats()

12