Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/tests/
H A Dinput_test.c136 struct input_handle test_handle; in input_test_grab() local
151 test_handle.dev = input_get_device(input_dev); in input_test_grab()
152 test_handle.name = dev_name(&input_dev->dev); in input_test_grab()
153 test_handle.handler = &handler; in input_test_grab()
154 res = input_grab_device(&test_handle); in input_test_grab()
159 res = input_grab_device(&test_handle); in input_test_grab()