Home
last modified time | relevance | path

Searched refs:key_matrix (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dkey_matrix.h15 struct key_matrix { struct
57 int key_matrix_decode(struct key_matrix *config, struct key_matrix_key *keys,
72 int key_matrix_decode_fdt(struct udevice *dev, struct key_matrix *config);
83 int key_matrix_init(struct key_matrix *config, int rows, int cols,
/rk3399_rockchip-uboot/drivers/input/
H A Dkey_matrix.c27 static int has_ghosting(struct key_matrix *config, struct key_matrix_key *keys, in has_ghosting()
55 int key_matrix_decode(struct key_matrix *config, struct key_matrix_key keys[], in key_matrix_decode()
108 static uchar *create_keymap(struct key_matrix *config, const u32 *data, int len, in create_keymap()
141 int key_matrix_decode_fdt(struct udevice *dev, struct key_matrix *config) in key_matrix_decode_fdt()
179 int key_matrix_init(struct key_matrix *config, int rows, int cols, in key_matrix_init()
H A DMakefile14 obj-$(CONFIG_$(SPL_TPL_)OF_CONTROL) += key_matrix.o
H A Dcros_ec_keyb.c28 struct key_matrix matrix; /* The key matrix layer */
H A Dtegra-kbc.c47 struct key_matrix matrix; /* The key matrix layer */