Home
last modified time | relevance | path

Searched full:dell (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/Linux-v6.1/drivers/platform/x86/dell/
DKconfig3 # Dell X86 Platform Specific Drivers
7 bool "Dell X86 Platform Specific Device Drivers"
10 Dell x86 platforms, including vendor-specific laptop extension drivers.
31 tristate "Dell Systems Management Base Driver"
35 The Dell Systems Management Base Driver provides a sysfs interface
38 power off after OS shutdown) on certain Dell systems.
41 and the Dell systems on which Dell systems management software makes
44 Say Y or M here to enable the driver for use by Dell systems
45 management software such as Dell OpenManage.
48 tristate "Dell Laptop Extras"
[all …]
DMakefile3 # Makefile for linux/drivers/platform/x86/dell
4 # Dell x86 Platform-Specific Drivers
9 obj-$(CONFIG_DELL_LAPTOP) += dell-laptop.o
10 obj-$(CONFIG_DELL_RBTN) += dell-rbtn.o
12 obj-$(CONFIG_DELL_SMBIOS) += dell-smbios.o
13 dell-smbios-objs := dell-smbios-base.o
14 dell-smbios-$(CONFIG_DELL_SMBIOS_WMI) += dell-smbios-wmi.o
15 dell-smbios-$(CONFIG_DELL_SMBIOS_SMM) += dell-smbios-smm.o
16 obj-$(CONFIG_DELL_SMO8800) += dell-smo8800.o
17 obj-$(CONFIG_DELL_WMI) += dell-wmi.o
[all …]
Ddell-wmi-descriptor.c3 * Dell WMI descriptor driver
5 * Copyright (C) 2017 Dell Inc. All Rights Reserved.
14 #include "dell-wmi-descriptor.h"
95 * Vendor Signature 0 4 "DELL"
111 dev_err(&wdev->dev, "failed to read Dell WMI descriptor\n"); in dell_wmi_descriptor_probe()
117 dev_err(&wdev->dev, "Dell descriptor has wrong type\n"); in dell_wmi_descriptor_probe()
128 "Dell descriptor buffer has unexpected length (%d)\n", in dell_wmi_descriptor_probe()
137 if (strncmp(obj->string.pointer, "DELL WMI", 8) != 0) { in dell_wmi_descriptor_probe()
138 dev_err(&wdev->dev, "Dell descriptor buffer has invalid signature (%8ph)\n", in dell_wmi_descriptor_probe()
147 dev_warn(&wdev->dev, "Dell descriptor buffer has unknown version (%lu)\n", in dell_wmi_descriptor_probe()
[all …]
Ddell-laptop.c3 * Driver for Dell laptop extras
10 * Copyright (C) 2005-2014 Dell Inc.
31 #include "dell-rbtn.h"
32 #include "dell-smbios.h"
34 #include "dell-wmi-privacy.h"
63 * These values come from Windows utility provided by Dell. If any other value
89 .name = "dell-laptop",
106 .ident = "Dell laptop",
108 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
114 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
[all …]
Ddell-wmi-privacy.c3 * Dell privacy notification driver
5 * Copyright (C) 2021 Dell Inc. All Rights Reserved.
19 #include "dell-wmi-privacy.h"
43 /* DELL Privacy Type */
86 * 3) WMI event is received by dell-privacy
87 * 4) KEY_MICMUTE emitted from dell-privacy
91 * 7) dell-privacy notifies EC, the timeout is cancelled and the HW mute activates.
207 dev_err(&wdev->dev, "dell privacy priv is NULL\n"); in get_current_status()
226 dev_err(&wdev->dev, "Dell privacy buffer has unexpected length (%d)!\n", in get_current_status()
283 priv->cdev.name = "dell-privacy::micmute"; in dell_privacy_leds_setup()
[all …]
Ddell-wmi-base.c3 * Dell WMI hotkeys
28 #include "dell-smbios.h"
29 #include "dell-wmi-descriptor.h"
30 #include "dell-wmi-privacy.h"
34 MODULE_DESCRIPTION("Dell laptop WMI hotkeys driver");
56 .ident = "Dell Inspiron M5110",
58 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
64 .ident = "Dell Vostro V131",
66 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
118 /* Untested, Dell Instant Launch key on Inspiron 7520 */
[all …]
Ddell-wmi-led.c2 * Copyright (C) 2010 Dell Inc.
3 * Louis Davis <louis_davis@dell.com>
4 * Jim Dailey <jim_dailey@dell.com>
18 MODULE_DESCRIPTION("Dell LED Control Driver");
138 * The Dell LED delay is based on 125ms intervals. in dell_led_blink()
156 .name = "dell::lid",
/Linux-v6.1/Documentation/sound/hd-audio/
Dmodels.rst87 dell-headset-multi
89 dell-headset-dock
91 dell-headset3
93 dell-headset4
113 dell-m101z
114 COEF setup for Dell M101z
172 Subwoofer and headset fixupes for Dell Inspiron
174 Subwoofer fixups for Dell Vostro
184 ALC255 fixups on Dell machines
186 ALC255 fixups on Dell machines, variant 2
[all …]
/Linux-v6.1/arch/x86/kernel/
Dreboot.c54 * Dell Inc. so their systems "just work". :-)
279 /* Dell */
280 { /* Handle problems with rebooting on Dell DXP061 */
282 .ident = "Dell DXP061",
284 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
285 DMI_MATCH(DMI_PRODUCT_NAME, "Dell DXP061"),
288 { /* Handle problems with rebooting on Dell E520's */
290 .ident = "Dell E520",
292 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
293 DMI_MATCH(DMI_PRODUCT_NAME, "Dell DM061"),
[all …]
/Linux-v6.1/drivers/scsi/megaraid/
DKconfig.megaraid26 Dell PERC3/QC 101E:1960:1028:0471
27 Dell PERC3/DC 101E:1960:1028:0493
28 Dell PERC3/SC 101E:1960:1028:0475
29 Dell PERC3/Di 1028:000E:1028:0123
30 Dell PERC4/SC 1000:1960:1028:0520
31 Dell PERC4/DC 1000:1960:1028:0518
32 Dell PERC4/QC 1000:0407:1028:0531
33 Dell PERC4/Di 1028:000F:1028:014A
34 Dell PERC 4e/Si 1028:0013:1028:016c
35 Dell PERC 4e/Di 1028:0013:1028:016d
[all …]
/Linux-v6.1/drivers/hwmon/
Ddell-smm-hwmon.c3 * dell-smm-hwmon.c -- Linux driver for accessing the SMM BIOS on Dell laptops.
96 MODULE_DESCRIPTION("Dell laptop SMM BIOS hwmon driver");
966 name = kasprintf(GFP_KERNEL, "dell-smm-fan%u", fan_num + 1); in dell_smm_init_cdev()
1093 .ident = "Dell G5 5590",
1095 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1100 .ident = "Dell Inspiron",
1102 DMI_MATCH(DMI_SYS_VENDOR, "Dell Computer"),
1107 .ident = "Dell Latitude",
1109 DMI_MATCH(DMI_SYS_VENDOR, "Dell Computer"),
1114 .ident = "Dell Inspiron 2",
[all …]
/Linux-v6.1/Documentation/driver-api/
Ddcdbas.rst2 Dell Systems Management Base Driver
8 The Dell Systems Management Base Driver provides a sysfs interface for
9 systems management software such as Dell OpenManage to perform system
11 power off after OS shutdown) on certain Dell systems.
13 Dell OpenManage requires this driver on the following Dell PowerEdge systems:
15 700, and 750. Other Dell software such as the open source libsmbios project
17 driver on other Dell systems.
19 The Dell libsmbios project aims towards providing access to as much BIOS
20 information as possible. See http://linux.dell.com/libsmbios/main/ for
27 On some Dell systems, systems management software must access certain
[all …]
/Linux-v6.1/drivers/acpi/
Dblacklist.c87 * DELL XPS 13 (2015) switches sound between HDA and I2S
94 .ident = "DELL XPS 13 (2015)",
96 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
102 .ident = "DELL Precision 5520",
104 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
110 .ident = "DELL Precision 3520",
112 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
117 * Resolves a quirk with the Dell Latitude 3350 that
122 .ident = "DELL Latitude 3350",
124 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
[all …]
Dvideo_detect.c379 /* Dell XPS14 L421X */
381 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
388 /* Dell XPS15 L521X */
390 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
459 /* Dell Inspiron N4010 */
461 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
467 /* Dell Vostro V131 */
469 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
476 /* Dell XPS 17 L702X */
478 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
[all …]
Dosi.c399 .ident = "Dell Inspiron 7737",
401 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
407 .ident = "Dell Inspiron 7537",
409 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
415 .ident = "Dell Inspiron 5437",
417 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
423 .ident = "Dell Inspiron 3437",
425 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
431 .ident = "Dell Vostro 3446",
433 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
[all …]
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-class-firmware-attributes4 Contact: Divya Bharathi <Divya.Bharathi@Dell.com>,
5 Prasanth KSR <prasanth.ksr@dell.com>
6 Dell.Client.Kernel@dell.com
80 Dell specific class extensions
83 On Dell systems the following additional attributes are available:
132 Contact: Divya Bharathi <Divya.Bharathi@Dell.com>,
133 Prasanth KSR <prasanth.ksr@dell.com>
134 Dell.Client.Kernel@dell.com
209 On Dell and Lenovo systems, if Admin password is set, then all BIOS attributes
303 Contact: Divya Bharathi <Divya.Bharathi@Dell.com>,
[all …]
Dsysfs-platform-dell-privacy-wmi4 Contact: "<perry.yuan@dell.com>"
6 Display which dell hardware level privacy devices are supported
7Dell Privacy” is a set of HW, FW, and SW features to enhance
8 Dell’s commitment to platform privacy for MIC, Camera, and
32 …# cat /sys/bus/wmi/drivers/dell-privacy/6932965F-1671-4CEB-B988-D3AB0A901919/dell_privacy_supporte…
40 Contact: "<perry.yuan@dell.com>"
42 Allow user space to check current dell privacy device state.
69 …# cat /sys/bus/wmi/drivers/dell-privacy/6932965F-1671-4CEB-B988-D3AB0A901919/dell_privacy_current_…
Ddell-smbios-wmi1 What: /dev/wmi/dell-smbios
4 Contact: Dell.Client.Kernel@dell.com
6 Perform SMBIOS calls on supported Dell machines.
7 through the Dell ACPI-WMI interface.
20 the WMI character device /dev/wmi/dell-smbios.
Dsysfs-platform-dell-laptop1 What: /sys/class/leds/dell::kbd_backlight/als_enabled
12 What: /sys/class/leds/dell::kbd_backlight/als_setting
21 What: /sys/class/leds/dell::kbd_backlight/start_triggers
39 echo +keyboard > /sys/class/leds/dell::kbd_backlight/start_triggers
43 echo -keyboard > /sys/class/leds/dell::kbd_backlight/start_triggers
47 What: /sys/class/leds/dell::kbd_backlight/stop_timeout
65 echo 10m > /sys/class/leds/dell::kbd_backlight/stop_timeout
Dsysfs-firmware-efi34 Contact: Narendra K <Narendra.K@dell.com>, linux-bugs@dell.com
36 Table version 2 on Dell EMC PowerEdge systems in binary format
37 Users: It is used by Dell EMC OpenManage Server Administrator tool to
/Linux-v6.1/Documentation/admin-guide/
Ddell_rbu.rst2 Dell Remote BIOS Update driver (dell_rbu)
8 Document demonstrating the use of the Dell Remote BIOS Update driver
9 for updating BIOS images on Dell servers and desktops.
21 This driver works with Dell OpenManage or Dell Update Packages for updating
22 the BIOS on Dell servers (starting from servers sold since 1999), desktops
25 Please go to http://support.dell.com register and you can find info on
26 OpenManage and Dell Update packages (DUP).
28 Libsmbios can also be used to update BIOS on Dell systems go to
29 https://linux.dell.com/libsmbios/ for details.
56 Most of the Dell systems support a monolithic update where the BIOS image is
/Linux-v6.1/Documentation/scsi/
Daacraid.rst78 1011:0046:9005:1364 Dell PERC 2/QC (Quad Channel, Mustang)
79 1011:0046:9005:1365 Dell PERC 2/QC (Quad Channel, Mustang)
80 1028:0001:1028:0001 Dell PERC 2/Si (Iguana)
81 1028:0003:1028:0003 Dell PERC 3/Si (SlimFast)
82 1028:0002:1028:0002 Dell PERC 3/Di (Opal)
83 1028:0004:1028:0004 Dell PERC 3/SiF (Iguana)
84 1028:0004:1028:00d0 Dell PERC 3/DiF (Iguana)
85 1028:0002:1028:00d1 Dell PERC 3/DiV (Viper)
86 1028:0002:1028:00d9 Dell PERC 3/DiL (Lexus)
87 1028:000a:1028:0106 Dell PERC 3/DiJ (Jaguar)
[all …]
/Linux-v6.1/sound/pci/hda/
Dpatch_sigmatel.c1176 102801C4 (Dell Dimension E310)
1198 102801B5 (Dell Inspiron 630m)
1199 102801D8 (Dell Inspiron 640m)
1215 102801C2 (Dell Latitude D620)
1217 102801CC (Dell Latitude D820)
1235 102801CE (Dell XPS M1710)
1236 102801CF (Dell Precision M90)
1254 102801CB (Dell Latitude 120L)
1271 102801BD (Dell Inspiron E1505n)
1289 102801F5 (Dell Inspiron 1501)
[all …]
/Linux-v6.1/drivers/usb/serial/
Dqcserial.c46 {DEVICE_G1K(0x413c, 0x8172)}, /* Dell Gobi Modem device */
47 {DEVICE_G1K(0x413c, 0x8171)}, /* Dell Gobi QDL device */
80 {USB_DEVICE(0x413c, 0x8185)}, /* Dell Gobi 2000 QDL device (N0218, VU936) */
81 {USB_DEVICE(0x413c, 0x8186)}, /* Dell Gobi 2000 Modem device (N0218, VU936) */
121 {USB_DEVICE(0x413c, 0x8193)}, /* Dell Gobi 3000 QDL */
122 {USB_DEVICE(0x413c, 0x8194)}, /* Dell Gobi 3000 Composite */
123 {USB_DEVICE(0x413c, 0x81a6)}, /* Dell DW5570 QDL (MC8805) */
171 {DEVICE_SWI(0x413c, 0x81a2)}, /* Dell Wireless 5806 Gobi(TM) 4G LTE Mobile Broadband Card */
172 {DEVICE_SWI(0x413c, 0x81a3)}, /* Dell Wireless 5570 HSPA+ (42Mbps) Mobile Broadband Card */
173 {DEVICE_SWI(0x413c, 0x81a4)}, /* Dell Wireless 5570e HSPA+ (42Mbps) Mobile Broadband Card */
[all …]
/Linux-v6.1/drivers/iommu/amd/
Dquirks.c60 .ident = "Dell Inspiron 7375",
62 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
69 .ident = "Dell Latitude 5495",
71 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
79 * Dell Latitude 5495

12345678910>>...12