Home
last modified time | relevance | path

Searched refs:spaces (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/
H A D.yamllint10 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 Dstacktrace.c24 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 Dsclp_rw.c179 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 Deject-2.1.5-spaces.patch1 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 Dti,dra7-dss.txt12 - 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 Dti,omap5-dss.txt64 - 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 Dti,omap4-dss.txt83 - 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 Dsun4i-ss-cipher.c27 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 Dtrace_functions_graph.c350 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 Dstacktrace.h13 int spaces);
15 unsigned int nr_entries, int spaces);
/OK3568_Linux_fs/kernel/mm/
H A Dswap_state.c75 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 Dlib_config.py141 spaces = " " * len(prefix)
146 .format(prefix=prefix, spaces=spaces,
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.fsl-trustzone-components15 - 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 D0003-Fix-mixed-tabs-spaces-in-protolib-wscript.patch4 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 Drtw_prealloc.c72 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 Drtw_prealloc.c72 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 Dinterpreter.patch2 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 DKconfig28 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 Ddevice_table2.txt4 # leading spaces are ignored for xattr
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dstacktrace.h13 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 D0128-kern-parser-Introduce-process_char-helper.patch60 + * spaces are used.
103 - spaces are used. */
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dcode-of-conduct.rst57 This Code of Conduct applies both within project spaces and in public spaces
/OK3568_Linux_fs/yocto/meta-clang/
H A DCODE_OF_CONDUCT.md48 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 Ddefault13 # You can list multiple hosts/networks separated by spaces.
/OK3568_Linux_fs/external/mpp/tools/
H A Dastylerc11 --indent=spaces=4

12345678910>>...12