| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-4.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 …]
|
| /kernel/linux/linux-5.10/tools/testing/kunit/ |
| D | kunit_parser.py | 100 def consume_non_diagnositic(lines: List[str]) -> None: 101 while lines and not TAP_ENTRIES.match(lines[0]): 102 lines.pop(0) 104 def save_non_diagnositic(lines: List[str], test_case: TestCase) -> None: 105 while lines and not TAP_ENTRIES.match(lines[0]): 106 test_case.log.append(lines[0]) 107 lines.pop(0) 115 def parse_ok_not_ok_test_case(lines: List[str], test_case: TestCase) -> bool: 116 save_non_diagnositic(lines, test_case) 117 if not lines: [all …]
|
| /kernel/liteos_a/tools/scripts/parse_exc/ |
| D | parse_excinfo.py | 42 for lines in f: 43 if string in lines: 44 res = lines 71 for lines in f.readlines(): 72 if 'excFrom: kernel' in lines: 76 if start and string in lines: 77 lines = lines[lines.find(string):] 78 strlist = lines.split() 95 for lines in f.readlines(): 96 if 'excFrom: kernel' in lines: [all …]
|
| /kernel/linux/linux-5.10/tools/gpio/ |
| D | gpio-utils.c | 27 * ioctl, including request and release for lines of gpio, read/write 29 * lines of gpio, user should use this type of api. 32 * following api will request gpio lines, do the operation and then 33 * release these lines. 36 * gpiotools_request_linehandle() - request gpio lines in a gpiochip 39 * @lines: An array desired lines, specified by offset 41 * @num_lines: The number of lines to request. 50 * Request gpio lines through the ioctl provided by chardev. User 53 * gpiotools_release_linehandle() to release these lines after that. 58 int gpiotools_request_linehandle(const char *device_name, unsigned int *lines, in gpiotools_request_linehandle() argument [all …]
|
| D | gpio-hammer.c | 3 * gpio-hammer - example swiss army knife to shake GPIO lines on a system 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() 55 fprintf(stdout, "Hammer lines ["); in hammer_device() 57 fprintf(stdout, "%d", lines[i]); in hammer_device() 72 /* Invert all lines so we blink */ in hammer_device() 92 fprintf(stdout, "%d: %d", lines[i], in hammer_device() 116 "Hammer GPIO lines, 0->1->0->1...\n" in print_usage() 130 unsigned int lines[GPIOHANDLES_MAX]; in main() local 152 lines[i] = strtoul(optarg, NULL, 10); in main() [all …]
|
| /kernel/linux/linux-4.19/tools/gpio/ |
| D | gpio-utils.c | 30 * ioctl, including request and release for lines of gpio, read/write 32 * lines of gpio, user should use this type of api. 35 * following api will request gpio lines, do the operation and then 36 * release these lines. 39 * gpiotools_request_linehandle() - request gpio lines in a gpiochip 42 * @lines: An array desired lines, specified by offset 44 * @nline: The number of lines to request. 53 * Request gpio lines through the ioctl provided by chardev. User 56 * gpiotools_release_linehandle() to release these lines after that. 61 int gpiotools_request_linehandle(const char *device_name, unsigned int *lines, in gpiotools_request_linehandle() argument [all …]
|
| D | gpio-hammer.c | 2 * gpio-hammer - example swiss army knife to shake GPIO lines on a system 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() 51 fprintf(stdout, "Hammer lines ["); in hammer_device() 53 fprintf(stdout, "%d", lines[i]); in hammer_device() 68 /* Invert all lines so we blink */ in hammer_device() 88 fprintf(stdout, "%d: %d", lines[i], data.values[i]); in hammer_device() 111 "Hammer GPIO lines, 0->1->0->1...\n" in print_usage() 125 unsigned int lines[GPIOHANDLES_MAX]; in main() local 147 lines[i] = strtoul(optarg, NULL, 10); in main() [all …]
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | gpio.h | 30 * @lines: number of GPIO lines on this chip 35 __u32 lines; member 39 * Maximum number of requested lines. 84 * struct gpio_v2_line_values - Values of GPIO lines 85 * @bits: a bitmap containing the value of the lines, set to 1 for active 87 * @mask: a bitmap identifying the lines to get or set, with each bit 119 * containing the values to which the lines will be set, with each bit 137 * associated with one or more of the requested lines. 139 * @mask: a bitmap identifying the lines to which the attribute applies, 149 * struct gpio_v2_line_config - Configuration for GPIO lines [all …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-4.19/arch/sh/lib64/ |
| D | copy_page.S | 19 * Currently the prefetch is 4 lines ahead and the alloco is 2 lines ahead. 20 It seems like the prefetch needs to be at at least 4 lines ahead to get 34 Do prefetches 4 lines ahead. 35 Do alloco 2 lines ahead */ 70 bge/u r2, r6, tr2 ! skip prefetch for last 4 lines 71 ldx.q r2, r22, r63 ! prefetch 4 lines hence 74 bge/u r2, r7, tr3 ! skip alloco for last 2 lines 75 alloco r2, 0x40 ! alloc destination line 2 lines ahead
|
| /kernel/linux/linux-4.19/include/uapi/linux/ |
| D | gpio.h | 22 * @lines: number of GPIO lines on this chip 27 __u32 lines; member 68 * @lineoffsets: an array desired lines, specified by offset index for the 70 * @flags: desired flags for the desired GPIO lines, such as 72 * together. Note that even if multiple lines are requested, the same flags 73 * must be applicable to all of them, if you want lines with individual 75 * a batch of input or output lines, but they must all have the same 82 * @lines: number of lines requested in this request, i.e. the number of 93 __u32 lines; member 99 * @values: when getting the state of lines this contains the current [all …]
|
| /kernel/linux/linux-5.10/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 118 '$i Memory usage' with lines," 120 '$i Loss' with lines," 144 local lines 150 let lines=3 [all …]
|
| /kernel/linux/linux-4.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 …]
|
| /kernel/linux/linux-4.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 125 '$i Memory usage' with lines," 127 '$i Loss' with lines," 151 local lines 157 let lines=3 [all …]
|
| /kernel/linux/linux-4.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 …]
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | srccode.c | 3 * Manage printing of source lines 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() 137 h->lines = calloc(h->numlines, sizeof(char *)); in find_srcfile() 138 if (!h->lines) in find_srcfile() 140 fill_lines(h->lines, h->numlines, h->map, h->maplen); in find_srcfile() [all …]
|
| /kernel/linux/linux-5.10/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. 158 qcom,sd-lines = <0 2>; 163 qcom,sd-lines = <1>; 168 qcom,sd-lines = <0 3>; 173 qcom,sd-lines = <1>; 178 qcom,sd-lines = <1 3>; 183 qcom,sd-lines = <0>; 188 qcom,sd-lines = <0>; [all …]
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/ |
| D | uncore-l3c.json | 40 …"BriefDescription": "Count of the number of read lines that come from this cluster of CPU core in … 41 …"PublicDescription": "Count of the number of read lines that come from this cluster of CPU core in… 47 …"BriefDescription": "Count of the number of write lines that come from this cluster of CPU core in… 48 …"PublicDescription": "Count of the number of write lines that come from this cluster of CPU core i… 54 "BriefDescription": "Count of the number of read lines that hits in spipe of this L3C", 55 "PublicDescription": "Count of the number of read lines that hits in spipe of this L3C", 61 "BriefDescription": "Count of the number of write lines that hits in spipe of this L3C", 62 "PublicDescription": "Count of the number of write lines that hits in spipe of this L3C",
|
| /kernel/linux/linux-5.10/Documentation/driver-api/gpio/ |
| D | drivers-on-gpio.rst | 11 lines, giving you the LED sysfs interface 26 mouse cable and connect the wires to GPIO lines or solder a mouse connector 27 to the lines for a more permanent solution of this type. 49 (two wires, SDA and SCL lines) by hammering (bitbang) two GPIO lines. It will 54 of wires, at least SCK and optionally MISO, MOSI and chip select lines) using 79 to a set of simple GPIO lines: RDY, NCE, ALE, CLE, NWP. It interacts with the 84 bus, data and clock line, by bit banging two GPIO lines. It will appear as 95 nothing but GPIO lines, this driver provides that and also a clearly defined 100 read card detect and write protect GPIO lines, and in the TTY serial subsystem 101 to emulate MCTRL (modem control) signals CTS/RTS by using two GPIO lines. The [all …]
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-4.19/Documentation/driver-api/gpio/ |
| D | drivers-on-gpio.rst | 11 lines, giving you the LED sysfs interface 26 mouse cable and connect the wires to GPIO lines or solder a mouse connector 27 to the lines for a more permanent solution of this type. 49 (two wires, SDA and SCL lines) by hammering (bitbang) two GPIO lines. It will 54 of wires, at least SCK and optionally MISO, MOSI and chip select lines) using 79 to a set of simple GPIO lines: RDY, NCE, ALE, CLE, NWP. It interacts with the 84 bus, data and clock line, by bit banging two GPIO lines. It will appear as 93 read card detect and write protect GPIO lines, and in the TTY serial subsystem 94 to emulate MCTRL (modem control) signals CTS/RTS by using two GPIO lines. The 95 MTD NOR flash has add-ons for extra GPIO lines too, though the address bus is
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-4.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()
|
| /kernel/linux/linux-4.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.
|