Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/input/
Dinput.c179 handle = handle->dnext; in input_event()
207 handle->dnext = handle->dev->handle; in input_link_handle()
219 handleptr = &((*handleptr)->dnext); in input_unlink_handle()
220 *handleptr = (*handleptr)->dnext; in input_unlink_handle()
274 struct input_handle *dnext; in input_unregister_device() local
287 dnext = handle->dnext; in input_unregister_device()
290 handle = dnext; in input_unregister_device()
/linux-2.4.37.9/include/linux/
Dinput.h704 struct input_handle *dnext; member