other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| SPARSE_KEYMAP_FREE(9) | Input Subsystem | SPARSE_KEYMAP_FREE(9) |
NAME¶
sparse_keymap_free - free memory allocated for sparse keymapSYNOPSIS¶
void
sparse_keymap_free(struct input_dev * dev);
ARGUMENTS¶
devInput 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 interrupts/polling before freeing the keymap).COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |