Home
last modified time | relevance | path

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

/linux/drivers/hid/intel-thc-hid/intel-thc/
H A Dintel-thc-wot.c25 struct thc_wot *wot; in thc_wot_config() local
35 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()
H A Dintel-thc-dev.h82 struct thc_wot wot; member
/linux/drivers/hid/intel-thc-hid/
H A DMakefile11 intel-thc-objs += intel-thc/intel-thc-wot.o
/linux/arch/parisc/kernel/
H A Dtraps.c277 static void handle_gdb_break(struct pt_regs *regs, int wot) in handle_gdb_break() argument
279 force_sig_fault(SIGTRAP, wot, in handle_gdb_break()