Lines Matching full:wake
11 * thc_wot_config - Query and configure wake-on-touch feature
16 * _DSD to map this GPIO resource, so this function first registers wake GPIO
17 * mapping manually, then queries wake-on-touch GPIO resource from ACPI,
18 * if it exists and is wake-able, configure driver to enable it, otherwise,
39 dev_warn(thc_dev->dev, "Can't add wake GPIO resource, ret = %d\n", ret); in thc_wot_config()
43 wot->gpio_irq = acpi_dev_gpio_irq_wake_get_by(adev, "wake-on-touch", 0, in thc_wot_config()
46 dev_warn(thc_dev->dev, "Can't find wake GPIO resource\n"); in thc_wot_config()
57 dev_warn(thc_dev->dev, "Failed to init wake up.\n"); in thc_wot_config()
63 dev_warn(thc_dev->dev, "Failed to set wake up IRQ.\n"); in thc_wot_config()
70 * thc_wot_unconfig - Unconfig wake-on-touch feature
73 * Configure driver to disable wake-on-touch and release ACPI resource.