Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxinputinit.h209 dmxVTPreSwitchProcPtr vt_pre_switch; /**< Called before a VT switch */ member
H A Ddmxinputinit.c641 if (dmxInput->devs[i]->vt_pre_switch) in dmxWakeupHandler()
642 dmxInput->devs[i]->vt_pre_switch(dmxInput->devs[i]->private); in dmxWakeupHandler()