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

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_galfns.c352 GAL_SOFTVGASTATE sSoftVgaState; local in function:Gal_set_softvga_state
354 INIT_GAL(&sSoftVgaState);
355 sSoftVgaState.dwSubfunction = GALFN_SETSOFTVGASTATE;
356 sSoftVgaState.bSoftVgaEnable = bEnable;
357 if (ioctl(ifbdev_handle, FBIOGAL_API, &sSoftVgaState))
374 GAL_SOFTVGASTATE sSoftVgaState; local in function:Gal_get_softvga_state
376 INIT_GAL(&sSoftVgaState);
377 sSoftVgaState.dwSubfunction = GALFN_GETSOFTVGASTATE;
378 if (ioctl(ifbdev_handle, FBIOGAL_API, &sSoftVgaState))
381 *bState = sSoftVgaState
[all...]

Completed in 8 milliseconds