Searched refs:wot (Results 1 – 4 of 4) sorted by relevance
25 struct thc_wot *wot; in thc_wot_config() local35 wot = &thc_dev->wot; in thc_wot_config()43 wot->gpio_irq = acpi_dev_gpio_irq_wake_get_by(adev, "wake-on-touch", 0, in thc_wot_config()44 &wot->gpio_irq_wakeable); in thc_wot_config()45 if (wot->gpio_irq <= 0) { in thc_wot_config()50 if (!wot->gpio_irq_wakeable) { in thc_wot_config()61 ret = dev_pm_set_dedicated_wake_irq(thc_dev->dev, wot->gpio_irq); in thc_wot_config()86 if (thc_dev->wot.gpio_irq_wakeable) in thc_wot_unconfig()89 if (thc_dev->wot.gpio_irq > 0) { in thc_wot_unconfig()
82 struct thc_wot wot; member
11 intel-thc-objs += intel-thc/intel-thc-wot.o
277 static void handle_gdb_break(struct pt_regs *regs, int wot) in handle_gdb_break() argument279 force_sig_fault(SIGTRAP, wot, in handle_gdb_break()