/linux-6.12.1/Documentation/devicetree/bindings/input/ |
D | elan,ekth6915.yaml | 4 $id: http://devicetree.org/schemas/input/elan,ekth6915.yaml# 7 title: Elan eKTH6915 touchscreen controller 13 Supports the Elan eKTH6915 touchscreen controller. 24 - elan,ekth5015m 25 - const: elan,ekth6915 27 - elan,ekth6915 28 - elan,ekth6a12nay 73 compatible = "elan,ekth5015m", "elan,ekth6915";
|
D | elan,ekth3000.yaml | 4 $id: http://devicetree.org/schemas/input/elan,ekth3000.yaml# 17 const: elan,ekth3000 32 elan,trackpoint: 36 elan,clickpad: 40 elan,middle-button: 44 elan,x_traces: 48 elan,y_traces: 75 compatible = "elan,ekth3000";
|
/linux-6.12.1/Documentation/devicetree/bindings/input/touchscreen/ |
D | elan,ektf2127.yaml | 4 $id: http://devicetree.org/schemas/input/touchscreen/elan,ektf2127.yaml# 7 title: Elan eKTF2127 I2C touchscreen controller 18 - elan,ektf2127 19 - elan,ektf2132 20 - elan,ektf2232 49 compatible = "elan,ektf2127";
|
D | elan,elants_i2c.yaml | 4 $id: http://devicetree.org/schemas/input/touchscreen/elan,elants_i2c.yaml# 19 - elan,ektf3624 20 - elan,ekth3500 22 - const: elan,ekth3915 23 - const: elan,ekth3500 67 compatible = "elan,ekth3500";
|
/linux-6.12.1/drivers/tty/serial/8250/ |
D | serial_cs.c | 99 * Elan VPU16551 UART with 14.7456MHz oscillator 811 …PCMCIA_DEVICE_PROD_ID12("ELAN DIGITAL SYSTEMS LTD, c1997.", "SERIAL CARD: SL100 1.00.", 0x19ca78a… 812 …PCMCIA_DEVICE_PROD_ID12("ELAN DIGITAL SYSTEMS LTD, c1997.", "SERIAL CARD: SL100", 0x19ca78af, 0x71… 813 …PCMCIA_DEVICE_PROD_ID12("ELAN DIGITAL SYSTEMS LTD, c1997.", "SERIAL CARD: SL232 1.00.", 0x19ca78a… 814 …PCMCIA_DEVICE_PROD_ID12("ELAN DIGITAL SYSTEMS LTD, c1997.", "SERIAL CARD: SL232", 0x19ca78af, 0xb6… 815 …PCMCIA_DEVICE_PROD_ID12("ELAN DIGITAL SYSTEMS LTD, c2000.", "SERIAL CARD: CF232", 0x63f2e0bd, 0xb9… 816 …PCMCIA_DEVICE_PROD_ID12("ELAN DIGITAL SYSTEMS LTD, c2000.", "SERIAL CARD: CF232-5", 0x63f2e0bd, 0x… 817 PCMCIA_DEVICE_PROD_ID12("Elan", "Serial Port: CF232", 0x3beb8cf2, 0x171e7190), 818 PCMCIA_DEVICE_PROD_ID12("Elan", "Serial Port: CF232-5", 0x3beb8cf2, 0x20da4262), 819 PCMCIA_DEVICE_PROD_ID12("Elan", "Serial Port: CF428", 0x3beb8cf2, 0xea5dd57d), [all …]
|
/linux-6.12.1/drivers/hid/ |
D | hid-elan.c | 3 * HID Driver for ELAN Touchpad 169 input->name = "Elan Touchpad"; in elan_input_configured() 190 hid_err(hdev, "Failed to init elan MT slots: %d\n", ret); in elan_input_configured() 199 hid_err(hdev, "Failed to register elan input device: %d\n", in elan_input_configured() 282 * When touched with two fingers Elan touchpad will emit two HID reports in elan_usb_report_input() 326 * Elan MT touchpads in i2c mode send finger data in the same format in elan_i2c_report_input() 451 mute_led->name = "elan:red:mute"; in elan_init_mute_led() 521 .name = "elan", 533 MODULE_DESCRIPTION("Driver for HID ELAN Touchpads");
|
/linux-6.12.1/drivers/hid/i2c-hid/ |
D | Kconfig | 44 tristate "Driver for Elan hid-i2c based devices on OF systems" 49 Say Y here if you want support for Elan i2c devices that use 56 will be called i2c-hid-of-elan. It will also build/depend on
|
D | i2c-hid-of-elan.c | 3 * Driver for Elan touchscreens that use the i2c-hid protocol. 183 { .compatible = "elan,ekth6915", .data = &elan_ekth6915_chip_data }, 184 { .compatible = "elan,ekth6a12nay", .data = &elan_ekth6a12nay_chip_data }, 205 MODULE_DESCRIPTION("Elan i2c-hid touchscreen driver");
|
D | Makefile | 13 obj-$(CONFIG_I2C_HID_OF_ELAN) += i2c-hid-of-elan.o
|
/linux-6.12.1/drivers/cpufreq/ |
D | elanfreq.c | 3 * elanfreq: cpufreq driver for the AMD ELAN family 71 * Finds out at which frequency the CPU of the Elan SOC runs 109 * Access to the Elan's internal registers is indexed via in elanfreq_target() 225 MODULE_DESCRIPTION("cpufreq driver for AMD's Elan CPUs");
|
D | Kconfig.x86 | 116 tristate "AMD Elan SC400 and SC410" 119 This adds the CPUFreq driver for AMD Elan SC400 and SC410 131 tristate "AMD Elan SC520" 134 This adds the CPUFreq driver for AMD Elan SC520 processor.
|
D | sc520_freq.c | 3 * sc520_freq.c: cpufreq driver for the AMD Elan sc520 134 MODULE_DESCRIPTION("cpufreq driver for AMD's Elan sc520 CPU");
|
/linux-6.12.1/drivers/input/mouse/ |
D | elan_i2c_core.c | 3 * Elan I2C/SMBus Touchpad driver 5 * Copyright (c) 2013 ELAN Microelectronics Corp. 417 "elan,x_traces", in elan_query_device_parameters() 420 "elan,y_traces", in elan_query_device_parameters() 446 if (device_property_read_bool(&client->dev, "elan,clickpad")) in elan_query_device_parameters() 449 if (device_property_read_bool(&client->dev, "elan,middle-button")) in elan_query_device_parameters() 916 * Elan isr functions 1084 * Elan initialization functions 1097 input->name = "Elan TrackPoint"; in elan_setup_trackpoint_input_device() 1129 input->name = "Elan Touchpad"; in elan_setup_input_device() [all …]
|
D | Kconfig | 274 tristate "ELAN I2C Touchpad support" 277 This driver adds support for Elan I2C/SMbus Trackpads. 279 Say Y here if you have a ELAN I2C/SMbus Touchpad. 289 Say Y here if Elan Touchpad in your system is connected to 298 Say Y here if Elan Touchpad in your system is connected to
|
D | elan_i2c.h | 3 * Elan I2C/SMBus Touchpad driver 5 * Copyright (c) 2013 ELAN Microelectronics Corp.
|
/linux-6.12.1/drivers/input/touchscreen/ |
D | ektf2127.c | 3 * Driver for ELAN eKTF2127 i2c touchscreen controller 352 { .compatible = "elan,ektf2127", .data = &ektf2127_data}, 353 { .compatible = "elan,ektf2132", .data = &ektf2127_data}, 354 { .compatible = "elan,ektf2232", .data = &ektf2232_data}, 379 MODULE_DESCRIPTION("ELAN eKTF2127/eKTF2132 I2C Touchscreen Driver");
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | sc7180-trogdor-pazquel360.dtsi | 17 compatible = "elan,ekth3915", "elan,ekth3500";
|
D | sc7180-trogdor-lazor-limozeen-r10.dts | 25 compatible = "elan,ekth3500";
|
D | sc7180-trogdor-lazor-limozeen-r9.dts | 25 compatible = "elan,ekth3500";
|
/linux-6.12.1/arch/arm64/boot/dts/rockchip/ |
D | rk3399-gru-bob.dts | 36 compatible = "elan,ekth3500"; 48 compatible = "elan,ekth3000";
|
/linux-6.12.1/include/linux/input/ |
D | elan-i2c-ids.h | 3 * Elan I2C/SMBus Touchpad device whitelist 5 * Copyright (c) 2013 ELAN Microelectronics Corp.
|
/linux-6.12.1/drivers/watchdog/ |
D | sc520_wdt.c | 3 * AMD Elan SC520 processor Watchdog Timer driver 70 * The AMD Elan SC520 timeout value is 492us times a power of 2 (0-7) 102 * AMD Elan SC520 - Watchdog Timer Registers 429 "Driver for watchdog timer in AMD \"Elan\" SC520 uProcessor");
|
/linux-6.12.1/arch/x86/ |
D | Kconfig.cpu | 39 - "AMD Elan" for the 32-bit AMD Elan embedded CPU. 215 bool "AMD Elan" 218 Select this for an AMD Elan processor.
|
/linux-6.12.1/arch/arm64/boot/dts/mediatek/ |
D | mt8186-corsola-voltorb-sku589825.dts | 17 compatible = "elan,ekth6915";
|
D | mt8183-kukui-jacuzzi.dtsi | 105 compatible = "elan,ekth3500"; 124 compatible = "elan,ekth3000";
|