Home
last modified time | relevance | path

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

/drivers/input/misc/
Dgpio_event.c59 static int gpio_event_call_all_func(struct gpio_event *ip, int func) in gpio_event_call_all_func() function
104 gpio_event_call_all_func(ip, GPIO_EVENT_FUNC_SUSPEND); in gpio_event_suspend()
113 gpio_event_call_all_func(ip, GPIO_EVENT_FUNC_RESUME); in gpio_event_resume()
169 err = gpio_event_call_all_func(ip, GPIO_EVENT_FUNC_INIT); in gpio_event_probe()
186 gpio_event_call_all_func(ip, GPIO_EVENT_FUNC_UNINIT); in gpio_event_probe()
207 gpio_event_call_all_func(ip, GPIO_EVENT_FUNC_UNINIT); in gpio_event_remove()