Home
last modified time | relevance | path

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

/linux/drivers/input/keyboard/
A Dtm2-touchkey.c141 if (touchkey->variant->no_reg) in tm2_touchkey_irq_handler()
198 touchkey = devm_kzalloc(&client->dev, sizeof(*touchkey), GFP_KERNEL); in tm2_touchkey_probe()
199 if (!touchkey) in tm2_touchkey_probe()
202 touchkey->client = client; in tm2_touchkey_probe()
212 touchkey->regulators); in tm2_touchkey_probe()
219 touchkey->vdd = touchkey->regulators[1].consumer; in tm2_touchkey_probe()
228 touchkey->num_keycodes = 2; in tm2_touchkey_probe()
247 if (!touchkey->input_dev) { in tm2_touchkey_probe()
255 touchkey->input_dev->keycode = touchkey->keycodes; in tm2_touchkey_probe()
256 touchkey->input_dev->keycodemax = touchkey->num_keycodes; in tm2_touchkey_probe()
[all …]
A Dcypress-sf.c41 dev_err(&touchkey->client->dev, in cypress_sf_irq_handler()
48 touchkey->num_keys); in cypress_sf_irq_handler()
69 touchkey = devm_kzalloc(&client->dev, sizeof(*touchkey), GFP_KERNEL); in cypress_sf_probe()
70 if (!touchkey) in cypress_sf_probe()
73 touchkey->client = client; in cypress_sf_probe()
81 touchkey->regulators); in cypress_sf_probe()
90 if (touchkey->num_keys < 0) { in cypress_sf_probe()
92 touchkey->num_keys = 2; in cypress_sf_probe()
96 touchkey->num_keys, in cypress_sf_probe()
99 if (!touchkey->keycodes) in cypress_sf_probe()
[all …]
A DMakefile71 obj-$(CONFIG_KEYBOARD_TM2_TOUCHKEY) += tm2-touchkey.o
A DKconfig424 Say Y here if you have the MELFAS MCS5000/5080 touchkey controller
436 Say Y here if you have Freescale MPR121 touchkey controller
715 tristate "TM2 touchkey support"
719 Say Y here to enable device driver for tm2-touchkey with
723 module will be called tm2-touchkey.
792 tristate "Cypress StreetFighter touchkey support"
/linux/Documentation/devicetree/bindings/input/
A Dcypress,tm2-touchkey.yaml4 $id: http://devicetree.org/schemas/input/cypress,tm2-touchkey.yaml#
23 - cypress,tm2-touchkey
24 - cypress,midas-touchkey
25 - cypress,aries-touchkey
26 - coreriver,tc360-touchkey
64 touchkey@20 {
65 compatible = "cypress,tm2-touchkey";
A Dfsl,mpr121-touchkey.yaml4 $id: http://devicetree.org/schemas/input/fsl,mpr121-touchkey.yaml#
26 const: fsl,mpr121-touchkey
61 compatible = "fsl,mpr121-touchkey";
81 compatible = "fsl,mpr121-touchkey";
A Ddlink,dir685-touchkeys.txt3 This is a I2C one-off touchkey controller based on the Cypress Semiconductor
7 The touchkey device node should be placed inside an I2C bus node.
A Dcypress-sf.yaml7 title: Cypress StreetFighter touchkey controller
52 touchkey@28 {
A Dmicrochip,qt1050.txt8 The touchkey device node should be placed inside an I2C bus node.
/linux/Documentation/devicetree/bindings/input/touchscreen/
A Dst,stmfts.txt4 functionality. Along with it the user can enable the touchkey which can work as
20 - touch-key-connected : specifies whether the touchkey feature is connected
/linux/arch/arm64/boot/dts/exynos/
A Dexynos5433-tm2.dts69 touchkey@20 {
70 compatible = "cypress,tm2-touchkey";
/linux/arch/arm64/boot/dts/qcom/
A Dmsm8916-samsung-a2015-common.dtsi111 touchkey: touchkey@20 { label
113 compatible = "coreriver,tc360-touchkey";
A Dmsm8916-samsung-a5u-eur.dts59 &touchkey {
A Dmsm8916-samsung-a3u-eur.dts52 &touchkey {
A Dmsm8916-samsung-serranove.dts154 touchkey@20 {
155 compatible = "coreriver,tc360-touchkey";
/linux/arch/arm/boot/dts/
A Dqcom-msm8974-samsung-klte.dts214 i2c-gpio-touchkey {
223 touchkey@20 {
224 compatible = "cypress,tm2-touchkey";
489 i2c_touchkey_pins: i2c-touchkey {
858 touchkey_pin: touchkey-int-pin {
A Ds5pv210-aries.dtsi473 touchkey@20 {
474 compatible = "cypress,aries-touchkey";
768 touchkey_i2c_pins: touchkey-i2c-pins {
774 touchkey_vdd_ena: touchkey-vdd-ena {
798 touchkey_irq: touchkey-irq {
A Dste-ux500-samsung-golden.dts43 touchkey@20 {
44 compatible = "coreriver,tc360-touchkey";
555 touchkey {
A Dste-ux500-samsung-janice.dts95 ldo_touchkey_1v8_reg: regulator-gpio-vreg-touchkey-1v8 {
311 touchkey@20 {
312 compatible = "coreriver,tc360-touchkey";
724 touchkey-ldo {
733 touchkey {
A Dimx53-smd.dts265 touchkey: mpr121@5a { label
A Dste-ux500-samsung-gavini.dts676 touchkey-ldo {
685 touchkey {
A Dimx6dl-yapp4-common.dtsi364 compatible = "fsl,mpr121-touchkey";
A Dexynos4412-midas.dtsi242 touchkey@20 {
243 compatible = "cypress,midas-touchkey";
A Dste-ux500-samsung-codina.dts206 touchkey-led {

Completed in 35 milliseconds