Lines Matching defs:gpio
16 #include <linux/gpio/consumer.h>
18 #include <linux/gpio.h>
59 * irq-type to IRQ_TYPE_LEVEL_LOW. Where as the gpio-keys driver programs the
61 * To work around this we don't set gpio_keys_button.gpio on these 2-in-1s,
163 int error, gpio, irq;
191 error = soc_button_lookup_gpio(&pdev->dev, info->acpi_index, &gpio, &irq);
212 gpio_keys[n_buttons].gpio = -ENOENT;
214 gpio_keys[n_buttons].gpio = gpio;
236 pd = platform_device_register_resndata(&pdev->dev, "gpio-keys",
243 "failed registering gpio-keys: %d\n", error);