Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/keyboard/
Dqt2160.c59 struct qt2160_data *qt2160; member
89 struct qt2160_data *qt2160 = led->qt2160; in qt2160_led_work() local
90 struct i2c_client *client = qt2160->client; in qt2160_led_work()
94 mutex_lock(&qt2160->led_lock); in qt2160_led_work()
116 mutex_unlock(&qt2160->led_lock); in qt2160_led_work()
181 static int qt2160_get_key_matrix(struct qt2160_data *qt2160) in qt2160_get_key_matrix() argument
183 struct i2c_client *client = qt2160->client; in qt2160_get_key_matrix()
184 struct input_dev *input = qt2160->input; in qt2160_get_key_matrix()
202 old_matrix = qt2160->key_matrix; in qt2160_get_key_matrix()
203 qt2160->key_matrix = new_matrix = (regs[2] << 8) | regs[1]; in qt2160_get_key_matrix()
[all …]
DMakefile51 obj-$(CONFIG_KEYBOARD_QT2160) += qt2160.o
DKconfig143 will be called qt2160.