| /linux/Documentation/fb/ |
| H A 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/tools/testing/kunit/ |
| H A D | kunit_parser.py | 34 log : List[str] - log of KTAP lines that correspond to the test 148 A class to represent the lines of kernel output. 157 def __init__(self, lines: Iterator[Tuple[int, str]]): 159 self._lines = lines 192 """Returns True if stream has more lines.""" 198 """Empties all lines stored in LineStream object into 218 """Extracts KTAP lines from the kernel output.""" 227 # start extracting KTAP lines and set prefix 234 # start extracting KTAP lines and set prefix 240 # stop extracting KTAP lines [all...] |
| /linux/include/asm-generic/ |
| H A D | xor.h | 14 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_2() local 27 } while (--lines > 0); in xor_8regs_2() 35 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_3() local 49 } while (--lines > 0); in xor_8regs_3() 58 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_4() local 73 } while (--lines > 0); in xor_8regs_4() 83 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_5() local 99 } 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/arch/x86/include/asm/ |
| H A D | xor_32.h | 27 unsigned long lines = bytes >> 7; in xor_pII_mmx_2() local 59 : "+r" (lines), in xor_pII_mmx_2() 72 unsigned long lines = bytes >> 7; in xor_pII_mmx_3() local 109 : "+r" (lines), in xor_pII_mmx_3() 123 unsigned long lines = bytes >> 7; in xor_pII_mmx_4() local 165 : "+r" (lines), in xor_pII_mmx_4() 181 unsigned long lines = bytes >> 7; in xor_pII_mmx_5() local 236 : "+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 …]
|
| H A D | xor.h | 63 unsigned long lines = bytes >> 8; in xor_sse_2() local 103 : [cnt] "+r" (lines), in xor_sse_2() 115 unsigned long lines = bytes >> 8; in xor_sse_2_pf64() local 138 : [cnt] "+r" (lines), in xor_sse_2_pf64() 151 unsigned long lines = bytes >> 8; in xor_sse_3() local 198 : [cnt] "+r" (lines), in xor_sse_3() 211 unsigned long lines = bytes >> 8; in xor_sse_3_pf64() local 236 : [cnt] "+r" (lines), in xor_sse_3_pf64() 250 unsigned long lines = bytes >> 8; in xor_sse_4() local 304 : [cnt] "+r" (lines), [p1] "+r" (p1), in xor_sse_4() [all …]
|
| H A D | xor_avx.h | 32 unsigned long lines = bytes >> 9; in xor_avx_2() local 36 while (lines--) { in xor_avx_2() 60 unsigned long lines = bytes >> 9; in xor_avx_3() local 64 while (lines--) { in xor_avx_3() 92 unsigned long lines = bytes >> 9; in xor_avx_4() local 96 while (lines--) { in xor_avx_4() 128 unsigned long lines = bytes >> 9; in xor_avx_5() local 132 while (lines--) { in xor_avx_5()
|
| /linux/arch/sparc/include/asm/ |
| H A D | xor_32.h | 19 int lines = bytes / (sizeof (long)) / 8; in sparc_2() local 50 } while (--lines > 0); in sparc_2() 58 int lines = bytes / (sizeof (long)) / 8; in sparc_3() local 102 } while (--lines > 0); in sparc_3() 111 int lines = bytes / (sizeof (long)) / 8; in sparc_4() local 168 } while (--lines > 0); in sparc_4() 178 int lines = bytes / (sizeof (long)) / 8; in sparc_5() local 248 } while (--lines > 0); in sparc_5()
|
| /linux/tools/mm/ |
| H A 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/arch/hexagon/mm/ |
| H A 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/drivers/comedi/drivers/ni_routing/tools/ |
| H A D | convert_csv_to_c.py | 19 lines = [ 45 lines.append('\t\t[B({})] = {{'.format(D0_sig)) 52 lines.append('\t\t\t[B({})]\t= {},'.format(D1_sig, value)) 53 lines.append('\t\t},') 54 lines.append('\t},') 56 lines = '\n'.join(lines) 58 return N, lines 60 return lines 91 lines = [ '{I0}.device = "{name}",\n' 98 lines.append('{I1}{{\n{I2}.{keyname} = {D0_sig},\n' [all …]
|
| /linux/tools/gpio/ |
| H A D | gpio-utils.c | 57 int gpiotools_request_line(const char *device_name, unsigned int *lines, in gpiotools_request_line() argument 82 req.offsets[i] = lines[i]; in gpiotools_request_line() 184 unsigned int lines[] = {line}; in gpiotools_get() local 186 ret = gpiotools_gets(device_name, lines, 1, &value); in gpiotools_get() 205 int gpiotools_gets(const char *device_name, unsigned int *lines, in gpiotools_gets() argument 216 ret = gpiotools_request_line(device_name, lines, num_lines, in gpiotools_gets() 245 unsigned int lines[] = {line}; in gpiotools_set() local 247 return gpiotools_sets(device_name, lines, 1, &value); in gpiotools_set() 263 int gpiotools_sets(const char *device_name, unsigned int *lines, in gpiotools_sets() argument 278 ret = gpiotools_request_line(device_name, lines, num_lines, in gpiotools_sets()
|
| H A D | gpio-hammer.c | 25 int hammer_device(const char *device_name, unsigned int *lines, int num_lines, in hammer_device() argument 39 ret = gpiotools_request_line(device_name, lines, num_lines, in hammer_device() 57 fprintf(stdout, "%u", lines[i]); in hammer_device() 92 fprintf(stdout, "%u: %d", lines[i], in hammer_device() 130 unsigned int lines[GPIOHANDLES_MAX]; in main() local 152 lines[i] = strtoul(optarg, NULL, 10); in main() 175 return hammer_device(device_name, lines, num_lines, loops); in main()
|
| /linux/arch/loongarch/lib/ |
| H A D | xor_template.c | 20 unsigned long lines = bytes / LINE_WIDTH; variable 32 } while (--lines > 0); 40 unsigned long lines = bytes / LINE_WIDTH; variable 54 } while (--lines > 0); 63 unsigned long lines = bytes / LINE_WIDTH; variable 80 } while (--lines > 0); 90 unsigned long lines = bytes / LINE_WIDTH; variable 109 } while (--lines > 0);
|
| /linux/tools/perf/util/ |
| H A D | srccode.c | 29 char **lines; member 58 static void fill_lines(char **lines, int maxline, char *map, int maplen) in fill_lines() argument 67 lines[l++] = map; in fill_lines() 71 lines[l++] = ++p; in fill_lines() 74 lines[l] = p; in fill_lines() 83 zfree(&sf->lines); in free_srcfile() 136 h->lines = calloc(h->numlines, sizeof(char *)); in find_srcfile() 137 if (!h->lines) in find_srcfile() 139 fill_lines(h->lines, h->numlines, h->map, h->maplen); in find_srcfile() 165 l = sf->lines[line]; in find_sourceline()
|
| /linux/arch/powerpc/lib/ |
| H A D | xor_vmx.c | 58 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_2() local 68 } while (--lines > 0); in __xor_altivec_2() 79 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_3() local 92 } while (--lines > 0); in __xor_altivec_3() 105 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_4() local 121 } while (--lines > 0); in __xor_altivec_4() 136 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_5() local 155 } while (--lines > 0); in __xor_altivec_5()
|
| /linux/Documentation/userspace-api/gpio/ |
| H A D | gpio-v2-line-set-config-ioctl.rst | 12 GPIO_V2_LINE_SET_CONFIG_IOCTL - Update the configuration of previously requested lines. 30 requested lines. 35 Update the configuration of previously requested lines, without releasing the 38 The new configuration must specify a configuration for all requested lines. 41 :ref:`gpio-v2-get-line-config-support` that apply when requesting the lines 48 bi-directional lines between input and output, but it may also be used to 49 dynamically control edge detection, or more generally move lines seamlessly 52 To only change the value of output lines, use
|
| H A D | gpio-handle-set-config-ioctl.rst | 16 GPIOHANDLE_SET_CONFIG_IOCTL - Update the configuration of previously requested lines. 34 requested lines. 39 Update the configuration of previously requested lines, without releasing the 42 The configuration applies to all requested lines. 46 lines also apply when updating the line configuration, with the additional 52 bi-directional lines between input and output, but it may be used more 53 generally to move lines seamlessly from one configuration state to another. 55 To only change the value of output lines, use
|
| /linux/tools/rcu/ |
| H A D | extract-stall.sh | 6 echo Filter out clocksource lines. Note that preceding-lines excludes the 7 echo initial line of the stall warning but trailing-lines includes it. 9 echo Usage: $(basename $0) dmesg-file [ preceding-lines [ trailing-lines ] ]
|
| /linux/drivers/staging/greybus/ |
| H A D | gpio.c | 38 struct gb_gpio_line *lines; member 80 ggc->lines[which].active = true; in gb_gpio_activate_operation() 101 ggc->lines[which].active = false; in gb_gpio_deactivate_operation() 128 ggc->lines[which].direction = direction ? 1 : 0; in gb_gpio_get_direction_operation() 142 ggc->lines[which].direction = 1; in gb_gpio_direction_in_operation() 157 ggc->lines[which].direction = 0; in gb_gpio_direction_out_operation() 184 ggc->lines[which].value = value ? 1 : 0; in gb_gpio_get_value_operation() 204 ggc->lines[which].value = request.value; in gb_gpio_set_value_operation() 220 ggc->lines[which].debounce_usec = debounce_usec; in gb_gpio_set_debounce_operation() 273 struct gb_gpio_line *line = &ggc->lines[d->hwirq]; in gb_gpio_irq_mask() [all …]
|
| /linux/sound/pci/asihpi/ |
| H A D | hpidebug.c | 52 int lines; in hpi_debug_data() local 55 lines = DIV_ROUND_UP(len, 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/Documentation/sphinx/ |
| H A D | kernel_feat.py | 98 lines = feat.output_arch_table(arch) 100 lines = feat.output_matrix() 106 for line in lines.split("\n"): 119 def nestedParse(self, lines, fname): argument 125 for l in lines.split("\n"): 127 lines = code_block + "\n\n" 129 for c, l in enumerate(lines.split("\n")):
|
| /linux/arch/um/drivers/ |
| H A D | line.h | 81 struct line *lines, int nlines); 82 extern int setup_one_line(struct line *lines, int n, char *init, 84 extern void close_lines(struct line *lines, int nlines); 86 extern int line_config(struct line *lines, unsigned int sizeof_lines, 90 extern int line_remove(struct line *lines, unsigned int sizeof_lines, int n, 92 extern int line_get_config(char *dev, struct line *lines,
|
| /linux/arch/arm64/lib/ |
| H A D | xor-neon.c | 20 long lines = bytes / (sizeof(uint64x2_t) * 4); in xor_arm64_neon_2() local 37 } while (--lines > 0); in xor_arm64_neon_2() 49 long lines = bytes / (sizeof(uint64x2_t) * 4); in xor_arm64_neon_3() local 73 } while (--lines > 0); in xor_arm64_neon_3() 87 long lines = bytes / (sizeof(uint64x2_t) * 4); in xor_arm64_neon_4() local 118 } while (--lines > 0); in xor_arm64_neon_4() 134 long lines = bytes / (sizeof(uint64x2_t) * 4); in xor_arm64_neon_5() local 172 } while (--lines > 0); in xor_arm64_neon_5() 204 long lines = bytes / (sizeof(uint64x2_t) * 4); in xor_arm64_eor3_3() local 226 } while (--lines > 0); in xor_arm64_eor3_3() [all …]
|
| /linux/arch/arm/include/asm/ |
| H A D | xor.h | 50 unsigned int lines = bytes / sizeof(unsigned long) / 4; in xor_arm4regs_2() local 64 } while (--lines); in xor_arm4regs_2() 72 unsigned int lines = bytes / sizeof(unsigned long) / 4; in xor_arm4regs_3() local 87 } while (--lines); in xor_arm4regs_3() 96 unsigned int lines = bytes / sizeof(unsigned long) / 2; in xor_arm4regs_4() local 108 } while (--lines); in xor_arm4regs_4() 118 unsigned int lines = bytes / sizeof(unsigned long) / 2; in xor_arm4regs_5() local 131 } while (--lines); in xor_arm4regs_5()
|
| /linux/drivers/video/console/ |
| H A D | mdacon.c | 495 enum con_scroll dir, unsigned int lines) in mdacon_scroll() argument 499 if (!lines) in mdacon_scroll() 502 if (lines > c->vc_rows) /* maximum realistic size */ in mdacon_scroll() 503 lines = c->vc_rows; in mdacon_scroll() 508 scr_memmovew(mda_addr(0, t), mda_addr(0, t + lines), in mdacon_scroll() 509 (b-t-lines)*mda_num_columns*2); in mdacon_scroll() 510 scr_memsetw(mda_addr(0, b - lines), eattr, in mdacon_scroll() 511 lines*mda_num_columns*2); in mdacon_scroll() 515 scr_memmovew(mda_addr(0, t + lines), mda_addr(0, t), in mdacon_scroll() 516 (b-t-lines)*mda_num_columns*2); in mdacon_scroll() [all …]
|