Home
last modified time | relevance | path

Searched full:elan (Results 1 – 25 of 63) sorted by relevance

123

/Linux-v5.10/Documentation/devicetree/bindings/input/
Delan_i2c.txt4 - compatible: must be "elan,ekth3000".
15 - elan,trackpoint: touchpad can support a trackpoint (boolean)
16 - elan,clickpad: touchpad is a clickpad (the entire surface is a button)
17 - elan,middle-button: touchpad has a physical middle button
18 - elan,x_traces: number of antennas on the x axis
19 - elan,y_traces: number of antennas on the y axis
36 compatible = "elan,ekth3000";
/Linux-v5.10/Documentation/devicetree/bindings/input/touchscreen/
Delan,elants_i2c.yaml4 $id: "http://devicetree.org/schemas/input/touchscreen/elan,elants_i2c.yaml#"
18 - elan,ektf3624
19 - elan,ekth3500
62 compatible = "elan,ekth3500";
Dektf2127.txt1 * Elan eKTF2127 I2C touchscreen controller
4 - compatible : "elan,ektf2127"
17 compatible = "elan,ektf2127";
/Linux-v5.10/drivers/tty/serial/8250/
Dserial_cs.c105 * 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-v5.10/drivers/usb/misc/
Dusb_u132.h3 * Common Header File for the Elan Digital Systems U132 adapter
7 * Copyright(C) 2006 Elan Digital Systems Limited
10 * Author and Maintainer - Tony Olech - Elan Digital Systems
33 * via an ELAN U132 adapter.
37 * the U132 adapter manufactured by Elan Digital Systems, and the
DKconfig112 tristate "Elan PCMCIA CardBus Adapter USB Client"
114 ELAN's Uxxx series of adapters are USB to PCMCIA CardBus adapters.
121 adapter you will need this "ftdi-elan" module as well as the "u132-hcd"
129 See also the USB_U132_HCD entry "Elan U132 Adapter Host Controller"
DMakefile13 obj-$(CONFIG_USB_FTDI_ELAN) += ftdi-elan.o
/Linux-v5.10/drivers/hid/
Dhid-elan.c3 * 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()
200 hid_err(hdev, "Failed to register elan input device: %d\n", in elan_input_configured()
284 * When touched with two fingers Elan touchpad will emit two HID reports in elan_usb_report_input()
328 * Elan MT touchpads in i2c mode send finger data in the same format in elan_i2c_report_input()
461 mute_led->name = "elan:red:mute"; in elan_init_mute_led()
535 .name = "elan",
548 MODULE_DESCRIPTION("Driver for HID ELAN Touchpads");
/Linux-v5.10/drivers/cpufreq/
Delanfreq.c3 * 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");
DKconfig.x8676 tristate "AMD Elan SC400 and SC410"
79 This adds the CPUFreq driver for AMD Elan SC400 and SC410
91 tristate "AMD Elan SC520"
94 This adds the CPUFreq driver for AMD Elan SC520 processor.
Dsc520_freq.c3 * sc520_freq.c: cpufreq driver for the AMD Elan sc520
133 MODULE_DESCRIPTION("cpufreq driver for AMD's Elan sc520 CPU");
/Linux-v5.10/drivers/input/mouse/
Delan_i2c_core.c3 * Elan I2C/SMBus Touchpad driver
5 * Copyright (c) 2013 ELAN Microelectronics Corp.
37 #include <linux/input/elan-i2c-ids.h>
426 "elan,x_traces", in elan_query_device_parameters()
429 "elan,y_traces", in elan_query_device_parameters()
455 if (device_property_read_bool(&client->dev, "elan,clickpad")) in elan_query_device_parameters()
458 if (device_property_read_bool(&client->dev, "elan,middle-button")) in elan_query_device_parameters()
925 * Elan isr functions
1092 * Elan initialization functions
1105 input->name = "Elan TrackPoint"; in elan_setup_trackpoint_input_device()
[all …]
DKconfig274 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
Delan_i2c.h3 * Elan I2C/SMBus Touchpad driver
5 * Copyright (c) 2013 ELAN Microelectronics Corp.
Delan_i2c_smbus.c3 * Elan I2C/SMBus Touchpad driver - SMBus interface
5 * Copyright (c) 2013 ELAN Microelectronics Corp.
23 /* Elan SMbus commands */
/Linux-v5.10/arch/arm64/boot/dts/rockchip/
Drk3399-gru-bob.dts35 compatible = "elan,ekth3500";
47 compatible = "elan,ekth3000";
/Linux-v5.10/include/linux/input/
Delan-i2c-ids.h2 * Elan I2C/SMBus Touchpad device whitelist
4 * Copyright (c) 2013 ELAN Microelectronics Corp.
/Linux-v5.10/drivers/watchdog/
Dsc520_wdt.c3 * 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
430 "Driver for watchdog timer in AMD \"Elan\" SC520 uProcessor");
/Linux-v5.10/drivers/input/touchscreen/
Dektf2127.c3 * Driver for ELAN eKTF2127 i2c touchscreen controller
307 { .compatible = "elan,ektf2127" },
330 MODULE_DESCRIPTION("ELAN eKTF2127 I2C Touchscreen Driver");
/Linux-v5.10/arch/x86/
DKconfig.cpu39 - "AMD Elan" for the 32-bit AMD Elan embedded CPU.
215 bool "AMD Elan"
218 Select this for an AMD Elan processor.
/Linux-v5.10/arch/x86/include/asm/
Dvermagic.h39 #define MODULE_PROC_FAMILY "ELAN "
/Linux-v5.10/include/linux/platform_data/
Di2c-hid.h32 * gpio_request(intr_gpio, "elan-irq");
/Linux-v5.10/arch/arm64/boot/dts/qcom/
Dsc7180-trogdor-r1.dts47 compatible = "elan,ekth3500";
/Linux-v5.10/arch/arm/boot/dts/
Drk3288-veyron-tiger.dts42 compatible = "elan,ekth3500";
/Linux-v5.10/net/atm/
DKconfig48 ELAN and Ethernet segments. You need LANE if you want to try MPOA.

123