Home
last modified time | relevance | path

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

/drivers/input/misc/
A Dsoc_button_array.c159 struct gpio_keys_button *gpio_keys; in soc_button_device_create() local
172 sizeof(*gpio_keys) * n_buttons, in soc_button_device_create()
177 gpio_keys = (void *)(gpio_keys_pdata + 1); in soc_button_device_create()
211 gpio_keys[n_buttons].irq = irq; in soc_button_device_create()
212 gpio_keys[n_buttons].gpio = -ENOENT; in soc_button_device_create()
214 gpio_keys[n_buttons].gpio = gpio; in soc_button_device_create()
217 gpio_keys[n_buttons].type = info->event_type; in soc_button_device_create()
220 gpio_keys[n_buttons].desc = info->name; in soc_button_device_create()
221 gpio_keys[n_buttons].wakeup = info->wakeup; in soc_button_device_create()
223 gpio_keys[n_buttons].debounce_interval = 50; in soc_button_device_create()
[all …]
/drivers/input/keyboard/
A DMakefile24 obj-$(CONFIG_KEYBOARD_GPIO) += gpio_keys.o
A Dgpio_keys.c358 ATTRIBUTE_GROUPS(gpio_keys);
A DKconfig248 module will be called gpio_keys.

Completed in 13 milliseconds