/Linux-v5.4/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-v5.4/include/asm-generic/ |
D | xor.h | 13 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_2() local 26 } while (--lines > 0); in xor_8regs_2() 33 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_3() local 47 } while (--lines > 0); in xor_8regs_3() 54 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_4() local 69 } while (--lines > 0); in xor_8regs_4() 76 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_5() local 92 } while (--lines > 0); in xor_8regs_5() 98 long lines = bytes / (sizeof (long)) / 8; in xor_32regs_2() local 128 } while (--lines > 0); in xor_32regs_2() [all …]
|
/Linux-v5.4/arch/x86/include/asm/ |
D | xor_32.h | 26 unsigned long lines = bytes >> 7; in xor_pII_mmx_2() local 58 : "+r" (lines), in xor_pII_mmx_2() 70 unsigned long lines = bytes >> 7; in xor_pII_mmx_3() local 107 : "+r" (lines), in xor_pII_mmx_3() 119 unsigned long lines = bytes >> 7; in xor_pII_mmx_4() local 161 : "+r" (lines), in xor_pII_mmx_4() 174 unsigned long lines = bytes >> 7; in xor_pII_mmx_5() local 229 : "+r" (lines), in xor_pII_mmx_5() 253 unsigned long lines = bytes >> 6; in xor_p5_mmx_2() local 289 : "+r" (lines), in xor_p5_mmx_2() [all …]
|
D | xor.h | 62 unsigned long lines = bytes >> 8; in xor_sse_2() local 102 : [cnt] "+r" (lines), in xor_sse_2() 113 unsigned long lines = bytes >> 8; in xor_sse_2_pf64() local 136 : [cnt] "+r" (lines), in xor_sse_2_pf64() 148 unsigned long lines = bytes >> 8; in xor_sse_3() local 195 : [cnt] "+r" (lines), in xor_sse_3() 207 unsigned long lines = bytes >> 8; in xor_sse_3_pf64() local 232 : [cnt] "+r" (lines), in xor_sse_3_pf64() 244 unsigned long lines = bytes >> 8; in xor_sse_4() local 298 : [cnt] "+r" (lines), [p1] "+r" (p1), in xor_sse_4() [all …]
|
D | xor_avx.h | 33 unsigned long lines = bytes >> 9; in xor_avx_2() local 37 while (lines--) { in xor_avx_2() 60 unsigned long lines = bytes >> 9; in xor_avx_3() local 64 while (lines--) { in xor_avx_3() 90 unsigned long lines = bytes >> 9; in xor_avx_4() local 94 while (lines--) { in xor_avx_4() 123 unsigned long lines = bytes >> 9; in xor_avx_5() local 127 while (lines--) { in xor_avx_5()
|
/Linux-v5.4/tools/gpio/ |
D | gpio-utils.c | 58 int gpiotools_request_linehandle(const char *device_name, unsigned int *lines, in gpiotools_request_linehandle() argument 82 req.lineoffsets[i] = lines[i]; in gpiotools_request_linehandle() 86 req.lines = nlines; in gpiotools_request_linehandle() 184 unsigned int lines[] = {line}; in gpiotools_get() local 186 gpiotools_gets(device_name, lines, 1, &data); in gpiotools_get() 203 int gpiotools_gets(const char *device_name, unsigned int *lines, in gpiotools_gets() argument 210 ret = gpiotools_request_linehandle(device_name, lines, nlines, in gpiotools_gets() 236 unsigned int lines[] = {line}; in gpiotools_set() local 239 return gpiotools_sets(device_name, lines, 1, &data); in gpiotools_set() 255 int gpiotools_sets(const char *device_name, unsigned int *lines, in gpiotools_sets() argument [all …]
|
D | gpio-hammer.c | 25 int hammer_device(const char *device_name, unsigned int *lines, int nlines, in hammer_device() argument 36 ret = gpiotools_request_linehandle(device_name, lines, nlines, in hammer_device() 50 fprintf(stdout, "%d", lines[i]); in hammer_device() 85 fprintf(stdout, "%d: %d", lines[i], data.values[i]); in hammer_device() 122 unsigned int lines[GPIOHANDLES_MAX]; in main() local 138 lines[i] = strtoul(optarg, NULL, 10); in main() 152 return hammer_device(device_name, lines, nlines, loops); in main()
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | xor_32.h | 18 int lines = bytes / (sizeof (long)) / 8; in sparc_2() local 49 } while (--lines > 0); in sparc_2() 56 int lines = bytes / (sizeof (long)) / 8; in sparc_3() local 100 } while (--lines > 0); in sparc_3() 107 int lines = bytes / (sizeof (long)) / 8; in sparc_4() local 164 } while (--lines > 0); in sparc_4() 171 int lines = bytes / (sizeof (long)) / 8; in sparc_5() local 241 } while (--lines > 0); in sparc_5()
|
/Linux-v5.4/tools/vm/ |
D | slabinfo-gnuplot.sh | 56 local lines=2000000 64 lines=$((xmax-xmin)) 69 wc_lines=$lines 72 if [ "$wc_lines" -lt "$lines" ]; then 73 lines=$wc_lines 76 if [ $((width / lines)) -gt $min_slab_name_size ]; then 144 local lines 150 let lines=3 152 `cat "$in" | grep -A "$lines" 'Slabs sorted by loss' |\ 159 let lines=3 [all …]
|
/Linux-v5.4/arch/hexagon/mm/ |
D | cache.c | 17 unsigned long lines = spanlines(start, end-1); in flush_dcache_range() local 24 for (i = 0; i < lines; i++) { in flush_dcache_range() 37 unsigned long lines = spanlines(start, end-1); in flush_icache_range() local 44 for (i = 0; i < lines; i++) { in flush_icache_range() 62 unsigned long lines = spanlines(start, end-1); in hexagon_clean_dcache_range() local 69 for (i = 0; i < lines; i++) { in hexagon_clean_dcache_range() 82 unsigned long lines = spanlines(start, end-1); in hexagon_inv_dcache_range() local 89 for (i = 0; i < lines; i++) { in hexagon_inv_dcache_range()
|
/Linux-v5.4/drivers/staging/comedi/drivers/ni_routing/tools/ |
D | convert_csv_to_c.py | 20 lines = [ 46 lines.append('\t\t[B({})] = {{'.format(D0_sig)) 53 lines.append('\t\t\t[B({})]\t= {},'.format(D1_sig, value)) 54 lines.append('\t\t},') 55 lines.append('\t},') 57 lines = '\n'.join(lines) 59 return N, lines 61 return lines 92 lines = [ '{I0}.device = "{name}",\n' 99 lines.append('{I1}{{\n{I2}.{keyname} = {D0_sig},\n' [all …]
|
/Linux-v5.4/tools/perf/util/ |
D | srccode.c | 28 char **lines; member 65 static void fill_lines(char **lines, int maxline, char *map, int maplen) in fill_lines() argument 74 lines[l++] = map; in fill_lines() 78 lines[l++] = ++p; in fill_lines() 81 lines[l] = p; in fill_lines() 90 zfree(&sf->lines); in free_srcfile() 144 h->lines = calloc(h->numlines, sizeof(char *)); in find_srcfile() 145 if (!h->lines) in find_srcfile() 147 fill_lines(h->lines, h->numlines, h->map, h->maplen); in find_srcfile() 173 l = sf->lines[line]; in find_sourceline()
|
/Linux-v5.4/drivers/media/pci/cx18/ |
D | cx18-vbi.c | 25 static void copy_vbi_data(struct cx18 *cx, int lines, u32 pts_stamp) in copy_vbi_data() argument 48 for (i = 0; i < lines; i++) { in copy_vbi_data() 98 u32 lines = cx->vbi.count * 2; in compress_raw_buf() local 106 for (i = 0; i < lines; i++) { in compress_raw_buf() 114 if (i == lines - 1) { in compress_raw_buf() 125 return lines * (line_size - 4); in compress_raw_buf() 190 int lines; in _cx18_process_vbi_data() local 220 lines = compress_sliced_buf(cx, p, size, sizeof(struct vbi_data_hdr)); in _cx18_process_vbi_data() 223 if (lines == 0) { in _cx18_process_vbi_data() 227 lines = 1; in _cx18_process_vbi_data() [all …]
|
/Linux-v5.4/arch/powerpc/lib/ |
D | xor_vmx.c | 57 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_2() local 67 } while (--lines > 0); in __xor_altivec_2() 76 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_3() local 89 } while (--lines > 0); in __xor_altivec_3() 100 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_4() local 116 } while (--lines > 0); in __xor_altivec_4() 128 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_5() local 147 } while (--lines > 0); in __xor_altivec_5()
|
/Linux-v5.4/scripts/ |
D | get_maintainer.pl | 1538 my @lines = (); 1542 @lines = split("\n", $output); 1544 return @lines; 1549 my @lines = (); 1552 @lines = split("\n", $output); 1554 return @lines; 1579 my @lines = (); 1584 @lines = &{$VCS_cmds{"execute_cmd"}}($cmd); 1592 $commits = grep(/$pattern/, @lines); # of commits 1594 @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-v5.4/sound/pci/asihpi/ |
D | hpidebug.c | 52 int lines; in hpi_debug_data() local 55 lines = (len + cols - 1) / cols; in hpi_debug_data() 56 if (lines > 8) in hpi_debug_data() 57 lines = 8; in hpi_debug_data() 59 for (i = 0, j = 0; j < lines; j++) { in hpi_debug_data()
|
/Linux-v5.4/drivers/staging/greybus/ |
D | gpio.c | 38 struct gb_gpio_line *lines; member 78 ggc->lines[which].active = true; in gb_gpio_activate_operation() 99 ggc->lines[which].active = false; in gb_gpio_deactivate_operation() 126 ggc->lines[which].direction = direction ? 1 : 0; in gb_gpio_get_direction_operation() 140 ggc->lines[which].direction = 1; in gb_gpio_direction_in_operation() 155 ggc->lines[which].direction = 0; in gb_gpio_direction_out_operation() 182 ggc->lines[which].value = value ? 1 : 0; in gb_gpio_get_value_operation() 193 if (ggc->lines[which].direction == 1) { in gb_gpio_set_value_operation() 208 ggc->lines[which].value = request.value; in gb_gpio_set_value_operation() 222 ggc->lines[which].debounce_usec = debounce_usec; in gb_gpio_set_debounce_operation() [all …]
|
/Linux-v5.4/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-v5.4/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 0-3 sd lines. 140 qcom,sd-lines = <0 2>; 145 qcom,sd-lines = <1>; 150 qcom,sd-lines = <0 3>; 155 qcom,sd-lines = <1>; 160 qcom,sd-lines = <1 3>; 165 qcom,sd-lines = <0>; 170 qcom,sd-lines = <0>; [all …]
|
/Linux-v5.4/arch/arm/include/asm/ |
D | xor.h | 49 unsigned int lines = bytes / sizeof(unsigned long) / 4; in xor_arm4regs_2() local 63 } while (--lines); in xor_arm4regs_2() 70 unsigned int lines = bytes / sizeof(unsigned long) / 4; in xor_arm4regs_3() local 85 } while (--lines); in xor_arm4regs_3() 92 unsigned int lines = bytes / sizeof(unsigned long) / 2; in xor_arm4regs_4() local 104 } while (--lines); in xor_arm4regs_4() 111 unsigned int lines = bytes / sizeof(unsigned long) / 2; in xor_arm4regs_5() local 124 } while (--lines); in xor_arm4regs_5()
|
/Linux-v5.4/drivers/gpu/drm/ |
D | drm_format_helper.c | 41 unsigned int y, lines = clip->y2 - clip->y1; in drm_fb_memcpy() local 44 for (y = 0; y < lines; y++) { in drm_fb_memcpy() 69 unsigned int y, lines = clip->y2 - clip->y1; in drm_fb_memcpy_dstclip() local 73 for (y = 0; y < lines; y++) { in drm_fb_memcpy_dstclip() 155 unsigned y, lines = clip->y2 - clip->y1; in drm_fb_xrgb8888_to_rgb565() local 167 for (y = 0; y < lines; y++) { in drm_fb_xrgb8888_to_rgb565() 199 unsigned y, lines = clip->y2 - clip->y1; in drm_fb_xrgb8888_to_rgb565_dstclip() local 208 for (y = 0; y < lines; y++) { in drm_fb_xrgb8888_to_rgb565_dstclip() 251 unsigned y, lines = clip->y2 - clip->y1; in drm_fb_xrgb8888_to_rgb888_dstclip() local 260 for (y = 0; y < lines; y++) { in drm_fb_xrgb8888_to_rgb888_dstclip()
|
/Linux-v5.4/drivers/media/i2c/ |
D | ak881x.c | 31 unsigned int lines; member 105 &mf->height, 0, ak881x->lines, 1, 0); in ak881x_fill_fmt() 139 sel->r.height = ak881x->lines; in ak881x_get_selection() 154 ak881x->lines = 480; in ak881x_s_std_output() 157 ak881x->lines = 480; in ak881x_s_std_output() 160 ak881x->lines = 480; in ak881x_s_std_output() 163 ak881x->lines = 480; in ak881x_s_std_output() 166 ak881x->lines = 576; in ak881x_s_std_output() 292 ak881x->lines = 480; in ak881x_probe()
|
/Linux-v5.4/drivers/media/pci/tw68/ |
D | tw68-risc.c | 36 unsigned int lines, bool jump) in tw68_risc_field() argument 55 for (line = 0; line < lines; line++) { in tw68_risc_field() 135 unsigned int lines) in tw68_risc_buffer() argument 151 instructions = fields * (1 + (((bpl + padding) * lines) / in tw68_risc_buffer() 152 PAGE_SIZE) + lines) + 4; in tw68_risc_buffer() 162 bpl, padding, lines, true); in tw68_risc_buffer() 165 bpl, padding, lines, top_offset == UNSET); in tw68_risc_buffer()
|
/Linux-v5.4/drivers/media/pci/cx23885/ |
D | cx23885-vbi.c | 119 unsigned lines = VBI_PAL_LINE_COUNT; in queue_setup() local 122 lines = VBI_NTSC_LINE_COUNT; in queue_setup() 124 sizes[0] = lines * VBI_LINE_LENGTH * 2; in queue_setup() 135 unsigned lines = VBI_PAL_LINE_COUNT; in buffer_prepare() local 138 lines = VBI_NTSC_LINE_COUNT; in buffer_prepare() 140 if (vb2_plane_size(vb, 0) < lines * VBI_LINE_LENGTH * 2) in buffer_prepare() 142 vb2_set_plane_payload(vb, 0, lines * VBI_LINE_LENGTH * 2); in buffer_prepare() 146 0, VBI_LINE_LENGTH * lines, in buffer_prepare() 148 lines); in buffer_prepare()
|