Lines Matching defs:wot
8 #include "intel-thc-wot.h"
25 struct thc_wot *wot;
35 wot = &thc_dev->wot;
43 wot->gpio_irq = acpi_dev_gpio_irq_wake_get_by(adev, "wake-on-touch", 0,
44 &wot->gpio_irq_wakeable);
45 if (wot->gpio_irq <= 0) {
50 if (!wot->gpio_irq_wakeable) {
61 ret = dev_pm_set_dedicated_wake_irq(thc_dev->dev, wot->gpio_irq);
86 if (thc_dev->wot.gpio_irq_wakeable)
89 if (thc_dev->wot.gpio_irq > 0) {