/linux-5.19.10/drivers/input/keyboard/ |
D | tm2-touchkey.c | 89 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 …]
|
D | cypress-sf.c | 33 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 …]
|
D | Makefile | 72 obj-$(CONFIG_KEYBOARD_TM2_TOUCHKEY) += tm2-touchkey.o
|
D | Kconfig | 425 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/ |
D | cypress,tm2-touchkey.yaml | 4 $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";
|
D | fsl,mpr121-touchkey.yaml | 4 $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";
|
D | dlink,dir685-touchkeys.txt | 3 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.
|
D | cypress-sf.yaml | 7 title: Cypress StreetFighter touchkey controller 52 touchkey@28 {
|
D | microchip,qt1050.txt | 8 The touchkey device node should be placed inside an I2C bus node.
|
/linux-5.19.10/Documentation/devicetree/bindings/input/touchscreen/ |
D | st,stmfts.txt | 4 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/ |
D | exynos5433-tm2.dts | 69 touchkey@20 { 70 compatible = "cypress,tm2-touchkey";
|
/linux-5.19.10/arch/arm/boot/dts/ |
D | qcom-msm8974pro-samsung-klte.dts | 54 i2c-gpio-touchkey { 63 touchkey@20 { 64 compatible = "cypress,tm2-touchkey"; 409 touchkey_pin: touchkey-int-pin { 781 i2c_touchkey_pins: i2c-touchkey {
|
D | s5pv210-aries.dtsi | 473 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 {
|
D | ste-ux500-samsung-golden.dts | 61 touchkey@20 { 62 compatible = "coreriver,tc360-touchkey"; 577 touchkey {
|
D | ste-ux500-samsung-janice.dts | 113 ldo_touchkey_1v8_reg: regulator-gpio-vreg-touchkey-1v8 { 329 touchkey@20 { 330 compatible = "coreriver,tc360-touchkey"; 765 touchkey-ldo { 774 touchkey {
|
D | imx53-smd.dts | 265 touchkey: mpr121@5a { label
|
D | ste-ux500-samsung-gavini.dts | 706 touchkey-ldo { 715 touchkey {
|
D | imx6dl-yapp4-common.dtsi | 364 compatible = "fsl,mpr121-touchkey";
|
D | exynos4412-midas.dtsi | 242 touchkey@20 { 243 compatible = "cypress,midas-touchkey";
|
D | ste-ux500-samsung-codina-tmo.dts | 438 * Providing some span here makes the touchkey
|
/linux-5.19.10/arch/arm64/boot/dts/qcom/ |
D | msm8916-samsung-a2015-common.dtsi | 111 touchkey: touchkey@20 { label 113 compatible = "coreriver,tc360-touchkey";
|
D | msm8916-samsung-a5u-eur.dts | 59 &touchkey {
|
D | msm8916-samsung-a3u-eur.dts | 52 &touchkey {
|
D | msm8996-xiaomi-scorpio.dts | 63 touchkey: touchkey@28 { label
|
D | msm8916-samsung-serranove.dts | 155 touchkey@20 { 156 compatible = "coreriver,tc360-touchkey";
|