Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 6 of 6) sorted by relevance

/arch/sparc/kernel/
A Dsetup_32.c137 while (*commands) { in boot_flags_init()
140 commands++; in boot_flags_init()
143 if (*commands == '\0') in boot_flags_init()
146 commands++; in boot_flags_init()
147 while (*commands && *commands != ' ') in boot_flags_init()
158 if (*commands == 'K' || *commands == 'k') { in boot_flags_init()
160 commands++; in boot_flags_init()
161 } else if (*commands=='M' || *commands=='m') { in boot_flags_init()
163 commands++; in boot_flags_init()
166 while (*commands && *commands != ' ') in boot_flags_init()
[all …]
A Dsetup_64.c122 while (*commands) { in boot_flags_init()
124 while (*commands == ' ') in boot_flags_init()
125 commands++; in boot_flags_init()
128 if (*commands == '\0') in boot_flags_init()
130 if (*commands == '-') { in boot_flags_init()
131 commands++; in boot_flags_init()
132 while (*commands && *commands != ' ') in boot_flags_init()
133 process_switch(*commands++); in boot_flags_init()
137 cmdline_memory_size = memparse(commands + 4, &commands); in boot_flags_init()
139 while (*commands && *commands != ' ') in boot_flags_init()
[all …]
/arch/um/drivers/
A Dmconsole_user.c15 static struct mconsole_command commands[] = { variable
64 for (i = 0; i < ARRAY_SIZE(commands); i++) { in mconsole_parse()
65 cmd = &commands[i]; in mconsole_parse()
/arch/arm64/boot/dts/qcom/
A Dmsm8916-samsung-rossa-common.dtsi27 /* On rossa backlight is controlled with MIPI DCS commands */
/arch/s390/
A DKconfig767 to issue asynchronous chsc commands (DANGEROUS).
/arch/arm64/
A DKconfig1257 when issued ITS commands such as VMOVP and VMAPP, and requires
1258 a 128kB offset to be applied to the target address in this commands.

Completed in 17 milliseconds