Searched refs:device_names (Results 1 – 1 of 1) sorted by relevance
31 static char *device_names[] = {"/dev/mtk_cmdq", "/proc/mtk_cmdq", variable209 for (size_t ii = 0; ii < sizeof(device_names) / sizeof(device_names[0]); in main()211 fd = open(device_names[ii], O_RDONLY); in main()