Home
last modified time | relevance | path

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

/linux/drivers/input/keyboard/
H A Dqt2160.c46 struct qt2160_data *qt2160; member
73 struct qt2160_data *qt2160 = led->qt2160; in qt2160_led_set() local
74 struct i2c_client *client = qt2160->client; in qt2160_led_set()
159 struct qt2160_data *qt2160 = input_get_drvdata(input); in qt2160_get_key_matrix() local
160 struct i2c_client *client = qt2160->client; in qt2160_get_key_matrix()
178 old_matrix = qt2160->key_matrix; in qt2160_get_key_matrix()
179 qt2160->key_matrix = new_matrix = (regs[2] << 8) | regs[1]; in qt2160_get_key_matrix()
186 input_report_key(input, qt2160->keycodes[i], keyval); in qt2160_get_key_matrix()
239 static int qt2160_register_leds(struct qt2160_data *qt2160) in qt2160_register_leds() argument
241 struct i2c_client *client = qt2160->client; in qt2160_register_leds()
[all …]
H A DMakefile58 obj-$(CONFIG_KEYBOARD_QT2160) += qt2160.o
H A DKconfig188 will be called qt2160.