Searched refs:pnl_opt (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_gx2_driver.c | 391 char *pnl_opt; local in function:get_flatpanel_info 393 pnl_opt = strtok((char *)options, ":"); 394 *W = strtoul(pnl_opt, NULL, 0); 395 pnl_opt = strtok(NULL, ":"); 396 *H = strtoul(pnl_opt, NULL, 0); 397 pnl_opt = strtok(NULL, ":"); 398 *D = strtoul(pnl_opt, NULL, 0); 399 pnl_opt = strtok(NULL, ":"); 400 *C = strtoul(pnl_opt, NULL, 0); 401 pnl_opt [all...] |
Completed in 80 milliseconds