Home
last modified time | relevance | path

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

/Linux-v5.4/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 …]
DMakefile56 obj-$(CONFIG_KEYBOARD_QT2160) += qt2160.o
DKconfig188 will be called qt2160.