summaryrefslogtreecommitdiff
path: root/include/linux/input/sh_keysc.h
blob: b3c4f3b6679ccc805fb76a2f4367882c7e81c0bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __SH_KEYSC_H__
#define __SH_KEYSC_H__

#define SH_KEYSC_MAXKEYS 64

struct sh_keysc_info {
	enum { SH_KEYSC_MODE_1, SH_KEYSC_MODE_2, SH_KEYSC_MODE_3,
	       SH_KEYSC_MODE_4, SH_KEYSC_MODE_5, SH_KEYSC_MODE_6 } mode;
	int scan_timing; /* 0 -> 7, see KYCR1, SCN[2:0] */
	int delay;
	int kycr2_delay;
	int keycodes[SH_KEYSC_MAXKEYS]; /* KEYIN * KEYOUT */
};

#endif /* __SH_KEYSC_H__ */
d=d8467112d645ec56760c78928e1e5a3f6faa9b74'>mtd: rawnand: Let callers use the bare Hamming helpersMiquel Raynal 2021-03-11mtd: nand: ecc-hamming: Use the public nsteps fieldMiquel Raynal 2021-03-11mtd: nand: ecc-hamming: Populate the public nsteps fieldMiquel Raynal 2020-12-10mtd: nand: ecc-hamming: Clarify the logic around rp17Miquel Raynal 2020-12-10mtd: nand: ecc-hamming: Create the software Hamming engineMiquel Raynal 2020-12-10mtd: nand: ecc-hamming: Stop using raw NAND structuresMiquel Raynal 2020-12-10mtd: nand: ecc-hamming: Rename the exported functionsMiquel Raynal 2020-12-10mtd: nand: ecc-hamming: Cleanup and style fixesMiquel Raynal 2020-12-10mtd: nand: ecc-hamming: Drop/fix the kernel docMiquel Raynal 2020-12-10mtd: nand: ecc-hamming: Clarify the driver descriptionsMiquel Raynal 2020-12-10mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal