Lines Matching refs:pDisplayTiming
795 * pDisplayTiming: It specifies the display timing of the galdevice.
799 Gal_get_display_timing(PGAL_DISPLAYTIMING pDisplayTiming)
801 INIT_GAL(pDisplayTiming);
802 pDisplayTiming->dwSubfunction = GALFN_GETDISPLAYTIMINGS;
804 if (ioctl(ifbdev_handle, FBIOGAL_API, pDisplayTiming))
816 * pDisplayTiming: It specifies the display timing of the galdevice.
820 Gal_set_display_timing(PGAL_DISPLAYTIMING pDisplayTiming)
822 INIT_GAL(pDisplayTiming);
823 pDisplayTiming->dwSubfunction = GALFN_SETDISPLAYTIMINGS;
825 if (ioctl(ifbdev_handle, FBIOGAL_API, pDisplayTiming))