| /kernel/linux/linux-6.6/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/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() 93 for lines in f.readlines(): 94 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-6.6/tools/testing/kunit/ |
| 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 …]
|
| /kernel/linux/linux-6.6/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. 37 * gpiotools_request_line() - request gpio lines in a gpiochip 40 * @lines: An array desired lines, specified by offset 42 * @num_lines: The number of lines to request. 49 * Request gpio lines through the ioctl provided by chardev. User 52 * gpiotools_release_line() to release these lines after that. 57 int gpiotools_request_line(const char *device_name, unsigned int *lines, in gpiotools_request_line() 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-6.6/Documentation/dev-tools/ |
| D | ktap.rst | 18 lines -- and a final result. The test structure and results are 22 KTAP output is built from four different types of lines: 23 - Version lines 24 - Plan lines 25 - Test case result lines 26 - Diagnostic lines 34 Version lines 53 Plan lines 58 Plan lines must follow the format of "1..N" where N is the number of tests or subtests. 59 Plan lines follow version lines to indicate the number of nested tests. [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-6.6/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. 89 * struct gpio_v2_line_values - Values of GPIO lines 90 * @bits: a bitmap containing the value of the lines, set to 1 for active 92 * @mask: a bitmap identifying the lines to get or set, with each bit 124 * containing the values to which the lines will be set, with each bit 142 * associated with one or more of the requested lines. 144 * @mask: a bitmap identifying the lines to which the attribute applies, 154 * 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-6.6/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 n GPIO lines such that you can mux in 2^n different devices by activating 101 different GPIO lines. Often the GPIOs are on a SoC and the devices are [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-6.6/tools/mm/ |
| 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-6.6/include/asm-generic/ |
| 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 …]
|
| /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/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-6.6/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() 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() [all …]
|
| /kernel/linux/linux-6.6/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/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-6.6/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-5.10/arch/loongarch/lib/ |
| D | xor_template.c | 19 unsigned long lines = bytes / LINE_WIDTH; variable 31 } while (--lines > 0); 38 unsigned long lines = bytes / LINE_WIDTH; variable 52 } while (--lines > 0); 59 unsigned long lines = bytes / LINE_WIDTH; variable 76 } while (--lines > 0); 84 unsigned long lines = bytes / LINE_WIDTH; variable 103 } while (--lines > 0);
|