Home
last modified time | relevance | path

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

/openbmc/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
178 old_matrix = qt2160->key_matrix; in qt2160_get_key_matrix()
253 led->qt2160 = qt2160; in qt2160_register_leds()
310 struct qt2160_data *qt2160; in qt2160_probe() local
325 qt2160 = devm_kzalloc(&client->dev, sizeof(*qt2160), GFP_KERNEL); in qt2160_probe()
326 if (!qt2160) in qt2160_probe()
333 qt2160->client = client; in qt2160_probe()
334 qt2160->input = input; in qt2160_probe()
339 input->keycode = qt2160->keycodes; in qt2160_probe()
[all …]
H A DMakefile59 obj-$(CONFIG_KEYBOARD_QT2160) += qt2160.o
H A DKconfig188 will be called qt2160.