Home
last modified time | relevance | path

Searched full:hynitron (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/input/touchscreen/
H A Dhynitron_cstxxx.c3 * Driver for Hynitron cstxxx Touchscreen
7 * This code is based on hynitron_core.c authored by Hynitron.
375 ts_data->input_dev->name = "Hynitron cst3xx Touchscreen"; in cst3xx_input_dev_int()
460 "Hynitron Touch Int", client); in hyn_probe()
485 { .compatible = "hynitron,cst340", .data = &cst3xx_data },
492 .name = "Hynitron-TS",
503 MODULE_DESCRIPTION("Hynitron Touchscreen Driver");
H A Dhynitron-cst816x.c3 * Driver for I2C connected Hynitron CST816x Series Touchscreen
136 priv->input->name = "Hynitron CST816x Series Touchscreen"; in cst816x_register_input()
235 { .compatible = "hynitron,cst816s", },
252 MODULE_DESCRIPTION("Hynitron CST816x Series Touchscreen Driver");
H A DKconfig467 tristate "Hynitron touchscreen support"
470 Say Y here if you have a touchscreen using a Hynitron
476 module will be called hynitron-cstxxx.
479 tristate "Hynitron CST816x touchscreen"
482 Say Y here if you have a touchscreen using a Hynitron
488 module will be called hynitron-cst816x.
H A DMakefile54 obj-$(CONFIG_TOUCHSCREEN_HYNITRON_CST816X) += hynitron-cst816x.o