Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c51 static DevPrivateKeyRec xwl_tablet_private_key; variable
2091 &xwl_tablet_private_key); in xwl_tablet_pad_proc()
2215 dixSetPrivate(&pad->xdevice->devPrivates, &xwl_tablet_private_key, pad); in tablet_pad_done()
2935 if (!dixRegisterPrivateKey(&xwl_tablet_private_key, PRIVATE_DEVICE, 0)) { in InitInput()