Searched refs:commands (Results 1 – 6 of 6) sorted by relevance
137 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 …]
122 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 …]
15 static struct mconsole_command commands[] = { variable64 for (i = 0; i < ARRAY_SIZE(commands); i++) { in mconsole_parse()65 cmd = &commands[i]; in mconsole_parse()
27 /* On rossa backlight is controlled with MIPI DCS commands */
767 to issue asynchronous chsc commands (DANGEROUS).
1257 when issued ITS commands such as VMOVP and VMAPP, and requires1258 a 128kB offset to be applied to the target address in this commands.
Completed in 17 milliseconds