Home
last modified time | relevance | path

Searched refs:xsync (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dsynclink_gt.c276 unsigned int xsync; member
2808 static int get_xsync(struct slgt_info *info, int __user *xsync) in get_xsync() argument
2810 DBGINFO(("%s get_xsync=%x\n", info->device_name, info->xsync)); in get_xsync()
2811 if (put_user(info->xsync, xsync)) in get_xsync()
2822 static int set_xsync(struct slgt_info *info, int xsync) in set_xsync() argument
2826 DBGINFO(("%s set_xsync=%x)\n", info->device_name, xsync)); in set_xsync()
2828 info->xsync = xsync; in set_xsync()
2829 wr_reg32(info, XSR, xsync); in set_xsync()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog2936 xsync: Add resource inside of SyncCreate, export SyncCreate
3024 xsync: Add resource inside of SyncCreate, export SyncCreate
10925 xsync: Fix diffgreater comparison
13601 With this change, we can now run my xsync regression test on Travis.
58492 Merge branch 'xsync-transition-bug-59644' into for-keith
136005 xsync: make SyncAlarmCounterDestroyed static
137316 xsync: Prototype fix.
137322 xsync: build fix
137374 xsync: Fix wakeup storm in idletime counter.
137387 xsync: ANSI cleanups
[all …]