| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ |
| H A D | .yamllint | 10 min-spaces-inside: 0 11 max-spaces-inside: 1 12 min-spaces-inside-empty: 0 13 max-spaces-inside-empty: 0 15 min-spaces-inside: 0 16 max-spaces-inside: 1 17 min-spaces-inside-empty: 0 18 max-spaces-inside-empty: 0 19 colons: {max-spaces-before: 0, max-spaces-after: 1} 20 commas: {min-spaces-after: 1, max-spaces-after: 1} [all …]
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | stacktrace.c | 24 int spaces) in stack_trace_print() argument 32 printk("%*c%pS\n", 1 + spaces, ' ', (void *)entries[i]); in stack_trace_print() 47 unsigned int nr_entries, int spaces) in stack_trace_snprint() argument 55 generated = snprintf(buf, size, "%*c%pS\n", 1 + spaces, ' ', in stack_trace_snprint()
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | sclp_rw.c | 179 int spaces, i_msg; in sclp_write() local 249 spaces = buffer->current_length; in sclp_write() 255 memset(buffer->current_line, 0x40, spaces); in sclp_write() 256 buffer->current_line += spaces; in sclp_write() 257 buffer->current_length = spaces; in sclp_write()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/eject/eject/ |
| H A D | eject-2.1.5-spaces.patch | 1 Kept to help with spaces in the mount path 5 Linux mangles spaces in mount points by changing them to an octal string 18 + * Linux mangles spaces in mount points by changing them to an octal string
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/ti/ |
| H A D | ti,dra7-dss.txt | 12 - reg: address and length of the register spaces for 'dss' 23 - reg: address and length of the register spaces for 'pll1_clkctrl', 60 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
|
| H A D | ti,omap5-dss.txt | 64 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll' 86 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
|
| H A D | ti,omap4-dss.txt | 83 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll' 105 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
|
| /OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun4i-ss/ |
| H A D | sun4i-ss-cipher.c | 27 u32 spaces; in sun4i_ss_opti_poll() local 99 spaces = readl(ss->base + SS_FCSR); in sun4i_ss_opti_poll() 100 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_ss_opti_poll() 101 tx_cnt = SS_TXFIFO_SPACES(spaces); in sun4i_ss_opti_poll() 182 u32 spaces; in sun4i_ss_cipher_poll() local 307 spaces = readl(ss->base + SS_FCSR); in sun4i_ss_cipher_poll() 308 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_ss_cipher_poll() 309 tx_cnt = SS_TXFIFO_SPACES(spaces); in sun4i_ss_cipher_poll()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_functions_graph.c | 350 int spaces = 0; in print_graph_proc() local 362 spaces = TRACE_GRAPH_PROCINFO_LENGTH - len; in print_graph_proc() 365 for (i = 0; i < spaces / 2; i++) in print_graph_proc() 371 for (i = 0; i < spaces - (spaces / 2); i++) in print_graph_proc() 1114 static const char spaces[] = " " /* 16 spaces */ in print_lat_header() local 1128 seq_printf(s, "#%.*s _-----=> irqs-off \n", size, spaces); in print_lat_header() 1129 seq_printf(s, "#%.*s / _----=> need-resched \n", size, spaces); in print_lat_header() 1130 seq_printf(s, "#%.*s| / _---=> hardirq/softirq \n", size, spaces); in print_lat_header() 1131 seq_printf(s, "#%.*s|| / _--=> preempt-depth \n", size, spaces); in print_lat_header() 1132 seq_printf(s, "#%.*s||| / \n", size, spaces); in print_lat_header()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | stacktrace.h | 13 int spaces); 15 unsigned int nr_entries, int spaces);
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | swap_state.c | 75 struct address_space *spaces; in total_swapcache_pages() local 89 spaces = swapper_spaces[i]; in total_swapcache_pages() 91 ret += spaces[j].nrpages; in total_swapcache_pages() 714 struct address_space *spaces, *space; in init_swap_address_space() local 718 spaces = kvcalloc(nr, sizeof(struct address_space), GFP_KERNEL); in init_swap_address_space() 719 if (!spaces) in init_swap_address_space() 722 space = spaces + i; in init_swap_address_space() 730 swapper_spaces[type] = spaces; in init_swap_address_space()
|
| /OK3568_Linux_fs/buildroot/utils/checkpackagelib/ |
| H A D | lib_config.py | 141 spaces = " " * len(prefix) 146 .format(prefix=prefix, spaces=spaces,
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.fsl-trustzone-components | 15 - Separates Secure World and Normal World on-chip RAM (OCRAM) spaces. 22 - Separates Secure World and Normal World external memory spaces for bus masters
|
| /OK3568_Linux_fs/buildroot/package/norm/ |
| H A D | 0003-Fix-mixed-tabs-spaces-in-protolib-wscript.patch | 4 Subject: [PATCH] Fix mixed tabs/spaces in protolib wscript 7 TabError: inconsistent use of tabs and spaces in indentation
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_prealloc.c | 72 unsigned int nr_entries, int spaces) in stacktrace_print() argument 74 stack_trace_print(entries->stack_entries, nr_entries, spaces); in stacktrace_print() 84 unsigned int nr_entries, int spaces) in stacktrace_print() argument 86 stack_trace_print(entries->trace.entries, nr_entries, spaces); in stacktrace_print()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_prealloc.c | 72 unsigned int nr_entries, int spaces) in stacktrace_print() argument 74 stack_trace_print(entries->stack_entries, nr_entries, spaces); in stacktrace_print() 84 unsigned int nr_entries, int spaces) in stacktrace_print() argument 86 stack_trace_print(entries->trace.entries, nr_entries, spaces); in stacktrace_print()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-installer/ |
| H A D | interpreter.patch | 2 play games with hashbangs: for now assume that even hashbangs with spaces 3 are simple (assume the spaces are only used to separate arguments) and
|
| /OK3568_Linux_fs/kernel/mm/damon/ |
| H A D | Kconfig | 28 bool "Data access monitoring primitives for virtual address spaces" 33 that work for virtual address spaces.
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/core/ |
| H A D | device_table2.txt | 4 # leading spaces are ignored for xattr
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | stacktrace.h | 13 static inline void print_stack_trace(struct stack_trace *trace, int spaces) in print_stack_trace() argument
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0128-kern-parser-Introduce-process_char-helper.patch | 60 + * spaces are used. 103 - spaces are used. */
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | code-of-conduct.rst | 57 This Code of Conduct applies both within project spaces and in public spaces
|
| /OK3568_Linux_fs/yocto/meta-clang/ |
| H A D | CODE_OF_CONDUCT.md | 48 This Code of Conduct applies both within project spaces and in public spaces
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/distcc/files/ |
| H A D | default | 13 # You can list multiple hosts/networks separated by spaces.
|
| /OK3568_Linux_fs/external/mpp/tools/ |
| H A D | astylerc | 11 --indent=spaces=4
|