Home
last modified time | relevance | path

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

12

/linux-5.19.10/drivers/input/keyboard/
Dtm2-touchkey.c89 struct tm2_touchkey_data *touchkey = in tm2_touchkey_led_brightness_set() local
96 data = touchkey->variant->cmd_led_off; in tm2_touchkey_led_brightness_set()
99 data = touchkey->variant->cmd_led_on; in tm2_touchkey_led_brightness_set()
102 if (!touchkey->variant->fixed_regulator) in tm2_touchkey_led_brightness_set()
103 regulator_set_voltage(touchkey->vdd, volt, volt); in tm2_touchkey_led_brightness_set()
105 return touchkey->variant->no_reg ? in tm2_touchkey_led_brightness_set()
106 i2c_smbus_write_byte(touchkey->client, data) : in tm2_touchkey_led_brightness_set()
107 i2c_smbus_write_byte_data(touchkey->client, in tm2_touchkey_led_brightness_set()
108 touchkey->variant->base_reg, data); in tm2_touchkey_led_brightness_set()
111 static int tm2_touchkey_power_enable(struct tm2_touchkey_data *touchkey) in tm2_touchkey_power_enable() argument
[all …]
Dcypress-sf.c33 struct cypress_sf_data *touchkey = devid; in cypress_sf_irq_handler() local
38 val = i2c_smbus_read_byte_data(touchkey->client, in cypress_sf_irq_handler()
41 dev_err(&touchkey->client->dev, in cypress_sf_irq_handler()
47 bitmap_xor(&changed, &keystates, &touchkey->keystates, in cypress_sf_irq_handler()
48 touchkey->num_keys); in cypress_sf_irq_handler()
50 for_each_set_bit(key, &changed, touchkey->num_keys) { in cypress_sf_irq_handler()
52 dev_dbg(&touchkey->client->dev, in cypress_sf_irq_handler()
54 input_report_key(touchkey->input_dev, in cypress_sf_irq_handler()
55 touchkey->keycodes[key], new_state); in cypress_sf_irq_handler()
58 input_sync(touchkey->input_dev); in cypress_sf_irq_handler()
[all …]
DMakefile72 obj-$(CONFIG_KEYBOARD_TM2_TOUCHKEY) += tm2-touchkey.o
DKconfig425 Say Y here if you have the MELFAS MCS5000/5080 touchkey controller
437 Say Y here if you have Freescale MPR121 touchkey controller
716 tristate "TM2 touchkey support"
720 Say Y here to enable device driver for tm2-touchkey with
724 module will be called tm2-touchkey.
806 tristate "Cypress StreetFighter touchkey support"
/linux-5.19.10/Documentation/devicetree/bindings/input/
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";
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";
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.
Dcypress-sf.yaml7 title: Cypress StreetFighter touchkey controller
52 touchkey@28 {
Dmicrochip,qt1050.txt8 The touchkey device node should be placed inside an I2C bus node.
/linux-5.19.10/Documentation/devicetree/bindings/input/touchscreen/
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-5.19.10/arch/arm64/boot/dts/exynos/
Dexynos5433-tm2.dts69 touchkey@20 {
70 compatible = "cypress,tm2-touchkey";
/linux-5.19.10/arch/arm/boot/dts/
Dqcom-msm8974pro-samsung-klte.dts54 i2c-gpio-touchkey {
63 touchkey@20 {
64 compatible = "cypress,tm2-touchkey";
409 touchkey_pin: touchkey-int-pin {
781 i2c_touchkey_pins: i2c-touchkey {
Ds5pv210-aries.dtsi473 touchkey@20 {
474 compatible = "cypress,aries-touchkey";
767 touchkey_i2c_pins: touchkey-i2c-pins {
773 touchkey_vdd_ena: touchkey-vdd-ena-pins {
797 touchkey_irq: touchkey-irq-pins {
Dste-ux500-samsung-golden.dts61 touchkey@20 {
62 compatible = "coreriver,tc360-touchkey";
577 touchkey {
Dste-ux500-samsung-janice.dts113 ldo_touchkey_1v8_reg: regulator-gpio-vreg-touchkey-1v8 {
329 touchkey@20 {
330 compatible = "coreriver,tc360-touchkey";
765 touchkey-ldo {
774 touchkey {
Dimx53-smd.dts265 touchkey: mpr121@5a { label
Dste-ux500-samsung-gavini.dts706 touchkey-ldo {
715 touchkey {
Dimx6dl-yapp4-common.dtsi364 compatible = "fsl,mpr121-touchkey";
Dexynos4412-midas.dtsi242 touchkey@20 {
243 compatible = "cypress,midas-touchkey";
Dste-ux500-samsung-codina-tmo.dts438 * Providing some span here makes the touchkey
/linux-5.19.10/arch/arm64/boot/dts/qcom/
Dmsm8916-samsung-a2015-common.dtsi111 touchkey: touchkey@20 { label
113 compatible = "coreriver,tc360-touchkey";
Dmsm8916-samsung-a5u-eur.dts59 &touchkey {
Dmsm8916-samsung-a3u-eur.dts52 &touchkey {
Dmsm8996-xiaomi-scorpio.dts63 touchkey: touchkey@28 { label
Dmsm8916-samsung-serranove.dts155 touchkey@20 {
156 compatible = "coreriver,tc360-touchkey";

12