'\" t .\" Title: struct matrix_keymap_data .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Input Subsystem .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "STRUCT MATRIX_KEYMAP" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Input Subsystem" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" struct_matrix_keymap_data \- keymap for matrix keyboards .SH "SYNOPSIS" .sp .nf struct matrix_keymap_data { const uint32_t * keymap; unsigned int keymap_size; }; .fi .SH "MEMBERS" .PP keymap .RS 4 pointer to array of uint32 values encoded with \fBKEY\fR macro representing keymap .RE .PP keymap_size .RS 4 number of entries (initialized) in this keymap .RE .SH "DESCRIPTION" .PP This structure is supposed to be used by platform code to supply keymaps to drivers that implement matrix\-like keypads/keyboards\&. .SH "COPYRIGHT" .br