OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mux_str
(Results
1 - 1
of
1
) sorted by null
/device/google/dragon/recovery/updater/
debug_ec.c
843
const char *
mux_str
[] = {"", "none", "usb", "dp", "dock", "auto"};
local
898
for (j = 0; j < ARRAY_SIZE(
mux_str
); ++j) {
899
if (!strcmp(argv[i],
mux_str
[j])) {
Completed in 76 milliseconds