Searched refs:qt2160 (Results 1 – 3 of 3) sorted by relevance
59 struct qt2160_data *qt2160; member89 struct qt2160_data *qt2160 = led->qt2160; in qt2160_led_work() local90 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() argument183 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 …]
51 obj-$(CONFIG_KEYBOARD_QT2160) += qt2160.o
143 will be called qt2160.