/kernel/linux/linux-5.10/Documentation/devicetree/bindings/ |
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 …]
|
/kernel/linux/linux-5.10/kernel/ |
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()
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
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()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/ti/ |
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',
|
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',
|
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',
|
/kernel/linux/linux-5.10/include/linux/ |
D | stacktrace.h | 13 int spaces); 15 unsigned int nr_entries, int spaces);
|
/kernel/linux/linux-5.10/mm/ |
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() 709 struct address_space *spaces, *space; in init_swap_address_space() local 713 spaces = kvcalloc(nr, sizeof(struct address_space), GFP_KERNEL); in init_swap_address_space() 714 if (!spaces) in init_swap_address_space() 717 space = spaces + i; in init_swap_address_space() 725 swapper_spaces[type] = spaces; in init_swap_address_space()
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/ |
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()
|
D | sun4i-ss-hash.c | 191 u32 spaces, rx_cnt = SS_RX_DEFAULT, bf[32] = {0}, v, ivmode = 0; in sun4i_hash() local 320 spaces = readl(ss->base + SS_FCSR); in sun4i_hash() 321 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_hash()
|
/kernel/linux/linux-5.10/kernel/trace/ |
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()
|
/kernel/linux/linux-5.10/tools/include/linux/ |
D | stacktrace.h | 13 static inline void print_stack_trace(struct stack_trace *trace, int spaces) in print_stack_trace() argument
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | jit-interface.txt | 8 Each line has the following format, fields separated with spaces:
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/rc/ |
D | lirc-set-send-carrier.rst | 34 Set send carrier used to modulate IR PWM pulses and spaces.
|
D | lirc-set-rec-carrier.rst | 34 Set receive carrier used to modulate IR PWM pulses and spaces.
|
/kernel/linux/linux-5.10/Documentation/process/ |
D | code-of-conduct.rst | 57 This Code of Conduct applies both within project spaces and in public spaces
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
D | marvell,pxa168.txt | 13 "mpmu", "apmu", "apbc". So three reg spaces need to be defined.
|
D | marvell,pxa910.txt | 13 "mpmu", "apmu", "apbc", "apbcp". So four reg spaces need to be defined.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/can/ |
D | ti_hecc.txt | 9 - reg: addresses and lengths of the register spaces for 'hecc', 'hecc-ram'
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
D | Kconfig | 22 bool "Enable write by debugfs to configuration spaces (DANGEROUS)"
|
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/ |
D | isst-display.c | 87 char *spaces = " "; in format_and_print_txt() local 99 "%s", spaces); in format_and_print_txt() 114 char *spaces = " "; in format_and_print() local 134 "%s", spaces); in format_and_print() 152 "%s", spaces); in format_and_print()
|
/kernel/linux/linux-5.10/scripts/kconfig/tests/preprocess/escape/ |
D | Kconfig | 11 # Like Make, single quotes, double quotes, spaces are treated verbatim.
|
/kernel/linux/linux-5.10/Documentation/x86/x86_64/ |
D | fsgs.rst | 154 address spaces are supported. Code which implements fallback modes should 181 address spaces via an attribute based mechanism in Clang 2.6 and newer 192 In case the compiler does not support address spaces, inline assembly can
|
/kernel/linux/linux-5.10/lib/ |
D | vsprintf.c | 582 static void move_right(char *buf, char *end, unsigned len, unsigned spaces) in move_right() argument 588 if (size <= spaces) { in move_right() 593 if (len > size - spaces) in move_right() 594 len = size - spaces; in move_right() 595 memmove(buf + spaces, buf, len); in move_right() 597 memset(buf, ' ', spaces); in move_right() 611 unsigned spaces; in widen_string() local 616 spaces = spec.field_width - n; in widen_string() 618 move_right(buf - n, end, n, spaces); in widen_string() 619 return buf + spaces; in widen_string() [all …]
|
/kernel/linux/linux-5.10/scripts/coccinelle/misc/ |
D | ifcol.cocci | 8 //# calculation does not distinguish between spaces and tabs, so code that
|