Home
last modified time | relevance | path

Searched refs:gpio_event (Results 1 – 2 of 2) sorted by relevance

/drivers/input/misc/
Dgpio_event.c23 struct gpio_event { struct
37 struct gpio_event *ip = input_get_drvdata(dev); in gpio_input_event() argument
59 static int gpio_event_call_all_func(struct gpio_event *ip, int func) in gpio_event_call_all_func()
102 static void __maybe_unused gpio_event_suspend(struct gpio_event *ip) in gpio_event_suspend()
109 static void __maybe_unused gpio_event_resume(struct gpio_event *ip) in gpio_event_resume()
119 struct gpio_event *ip; in gpio_event_probe()
204 struct gpio_event *ip = platform_get_drvdata(pdev); in gpio_event_remove()
DMakefile37 obj-$(CONFIG_INPUT_GPIO) += gpio_event.o gpio_matrix.o gpio_input.o gpio_output.o gpio_axis.o