Home
last modified time | relevance | path

Searched refs:touchkey (Results 1 – 4 of 4) sorted by relevance

/drivers/input/keyboard/
A Dtm2-touchkey.c140 if (touchkey->variant->no_reg) in tm2_touchkey_irq_handler()
196 touchkey = devm_kzalloc(&client->dev, sizeof(*touchkey), GFP_KERNEL); in tm2_touchkey_probe()
197 if (!touchkey) in tm2_touchkey_probe()
200 touchkey->client = client; in tm2_touchkey_probe()
210 touchkey->regulators); in tm2_touchkey_probe()
217 touchkey->vdd = touchkey->regulators[1].consumer; in tm2_touchkey_probe()
226 touchkey->num_keycodes = 2; in tm2_touchkey_probe()
245 if (!touchkey->input_dev) { in tm2_touchkey_probe()
253 touchkey->input_dev->keycode = touchkey->keycodes; in tm2_touchkey_probe()
254 touchkey->input_dev->keycodemax = touchkey->num_keycodes; in tm2_touchkey_probe()
[all …]
A Dcypress-sf.c48 touchkey->num_keys); in cypress_sf_irq_handler()
77 touchkey = devm_kzalloc(&client->dev, sizeof(*touchkey), GFP_KERNEL); in cypress_sf_probe()
78 if (!touchkey) in cypress_sf_probe()
81 touchkey->client = client; in cypress_sf_probe()
89 touchkey->regulators); in cypress_sf_probe()
98 if (touchkey->num_keys < 0) { in cypress_sf_probe()
100 touchkey->num_keys = 2; in cypress_sf_probe()
104 touchkey->num_keys, in cypress_sf_probe()
107 if (!touchkey->keycodes) in cypress_sf_probe()
134 touchkey); in cypress_sf_probe()
[all …]
A DMakefile70 obj-$(CONFIG_KEYBOARD_TM2_TOUCHKEY) += tm2-touchkey.o
A DKconfig429 Say Y here if you have Freescale MPR121 touchkey controller
702 tristate "TM2 touchkey support"
706 Say Y here to enable device driver for tm2-touchkey with
710 module will be called tm2-touchkey.
792 tristate "Cypress StreetFighter touchkey support"

Completed in 12 milliseconds