sparse_keymap_free(9) suse man page | unix.com

Man Page: sparse_keymap_free

Operating Environment: suse

Section: 9

SPARSE_KEYMAP_FREE(9)						  Input Subsystem					     SPARSE_KEYMAP_FREE(9)

NAME
sparse_keymap_free - free memory allocated for sparse keymap
SYNOPSIS
void sparse_keymap_free(struct input_dev * dev);
ARGUMENTS
dev Input device using sparse keymap
DESCRIPTION
This function is used to free memory allocated by sparse keymap in an input device that was set up by sparse_keymap_setup.
NOTE
It is safe to cal this function while input device is still registered (however the drivers should care not to try to use freed keymap and thus have to shut off interrups/polling before freeing the keymap).
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SPARSE_KEYMAP_FREE(9)
Related Man Pages
struct_input_polled_dev(9) - centos
iok(1) - debian
xkbcomp(1x) - osf1
struct_ff_device(9) - suse
struct_input_dev(9) - suse
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Getting command output to putty window title.
Cut command on RHEL 6.8 compatibility issues
SOCKS proxy & PAM configuration exposure
Docker learning Phase-I