Searched refs:wake_gpio (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/hsi/controllers/ |
| H A D | omap_ssi.h | 92 struct gpio_desc *wake_gpio; member
|
| /linux/drivers/hid/intel-thc-hid/intel-quicki2c/ |
| H A D | pci-quicki2c.c | 44 static const struct acpi_gpio_params wake_gpio = { 0, 0, true }; variable 47 { "wake-on-touch", &wake_gpio, 1 },
|
| /linux/drivers/hid/intel-thc-hid/intel-quickspi/ |
| H A D | pci-quickspi.c | 62 static const struct acpi_gpio_params wake_gpio = { 0, 0, true }; variable 65 { "wake-on-touch", &wake_gpio, 1 },
|
| /linux/drivers/input/touchscreen/ |
| H A D | atmel_mxt_ts.c | 319 struct gpio_desc *wake_gpio; member 656 gpiod_set_value(data->wake_gpio, wake_up); in mxt_wakeup_toggle() 3280 data->wake_gpio = devm_gpiod_get_optional(&client->dev, in mxt_probe() 3282 if (IS_ERR(data->wake_gpio)) { in mxt_probe() 3283 error = PTR_ERR(data->wake_gpio); in mxt_probe()
|