struct_input_handle(9) suse man page | unix.com

Man Page: struct_input_handle

Operating Environment: suse

Section: 9

STRUCT
INPUT_HANDLE(9) Input Subsystem STRUCT INPUT_HANDLE(9)
NAME
struct_input_handle - links input device with an input handler
SYNOPSIS
struct input_handle { void * private; int open; const char * name; struct input_dev * dev; struct input_handler * handler; struct list_head d_node; struct list_head h_node; };
MEMBERS
private handler-specific data open counter showing whether the handle is 'open', i.e. should deliver events from its device name name given to the handle by handler that created it dev input device the handle is attached to handler handler that works with the device through this handle d_node used to put the handle on device's list of attached handles h_node used to put the handle on handler's list of handles from which it gets events
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 STRUCT INPUT_HANDLE(9)
Related Man Pages
struct_ccw_driver(9) - centos
struct_ff_device(9) - centos
struct_input_polled_dev(9) - centos
struct_rio_switch(9) - centos
struct_ccw_driver(9) - suse
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Change directory error
Tar Command
A (ksh) Library For and From UNIX.com
Shopt -s histappend