Home
last modified time | relevance | path

Searched refs:KDSKBMUTE (Results 1 – 3 of 3) sorted by relevance

/third_party/weston/libweston/
Dlauncher-direct.c46 #ifndef KDSKBMUTE
47 #define KDSKBMUTE 0x4B51 macro
174 if (ioctl(launcher->tty, KDSKBMUTE, 1) && in setup_tty()
264 if (ioctl(launcher->tty, KDSKBMUTE, 0) && in launcher_direct_restore()
Dlauncher-weston-launch.c54 #ifndef KDSKBMUTE
55 #define KDSKBMUTE 0x4B51 macro
181 if (ioctl(launcher->tty, KDSKBMUTE, 0) && in launcher_weston_launch_restore()
Dweston-launch.c64 #ifndef KDSKBMUTE
65 #define KDSKBMUTE 0x4B51 macro
490 if (ioctl(wl->tty, KDSKBMUTE, 0) && in quit()
656 if (ioctl(wl->tty, KDSKBMUTE, 1) && in setup_tty()