/Linux-v4.19/Documentation/fb/ |
D | viafb.modes | 16 # 12 chars 2 lines 18 # 2 chars 10 lines 20 # 6 chars 33 lines 22 # 80 chars 480 lines 24 # 20 chars 45 lines 41 # 8 chars 3 lines 43 # 2 chars 1 lines 45 # 15 chars 16 lines 47 # 80 chars 480 lines 49 # 25 chars 20 lines [all …]
|
/Linux-v4.19/include/asm-generic/ |
D | xor.h | 21 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_2() local 34 } while (--lines > 0); in xor_8regs_2() 41 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_3() local 55 } while (--lines > 0); in xor_8regs_3() 62 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_4() local 77 } while (--lines > 0); in xor_8regs_4() 84 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_5() local 100 } while (--lines > 0); in xor_8regs_5() 106 long lines = bytes / (sizeof (long)) / 8; in xor_32regs_2() local 136 } while (--lines > 0); in xor_32regs_2() [all …]
|
/Linux-v4.19/arch/x86/include/asm/ |
D | xor_32.h | 34 unsigned long lines = bytes >> 7; in xor_pII_mmx_2() local 66 : "+r" (lines), in xor_pII_mmx_2() 78 unsigned long lines = bytes >> 7; in xor_pII_mmx_3() local 115 : "+r" (lines), in xor_pII_mmx_3() 127 unsigned long lines = bytes >> 7; in xor_pII_mmx_4() local 169 : "+r" (lines), in xor_pII_mmx_4() 182 unsigned long lines = bytes >> 7; in xor_pII_mmx_5() local 237 : "+r" (lines), in xor_pII_mmx_5() 261 unsigned long lines = bytes >> 6; in xor_p5_mmx_2() local 297 : "+r" (lines), in xor_p5_mmx_2() [all …]
|
D | xor.h | 70 unsigned long lines = bytes >> 8; in xor_sse_2() local 110 : [cnt] "+r" (lines), in xor_sse_2() 121 unsigned long lines = bytes >> 8; in xor_sse_2_pf64() local 144 : [cnt] "+r" (lines), in xor_sse_2_pf64() 156 unsigned long lines = bytes >> 8; in xor_sse_3() local 203 : [cnt] "+r" (lines), in xor_sse_3() 215 unsigned long lines = bytes >> 8; in xor_sse_3_pf64() local 240 : [cnt] "+r" (lines), in xor_sse_3_pf64() 252 unsigned long lines = bytes >> 8; in xor_sse_4() local 306 : [cnt] "+r" (lines), [p1] "+r" (p1), in xor_sse_4() [all …]
|
D | xor_avx.h | 37 unsigned long lines = bytes >> 9; in xor_avx_2() local 41 while (lines--) { in xor_avx_2() 64 unsigned long lines = bytes >> 9; in xor_avx_3() local 68 while (lines--) { in xor_avx_3() 94 unsigned long lines = bytes >> 9; in xor_avx_4() local 98 while (lines--) { in xor_avx_4() 127 unsigned long lines = bytes >> 9; in xor_avx_5() local 131 while (lines--) { in xor_avx_5()
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | xor_32.h | 26 int lines = bytes / (sizeof (long)) / 8; in sparc_2() local 57 } while (--lines > 0); in sparc_2() 64 int lines = bytes / (sizeof (long)) / 8; in sparc_3() local 108 } while (--lines > 0); in sparc_3() 115 int lines = bytes / (sizeof (long)) / 8; in sparc_4() local 172 } while (--lines > 0); in sparc_4() 179 int lines = bytes / (sizeof (long)) / 8; in sparc_5() local 249 } while (--lines > 0); in sparc_5()
|
/Linux-v4.19/tools/gpio/ |
D | gpio-utils.c | 61 int gpiotools_request_linehandle(const char *device_name, unsigned int *lines, in gpiotools_request_linehandle() argument 85 req.lineoffsets[i] = lines[i]; in gpiotools_request_linehandle() 89 req.lines = nlines; in gpiotools_request_linehandle() 187 unsigned int lines[] = {line}; in gpiotools_get() local 189 gpiotools_gets(device_name, lines, 1, &data); in gpiotools_get() 206 int gpiotools_gets(const char *device_name, unsigned int *lines, in gpiotools_gets() argument 213 ret = gpiotools_request_linehandle(device_name, lines, nlines, in gpiotools_gets() 239 unsigned int lines[] = {line}; in gpiotools_set() local 242 return gpiotools_sets(device_name, lines, 1, &data); in gpiotools_set() 258 int gpiotools_sets(const char *device_name, unsigned int *lines, in gpiotools_sets() argument [all …]
|
D | gpio-hammer.c | 28 int hammer_device(const char *device_name, unsigned int *lines, int nlines, in hammer_device() argument 39 ret = gpiotools_request_linehandle(device_name, lines, nlines, in hammer_device() 53 fprintf(stdout, "%d", lines[i]); in hammer_device() 88 fprintf(stdout, "%d: %d", lines[i], data.values[i]); in hammer_device() 125 unsigned int lines[GPIOHANDLES_MAX]; in main() local 141 lines[i] = strtoul(optarg, NULL, 10); in main() 155 return hammer_device(device_name, lines, nlines, loops); in main()
|
/Linux-v4.19/tools/vm/ |
D | slabinfo-gnuplot.sh | 63 local lines=2000000 71 lines=$((xmax-xmin)) 76 wc_lines=$lines 79 if [ "$wc_lines" -lt "$lines" ]; then 80 lines=$wc_lines 83 if [ $((width / lines)) -gt $min_slab_name_size ]; then 151 local lines 157 let lines=3 159 `cat "$in" | grep -A "$lines" 'Slabs sorted by loss' |\ 166 let lines=3 [all …]
|
/Linux-v4.19/arch/hexagon/mm/ |
D | cache.c | 30 unsigned long lines = spanlines(start, end-1); in flush_dcache_range() local 37 for (i = 0; i < lines; i++) { in flush_dcache_range() 50 unsigned long lines = spanlines(start, end-1); in flush_icache_range() local 57 for (i = 0; i < lines; i++) { in flush_icache_range() 75 unsigned long lines = spanlines(start, end-1); in hexagon_clean_dcache_range() local 82 for (i = 0; i < lines; i++) { in hexagon_clean_dcache_range() 95 unsigned long lines = spanlines(start, end-1); in hexagon_inv_dcache_range() local 102 for (i = 0; i < lines; i++) { in hexagon_inv_dcache_range()
|
/Linux-v4.19/drivers/media/pci/cx18/ |
D | cx18-vbi.c | 34 static void copy_vbi_data(struct cx18 *cx, int lines, u32 pts_stamp) in copy_vbi_data() argument 57 for (i = 0; i < lines; i++) { in copy_vbi_data() 107 u32 lines = cx->vbi.count * 2; in compress_raw_buf() local 115 for (i = 0; i < lines; i++) { in compress_raw_buf() 123 if (i == lines - 1) { in compress_raw_buf() 134 return lines * (line_size - 4); in compress_raw_buf() 199 int lines; in _cx18_process_vbi_data() local 229 lines = compress_sliced_buf(cx, p, size, sizeof(struct vbi_data_hdr)); in _cx18_process_vbi_data() 232 if (lines == 0) { in _cx18_process_vbi_data() 236 lines = 1; in _cx18_process_vbi_data() [all …]
|
/Linux-v4.19/arch/powerpc/lib/ |
D | xor_vmx.c | 69 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_2() local 79 } while (--lines > 0); in __xor_altivec_2() 88 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_3() local 101 } while (--lines > 0); in __xor_altivec_3() 112 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_4() local 128 } while (--lines > 0); in __xor_altivec_4() 140 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_5() local 159 } while (--lines > 0); in __xor_altivec_5()
|
/Linux-v4.19/scripts/ |
D | get_maintainer.pl | 1532 my @lines = (); 1536 @lines = split("\n", $output); 1538 return @lines; 1543 my @lines = (); 1546 @lines = split("\n", $output); 1548 return @lines; 1573 my @lines = (); 1578 @lines = &{$VCS_cmds{"execute_cmd"}}($cmd); 1586 $commits = grep(/$pattern/, @lines); # of commits 1588 @authors = grep(/$author_pattern/, @lines); [all …]
|
D | extract-sys-certs.pl | 27 my @lines = <FD>; 32 foreach my $line (@lines) { 58 @lines = <FD>; 78 parse_symbols(@lines); 84 @lines = <FD>; 86 parse_symbols(@lines);
|
/Linux-v4.19/sound/pci/asihpi/ |
D | hpidebug.c | 63 int lines; in hpi_debug_data() local 66 lines = (len + cols - 1) / cols; in hpi_debug_data() 67 if (lines > 8) in hpi_debug_data() 68 lines = 8; in hpi_debug_data() 70 for (i = 0, j = 0; j < lines; j++) { in hpi_debug_data()
|
/Linux-v4.19/arch/um/drivers/ |
D | line.h | 84 struct line *lines, int nlines); 85 extern int setup_one_line(struct line *lines, int n, char *init, 87 extern void close_lines(struct line *lines, int nlines); 89 extern int line_config(struct line *lines, unsigned int sizeof_lines, 93 extern int line_remove(struct line *lines, unsigned int sizeof_lines, int n, 95 extern int line_get_config(char *dev, struct line *lines,
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | qcom,q6afe.txt | 48 - qcom,sd-lines 51 Definition: Must be list of serial data lines used by this dai. 52 should be one or more of the 1-4 sd lines. 140 qcom,sd-lines = <1 3>; 145 qcom,sd-lines = <2>; 150 qcom,sd-lines = <1 4>; 155 qcom,sd-lines = <2>; 160 qcom,sd-lines = <2 4>; 165 qcom,sd-lines = <1>; 170 qcom,sd-lines = <1>; [all …]
|
/Linux-v4.19/arch/arm/include/asm/ |
D | xor.h | 52 unsigned int lines = bytes / sizeof(unsigned long) / 4; in xor_arm4regs_2() local 66 } while (--lines); in xor_arm4regs_2() 73 unsigned int lines = bytes / sizeof(unsigned long) / 4; in xor_arm4regs_3() local 88 } while (--lines); in xor_arm4regs_3() 95 unsigned int lines = bytes / sizeof(unsigned long) / 2; in xor_arm4regs_4() local 107 } while (--lines); in xor_arm4regs_4() 114 unsigned int lines = bytes / sizeof(unsigned long) / 2; in xor_arm4regs_5() local 127 } while (--lines); in xor_arm4regs_5()
|
/Linux-v4.19/drivers/staging/greybus/ |
D | gpio.c | 38 struct gb_gpio_line *lines; member 83 ggc->lines[which].active = true; in gb_gpio_activate_operation() 104 ggc->lines[which].active = false; in gb_gpio_deactivate_operation() 131 ggc->lines[which].direction = direction ? 1 : 0; in gb_gpio_get_direction_operation() 145 ggc->lines[which].direction = 1; in gb_gpio_direction_in_operation() 160 ggc->lines[which].direction = 0; in gb_gpio_direction_out_operation() 187 ggc->lines[which].value = value ? 1 : 0; in gb_gpio_get_value_operation() 198 if (ggc->lines[which].direction == 1) { in gb_gpio_set_value_operation() 213 ggc->lines[which].value = request.value; in gb_gpio_set_value_operation() 227 ggc->lines[which].debounce_usec = debounce_usec; in gb_gpio_set_debounce_operation() [all …]
|
/Linux-v4.19/drivers/media/i2c/ |
D | ak881x.c | 34 unsigned int lines; member 108 &mf->height, 0, ak881x->lines, 1, 0); in ak881x_fill_fmt() 143 sel->r.height = ak881x->lines; in ak881x_get_selection() 158 ak881x->lines = 480; in ak881x_s_std_output() 161 ak881x->lines = 480; in ak881x_s_std_output() 164 ak881x->lines = 480; in ak881x_s_std_output() 167 ak881x->lines = 480; in ak881x_s_std_output() 170 ak881x->lines = 576; in ak881x_s_std_output() 296 ak881x->lines = 480; in ak881x_probe()
|
/Linux-v4.19/drivers/media/pci/tw68/ |
D | tw68-risc.c | 45 unsigned int lines, bool jump) in tw68_risc_field() argument 64 for (line = 0; line < lines; line++) { in tw68_risc_field() 144 unsigned int lines) in tw68_risc_buffer() argument 160 instructions = fields * (1 + (((bpl + padding) * lines) / in tw68_risc_buffer() 161 PAGE_SIZE) + lines) + 4; in tw68_risc_buffer() 171 bpl, padding, lines, true); in tw68_risc_buffer() 174 bpl, padding, lines, top_offset == UNSET); in tw68_risc_buffer()
|
/Linux-v4.19/drivers/media/pci/cx23885/ |
D | cx23885-vbi.c | 129 unsigned lines = VBI_PAL_LINE_COUNT; in queue_setup() local 132 lines = VBI_NTSC_LINE_COUNT; in queue_setup() 134 sizes[0] = lines * VBI_LINE_LENGTH * 2; in queue_setup() 145 unsigned lines = VBI_PAL_LINE_COUNT; in buffer_prepare() local 148 lines = VBI_NTSC_LINE_COUNT; in buffer_prepare() 150 if (vb2_plane_size(vb, 0) < lines * VBI_LINE_LENGTH * 2) in buffer_prepare() 152 vb2_set_plane_payload(vb, 0, lines * VBI_LINE_LENGTH * 2); in buffer_prepare() 156 0, VBI_LINE_LENGTH * lines, in buffer_prepare() 158 lines); in buffer_prepare()
|
/Linux-v4.19/drivers/video/console/ |
D | mdacon.c | 505 enum con_scroll dir, unsigned int lines) in mdacon_scroll() argument 509 if (!lines) in mdacon_scroll() 512 if (lines > c->vc_rows) /* maximum realistic size */ in mdacon_scroll() 513 lines = c->vc_rows; in mdacon_scroll() 518 scr_memmovew(mda_addr(0, t), mda_addr(0, t + lines), in mdacon_scroll() 519 (b-t-lines)*mda_num_columns*2); in mdacon_scroll() 520 scr_memsetw(mda_addr(0, b - lines), eattr, in mdacon_scroll() 521 lines*mda_num_columns*2); in mdacon_scroll() 525 scr_memmovew(mda_addr(0, t + lines), mda_addr(0, t), in mdacon_scroll() 526 (b-t-lines)*mda_num_columns*2); in mdacon_scroll() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/input/ |
D | gpio-matrix-keypad.txt | 4 The matrix keypad supports multiple row and column lines, a key can be 6 keypad can sense a key-press and key-release by means of GPIO lines and 11 - row-gpios: List of gpios used as row lines. The gpio specifier 13 which these row lines are connected. 14 - col-gpios: List of gpios used as column lines. The gpio specifier 16 which these column lines are connected.
|
/Linux-v4.19/drivers/media/pci/ivtv/ |
D | ivtv-vbi.c | 186 static void copy_vbi_data(struct ivtv *itv, int lines, u32 pts_stamp) in copy_vbi_data() argument 202 for (i = 0; i < lines; i++) { in copy_vbi_data() 314 u32 lines = itv->vbi.count; in compress_raw_buf() local 321 for (i = 0; i < lines; i++) { in compress_raw_buf() 331 return lines * (line_size - 4); in compress_raw_buf() 342 unsigned lines = 0; in compress_sliced_buf() local 363 if (vbi.type && !(lines & (1 << vbi.line))) { in compress_sliced_buf() 364 lines |= 1 << vbi.line; in compress_sliced_buf() 405 int lines; in ivtv_process_vbi_data() local 410 lines = compress_sliced_buf(itv, 0, p, size / 2, in ivtv_process_vbi_data() [all …]
|