Home
last modified time | relevance | path

Searched refs:qt2160 (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/keyboard/
Dqt2160.c46 struct qt2160_data *qt2160; member
74 struct qt2160_data *qt2160 = led->qt2160; in qt2160_led_set() local
75 struct i2c_client *client = qt2160->client; in qt2160_led_set()
158 static int qt2160_get_key_matrix(struct qt2160_data *qt2160) in qt2160_get_key_matrix() argument
160 struct i2c_client *client = qt2160->client; in qt2160_get_key_matrix()
161 struct input_dev *input = qt2160->input; in qt2160_get_key_matrix()
179 old_matrix = qt2160->key_matrix; in qt2160_get_key_matrix()
180 qt2160->key_matrix = new_matrix = (regs[2] << 8) | regs[1]; in qt2160_get_key_matrix()
187 input_report_key(input, qt2160->keycodes[i], keyval); in qt2160_get_key_matrix()
200 struct qt2160_data *qt2160 = _qt2160; in qt2160_irq() local
[all …]
DMakefile58 obj-$(CONFIG_KEYBOARD_QT2160) += qt2160.o
DKconfig184 will be called qt2160.
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0024_linux_drivers_input.patch31 @@ -59,6 +59,7 @@ obj-$(CONFIG_KEYBOARD_QT2160) += qt2160.o