HomeSort by relevance Sort by last modified time
    Searched refs:ts_dev (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.h 68 struct tsdev *ts_dev; member in struct:SDL_PrivateVideoData
106 #define ts_dev (this->hidden->ts_dev) macro
SDL_fbevents.c 333 if (ts_dev != NULL) {
334 ts_close(ts_dev);
335 ts_dev = NULL;
556 ts_dev = ts_open(mousedev, 1);
557 if ((ts_dev != NULL) && (ts_config(ts_dev) >= 0)) {
562 mouse_fd = ts_fd(ts_dev);
746 while (ts_read(ts_dev, &sample, 1) > 0) {

Completed in 590 milliseconds