OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ts_dev
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.h
76
struct tsdev *
ts_dev
;
member in struct:SDL_PrivateVideoData
119
#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;
561
ts_dev
= ts_open(mousedev, 1);
562
if ((
ts_dev
!= NULL) && (ts_config(
ts_dev
) >= 0)) {
567
mouse_fd = ts_fd(
ts_dev
);
751
while (ts_read(
ts_dev
, &sample, 1) > 0) {
Completed in 33 milliseconds