/Linux-v5.15/lib/crypto/ |
D | chacha20poly1305.c | 64 __le64 lens[2]; in __chacha20poly1305_encrypt() member 80 b.lens[0] = cpu_to_le64(ad_len); in __chacha20poly1305_encrypt() 81 b.lens[1] = cpu_to_le64(src_len); in __chacha20poly1305_encrypt() 82 poly1305_update(&poly1305_state, (u8 *)b.lens, sizeof(b.lens)); in __chacha20poly1305_encrypt() 135 __le64 lens[2]; in __chacha20poly1305_decrypt() member 153 b.lens[0] = cpu_to_le64(ad_len); in __chacha20poly1305_decrypt() 154 b.lens[1] = cpu_to_le64(dst_len); in __chacha20poly1305_decrypt() 155 poly1305_update(&poly1305_state, (u8 *)b.lens, sizeof(b.lens)); in __chacha20poly1305_decrypt() 233 __le64 lens[2]; in chacha20poly1305_crypt_sg_inplace() member 300 b.lens[0] = cpu_to_le64(ad_len); in chacha20poly1305_crypt_sg_inplace() [all …]
|
/Linux-v5.15/net/rds/ |
D | connection.c | 535 struct rds_info_lengths *lens, in rds_conn_message_info_cmn() argument 592 lens->nr = total; in rds_conn_message_info_cmn() 594 lens->each = sizeof(struct rds6_info_message); in rds_conn_message_info_cmn() 596 lens->each = sizeof(struct rds_info_message); in rds_conn_message_info_cmn() 601 struct rds_info_lengths *lens, in rds_conn_message_info() argument 604 rds_conn_message_info_cmn(sock, len, iter, lens, want_send, false); in rds_conn_message_info() 610 struct rds_info_lengths *lens, in rds6_conn_message_info() argument 613 rds_conn_message_info_cmn(sock, len, iter, lens, want_send, true); in rds6_conn_message_info() 619 struct rds_info_lengths *lens) in rds_conn_message_info_send() argument 621 rds_conn_message_info(sock, len, iter, lens, 1); in rds_conn_message_info_send() [all …]
|
D | info.c | 162 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()
|
D | af_rds.c | 731 struct rds_info_lengths *lens) in rds_sock_inc_info() argument 763 lens->nr = total; in rds_sock_inc_info() 764 lens->each = sizeof(struct rds_info_message); in rds_sock_inc_info() 770 struct rds_info_lengths *lens) in rds6_sock_inc_info() argument 795 lens->nr = total; in rds6_sock_inc_info() 796 lens->each = sizeof(struct rds6_info_message); in rds6_sock_inc_info() 802 struct rds_info_lengths *lens) in rds_sock_info() argument 834 lens->nr = cnt; in rds_sock_info() 835 lens->each = sizeof(struct rds_info_socket); in rds_sock_info() 843 struct rds_info_lengths *lens) in rds6_sock_info() argument [all …]
|
D | info.h | 13 * These functions must fill in the fields of @lens to reflect the size 20 struct rds_info_lengths *lens);
|
D | stats.c | 113 struct rds_info_lengths *lens) in rds_stats_info() argument 141 lens->each = sizeof(struct rds_info_counter); in rds_stats_info() 142 lens->nr = rds_trans_stats_info_copy(iter, avail) + in rds_stats_info()
|
/Linux-v5.15/lib/zlib_inflate/ |
D | inftrees.c | 13 The code lengths are lens[0..codes-1]. The result starts at *table, 15 lens shorts, which is used as a work area. type is the type of code 16 to be generated, CODES, LENS, or DISTS. On return, zero is success, 23 int zlib_inflate_table(codetype type, unsigned short *lens, unsigned codes, in zlib_inflate_table() argument 63 code lengths are lens[0..codes-1]. Each length corresponds to the in zlib_inflate_table() 75 lens[] are in the range 0..MAXBITS. The caller must assure this. in zlib_inflate_table() 92 /* accumulate lengths for codes (assumes lens[] all in 0..MAXBITS) */ in zlib_inflate_table() 96 count[lens[sym]]++; in zlib_inflate_table() 133 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; in zlib_inflate_table() 155 provided *table space. It is checked when a LENS table is being made in zlib_inflate_table() [all …]
|
D | inftrees.h | 52 LENS, enumerator 56 extern int zlib_inflate_table (codetype type, unsigned short *lens,
|
D | inflate.c | 487 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()
|
/Linux-v5.15/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-camera.rst | 201 Determines auto focus distance range for which lens may be adjusted. 218 - The lens is set to focus on an object at infinite distance. 223 Specify the objective lens focal length as an absolute value. The 228 Specify the objective lens focal length relatively to the current 229 value. Positive values move the zoom lens group towards the 235 Move the objective lens group at the specified speed until it 237 the movement. A positive value moves the zoom lens group towards the 238 telephoto direction. A value of zero stops the zoom lens group 239 movement. A negative value moves the zoom lens group towards the 460 some lens-distortion correction. [all …]
|
/Linux-v5.15/fs/ntfs3/lib/ |
D | decompress_common.c | 69 * the 'lens' array and use the decoded symbol as an index into it. 84 * 'lens' array. Must be less than or equal to 2048. 90 * @lens: 98 * All entries in 'lens' must be less than or equal to this value. 109 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()
|
D | xpress_decompress.c | 27 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()
|
/Linux-v5.15/Documentation/devicetree/bindings/media/i2c/ |
D | ak7375.txt | 1 Asahi Kasei Microdevices AK7375 voice coil lens driver 3 AK7375 is a camera voice coil lens.
|
D | sony,imx214.yaml | 51 lens-focus: true 110 lens-focus = <&ad5820>;
|
D | dongwoon,dw9768.yaml | 8 title: Dongwoon Anatech DW9768 Voice Coil Motor (VCM) Lens Device Tree Bindings 87 dw9768: camera-lens@c {
|
D | mipi-ccs.yaml | 64 lens-focus: 65 description: Lens focus controller phandles. See ../video-interfaces.txt
|
/Linux-v5.15/Documentation/devicetree/bindings/media/ |
D | video-interface-devices.yaml | 20 lens-focus: 23 A phandle to the node of the focus lens controller. 90 camera module's lens optical inversion effect. 92 Assuming the above represented scene of the swimming shark, the lens 230 The camera is typically mounted upside-down to compensate the lens optical 264 If the camera sensor is not mounted upside-down to compensate for the lens 323 the lens optical inversion effect:
|
/Linux-v5.15/drivers/media/i2c/ |
D | dw9714.c | 19 * This acts as the minimum granularity of lens movement. 21 * uniformly adjusted for gradual lens movement, with desired 183 * The lens position is gradually moved in units of DW9714_CTRL_STEPS, 207 * The lens position is gradually moved in units of DW9714_CTRL_STEPS,
|
D | ak7375.c | 19 * This acts as the minimum granularity of lens movement. 21 * uniformly adjusted for gradual lens movement, with desired 186 * The lens position is gradually moved in units of AK7375_CTRL_STEPS, 221 * The lens position is gradually moved in units of AK7375_CTRL_STEPS,
|
D | Kconfig | 1394 menu "Lens drivers" 1398 tristate "AD5820 lens voice coil support" 1403 This is a driver for the AD5820 camera lens voice coil. 1407 tristate "AK7375 lens voice coil support" 1413 This is a driver for the AK7375 camera lens voice coil. 1419 tristate "DW9714 lens voice coil support" 1425 This is a driver for the DW9714 camera lens voice coil. 1431 tristate "DW9768 lens voice coil support" 1437 This is a driver for the DW9768 camera lens voice coil. 1443 tristate "DW9807 lens voice coil support" [all …]
|
D | dw9807-vcm.c | 20 * This acts as the minimum granularity of lens movement. 22 * uniformly adjusted for gradual lens movement, with desired 233 * The lens position is gradually moved in units of DW9807_CTRL_STEPS, 265 * The lens position is gradually moved in units of DW9807_CTRL_STEPS,
|
D | ov772x.c | 109 #define LCC0 0x46 /* Lens correction control 0 */ 110 #define LCC1 0x47 /* Lens correction option 1 - X coordinate */ 111 #define LCC2 0x48 /* Lens correction option 2 - Y coordinate */ 112 #define LCC3 0x49 /* Lens correction option 3 */ 113 #define LCC4 0x4A /* Lens correction option 4 - radius of the circular */ 114 #define LCC5 0x4B /* Lens correction option 5 */ 115 #define LCC6 0x4C /* Lens correction option 6 */ 117 #define LC_CTR 0x46 /* Lens correction control */ 118 #define LC_XC 0x47 /* X coordinate of lens correction center relative */ 119 #define LC_YC 0x48 /* Y coordinate of lens correction center relative */ [all …]
|
/Linux-v5.15/drivers/staging/media/atomisp/pci/isp/kernels/sc/sc_1.0/ |
D | ia_css_sc_types.h | 20 * CSS-API header file for Lens Shading Correction (SC) parameters. 36 /* Lens Shading Correction table. 39 * introduced by lens imperfections. To correct artefacts,
|
/Linux-v5.15/drivers/net/ppp/ |
D | bsd_comp.c | 159 unsigned short *lens; /* array of lengths of codes */ member 340 vfree(db->lens); in bsd_free() 341 db->lens = NULL; in bsd_free() 421 db->lens = NULL; in bsd_alloc() 428 db->lens = vmalloc(array_size(sizeof(db->lens[0]), (maxmaxcode + 1))); in bsd_alloc() 429 if (!db->lens) in bsd_alloc() 472 || (decomp && db->lens == NULL)) in bsd_init() 482 db->lens[indx] = 1; in bsd_init() 524 #define lens_ptrx(p,idx) &(p->lens[idx]) 729 if (db->lens) in bsd_compress()
|
/Linux-v5.15/drivers/tty/ |
D | moxa.c | 735 u16 lens[5]; in moxa_load_fw() local 748 BUILD_BUG_ON(ARRAY_SIZE(hdr->len) != ARRAY_SIZE(lens)); in moxa_load_fw() 769 for (a = 0; a < ARRAY_SIZE(lens); a++) { in moxa_load_fw() 770 lens[a] = le16_to_cpu(hdr->len[a]); in moxa_load_fw() 771 if (lens[a] && len + lens[a] <= fw->size && in moxa_load_fw() 775 if (!lens[a] && a < lencnt) { in moxa_load_fw() 779 len += lens[a]; in moxa_load_fw() 793 ret = moxa_load_bios(brd, ptr, lens[lenp]); in moxa_load_fw() 797 /* we skip the tty section (lens[1]), since we don't need it */ in moxa_load_fw() 798 ptr += lens[lenp] + lens[lenp + 1]; in moxa_load_fw() [all …]
|