/Linux-v5.4/net/rds/ |
D | connection.c | 524 struct rds_info_lengths *lens, in rds_conn_message_info_cmn() argument 581 lens->nr = total; in rds_conn_message_info_cmn() 583 lens->each = sizeof(struct rds6_info_message); in rds_conn_message_info_cmn() 585 lens->each = sizeof(struct rds_info_message); in rds_conn_message_info_cmn() 590 struct rds_info_lengths *lens, in rds_conn_message_info() argument 593 rds_conn_message_info_cmn(sock, len, iter, lens, want_send, false); in rds_conn_message_info() 599 struct rds_info_lengths *lens, in rds6_conn_message_info() argument 602 rds_conn_message_info_cmn(sock, len, iter, lens, want_send, true); in rds6_conn_message_info() 608 struct rds_info_lengths *lens) in rds_conn_message_info_send() argument 610 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 219 func(sock, len, &iter, &lens); in rds_info_getsockopt() 220 BUG_ON(lens.each == 0); in rds_info_getsockopt() 222 total = lens.nr * lens.each; in rds_info_getsockopt() 231 ret = lens.each; in rds_info_getsockopt()
|
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()
|
D | af_rds.c | 733 struct rds_info_lengths *lens) in rds_sock_inc_info() argument 765 lens->nr = total; in rds_sock_inc_info() 766 lens->each = sizeof(struct rds_info_message); in rds_sock_inc_info() 772 struct rds_info_lengths *lens) in rds6_sock_inc_info() argument 797 lens->nr = total; in rds6_sock_inc_info() 798 lens->each = sizeof(struct rds6_info_message); in rds6_sock_inc_info() 804 struct rds_info_lengths *lens) in rds_sock_info() argument 836 lens->nr = cnt; in rds_sock_info() 837 lens->each = sizeof(struct rds_info_socket); in rds_sock_info() 845 struct rds_info_lengths *lens) in rds6_sock_info() argument [all …]
|
D | tcp.c | 243 struct rds_info_lengths *lens) in rds_tcp_tc_info() argument 276 lens->nr = rds_tcp_tc_count; in rds_tcp_tc_info() 277 lens->each = sizeof(tsinfo); in rds_tcp_tc_info() 289 struct rds_info_lengths *lens) in rds6_tcp_tc_info() argument 319 lens->nr = rds6_tcp_tc_count; in rds6_tcp_tc_info() 320 lens->each = sizeof(tsinfo6); in rds6_tcp_tc_info()
|
D | info.h | 20 struct rds_info_lengths *lens);
|
D | ib.c | 367 struct rds_info_lengths *lens) in rds_ib_ic_info() argument 371 rds_for_each_conn_info(sock, len, iter, lens, in rds_ib_ic_info() 381 struct rds_info_lengths *lens) in rds6_ib_ic_info() argument 385 rds_for_each_conn_info(sock, len, iter, lens, in rds6_ib_ic_info()
|
/Linux-v5.4/lib/zlib_inflate/ |
D | inftrees.c | 23 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()
|
D | inflate.c | 472 state->lens[order[state->have++]] = (unsigned short)BITS(3); in zlib_inflate() 476 state->lens[order[state->have++]] = 0; in zlib_inflate() 480 ret = zlib_inflate_table(CODES, state->lens, 19, &(state->next), in zlib_inflate() 500 state->lens[state->have++] = this.val; in zlib_inflate() 511 len = state->lens[state->have - 1]; in zlib_inflate() 535 state->lens[state->have++] = (unsigned short)len; in zlib_inflate() 546 ret = zlib_inflate_table(LENS, state->lens, state->nlen, &(state->next), in zlib_inflate() 555 ret = zlib_inflate_table(DISTS, state->lens + state->nlen, state->ndist, in zlib_inflate()
|
D | inftrees.h | 56 extern int zlib_inflate_table (codetype type, unsigned short *lens,
|
D | inflate.h | 107 unsigned short lens[320]; /* temporary storage for code lengths */ member
|
/Linux-v5.4/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.txt | 23 - lens-focus: See ../video-interfaces.txt 42 lens-focus = <&ad5820>;
|
D | dongwoon,dw9807-vcm.txt | 1 Dongwoon Anatech DW9807 voice coil lens driver
|
D | dongwoon,dw9714.txt | 1 Dongwoon Anatech DW9714 camera voice coil lens driver
|
D | toshiba,et8ek8.txt | 27 - lens-focus: See ../video-interfaces.txt
|
D | nokia,smia.txt | 34 - lens-focus: See ../video-interfaces.txt
|
/Linux-v5.4/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.4/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() 798 ptr += lens[lenp] + lens[lenp + 1]; in moxa_load_fw() 802 ret = moxa_load_320b(brd, ptr, lens[lenp]); in moxa_load_fw() [all …]
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | ext-ctrls-camera.rst | 207 Determines auto focus distance range for which lens may be adjusted. 224 - The lens is set to focus on an object at infinite distance. 229 Specify the objective lens focal length as an absolute value. The 234 Specify the objective lens focal length relatively to the current 235 value. Positive values move the zoom lens group towards the 241 Move the objective lens group at the specified speed until it 243 the movement. A positive value moves the zoom lens group towards the 244 telephoto direction. A value of zero stops the zoom lens group 245 movement. A negative value moves the zoom lens group towards the 464 some lens-distortion correction.
|
/Linux-v5.4/sound/usb/usx2y/ |
D | usx2yhwdeppcm.c | 54 int i, lens = 0, hwptr_done = subs->hwptr_done; in usX2Y_usbpcm_urb_capt_retire() local 68 lens += urb->iso_frame_desc[i].actual_length / usX2Y->stride; in usX2Y_usbpcm_urb_capt_retire() 70 if ((hwptr_done += lens) >= runtime->buffer_size) in usX2Y_usbpcm_urb_capt_retire() 73 subs->transfer_done += lens; in usX2Y_usbpcm_urb_capt_retire()
|
/Linux-v5.4/arch/arm64/kernel/ |
D | hw_breakpoint.c | 716 u32 lens, lene; in get_distance_from_watchpoint() local 720 lens = __ffs(ctrl->len); in get_distance_from_watchpoint() 723 wp_low = val + lens; in get_distance_from_watchpoint()
|
/Linux-v5.4/tools/bpf/bpftool/ |
D | prog.c | 560 __u32 *lens; in do_dump() local 570 lens = (__u32 *) info->jited_func_lens; in do_dump() 604 disasm_print_insn(img, lens[i], opcodes, in do_dump() 609 img += lens[i]; in do_dump()
|
/Linux-v5.4/drivers/media/i2c/ |
D | Kconfig | 1009 tristate "AD5820 lens voice coil support" 1012 This is a driver for the AD5820 camera lens voice coil. 1016 tristate "AK7375 lens voice coil support" 1020 This is a driver for the AK7375 camera lens voice coil. 1026 tristate "DW9714 lens voice coil support" 1030 This is a driver for the DW9714 camera lens voice coil. 1036 tristate "DW9807 lens voice coil support" 1040 This is a driver for the DW9807 camera lens voice coil.
|
/Linux-v5.4/Documentation/devicetree/bindings/media/ |
D | samsung-s5c73m3.txt | 22 - vdd-af-supply : lens power supply (2.8V);
|