Searched refs:z4l_dev_paths (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dz4l.c86 static char *z4l_dev_paths[] = { variable in typeref:typename:char * []
1351 for (dev = 0; z4l_dev_paths[dev] != NULL; ++dev) {
1352 fd = open(z4l_dev_paths[dev], O_RDWR, 0);
1355 DBLOG(1, "%s open ok\n", z4l_dev_paths[dev]);
1375 DBLOG(0, "%s %s\n", z4l_dev_paths[dev], msg);
1585 strncpy(&pPriv->dev_path[0], z4l_dev_paths[dev],

Completed in 5 milliseconds