/Linux-v5.15/drivers/platform/x86/dell/ |
D | Kconfig | 3 # Dell X86 Platform Specific Drivers 7 bool "Dell X86 Platform Specific Device Drivers" 11 Dell x86 platforms, including vendor-specific laptop extension drivers. 32 tristate "Dell Systems Management Base Driver" 36 The Dell Systems Management Base Driver provides a sysfs interface 39 power off after OS shutdown) on certain Dell systems. 42 and the Dell systems on which Dell systems management software makes 45 Say Y or M here to enable the driver for use by Dell systems 46 management software such as Dell OpenManage. 49 tristate "Dell Laptop Extras" [all …]
|
D | Makefile | 3 # 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 …]
|
D | dell-wmi-descriptor.c | 3 * 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 …]
|
D | dell-laptop.c | 3 * 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 85 .name = "dell-laptop", 102 .ident = "Dell laptop", 104 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), 110 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), [all …]
|
D | dell-wmi-privacy.c | 3 * 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. 210 dev_err(&wdev->dev, "dell privacy priv is NULL\n"); in get_current_status() 229 dev_err(&wdev->dev, "Dell privacy buffer has unexpected length (%d)!\n", in get_current_status() 286 priv->cdev.name = "dell-privacy::micmute"; in dell_privacy_leds_setup() [all …]
|
D | dell-wmi-base.c | 3 * 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"); 55 .ident = "Dell Inspiron M5110", 57 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), 63 .ident = "Dell Vostro V131", 65 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), 117 /* Untested, Dell Instant Launch key on Inspiron 7520 */ [all …]
|
D | dell-wmi-led.c | 2 * 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-v5.15/Documentation/sound/hd-audio/ |
D | models.rst | 87 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-v5.15/arch/x86/kernel/ |
D | reboot.c | 54 * Dell Inc. so their systems "just work". :-) 287 /* Dell */ 288 { /* Handle problems with rebooting on Dell DXP061 */ 290 .ident = "Dell DXP061", 292 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), 293 DMI_MATCH(DMI_PRODUCT_NAME, "Dell DXP061"), 296 { /* Handle problems with rebooting on Dell E520's */ 298 .ident = "Dell E520", 300 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), 301 DMI_MATCH(DMI_PRODUCT_NAME, "Dell DM061"), [all …]
|
/Linux-v5.15/drivers/scsi/megaraid/ |
D | Kconfig.megaraid | 26 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-v5.15/drivers/hwmon/ |
D | dell-smm-hwmon.c | 3 * dell-smm-hwmon.c -- Linux driver for accessing the SMM BIOS on Dell laptops. 83 MODULE_DESCRIPTION("Dell laptop SMM BIOS hwmon driver"); 972 .ident = "Dell Inspiron", 974 DMI_MATCH(DMI_SYS_VENDOR, "Dell Computer"), 979 .ident = "Dell Latitude", 981 DMI_MATCH(DMI_SYS_VENDOR, "Dell Computer"), 986 .ident = "Dell Inspiron 2", 988 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), 993 .ident = "Dell Latitude D520", 995 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), [all …]
|
/Linux-v5.15/Documentation/driver-api/ |
D | dcdbas.rst | 2 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-v5.15/drivers/acpi/ |
D | blacklist.c | 87 * 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 …]
|
D | osi.c | 48 * Linux-Dell-Video is used by BIOS to disable RTD3 for NVidia graphics 55 {"Linux-Dell-Video", true}, 423 .ident = "Dell Inspiron 7737", 425 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), 431 .ident = "Dell Inspiron 7537", 433 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), 439 .ident = "Dell Inspiron 5437", 441 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), 447 .ident = "Dell Inspiron 3437", 449 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), [all …]
|
D | video_detect.c | 266 .ident = "Dell XPS14 L421X", 268 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), 275 .ident = "Dell XPS15 L521X", 277 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), 346 .ident = "Dell Vostro V131", 348 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), 355 .ident = "Dell XPS 17 L702X", 357 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), 358 DMI_MATCH(DMI_PRODUCT_NAME, "Dell System XPS L702X"), 363 .ident = "Dell Precision 7510", [all …]
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | sysfs-class-firmware-attributes | 4 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 200 On Dell and Lenovo systems, if Admin password is set, then all BIOS attributes 222 Contact: Divya Bharathi <Divya.Bharathi@Dell.com>, [all …]
|
D | sysfs-platform-dell-privacy-wmi | 4 Contact: "perry.yuan@dell.com>" 6 Display which dell hardware level privacy devices are supported 7 “Dell Privacy” is a set of HW, FW, and SW features to enhance 8 Dell’s commitment to platform privacy for MIC, Camera, and 29 …# cat /sys/bus/wmi/drivers/dell-privacy/6932965F-1671-4CEB-B988-D3AB0A901919/dell_privacy_supporte… 37 Contact: "perry.yuan@dell.com>" 39 Allow user space to check current dell privacy device state. 53 …# cat /sys/bus/wmi/drivers/dell-privacy/6932965F-1671-4CEB-B988-D3AB0A901919/dell_privacy_current_…
|
D | dell-smbios-wmi | 1 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.
|
D | sysfs-platform-dell-laptop | 1 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
|
D | sysfs-firmware-efi | 34 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-v5.15/Documentation/admin-guide/ |
D | dell_rbu.rst | 2 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-v5.15/Documentation/scsi/ |
D | aacraid.rst | 78 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-v5.15/sound/pci/hda/ |
D | patch_sigmatel.c | 1175 102801C4 (Dell Dimension E310) 1197 102801B5 (Dell Inspiron 630m) 1198 102801D8 (Dell Inspiron 640m) 1214 102801C2 (Dell Latitude D620) 1216 102801CC (Dell Latitude D820) 1234 102801CE (Dell XPS M1710) 1235 102801CF (Dell Precision M90) 1253 102801CB (Dell Latitude 120L) 1270 102801BD (Dell Inspiron E1505n) 1288 102801F5 (Dell Inspiron 1501) [all …]
|
/Linux-v5.15/drivers/usb/serial/ |
D | qcserial.c | 46 {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) */ 169 {DEVICE_SWI(0x413c, 0x81a2)}, /* Dell Wireless 5806 Gobi(TM) 4G LTE Mobile Broadband Card */ 170 {DEVICE_SWI(0x413c, 0x81a3)}, /* Dell Wireless 5570 HSPA+ (42Mbps) Mobile Broadband Card */ 171 {DEVICE_SWI(0x413c, 0x81a4)}, /* Dell Wireless 5570e HSPA+ (42Mbps) Mobile Broadband Card */ [all …]
|
/Linux-v5.15/drivers/iommu/amd/ |
D | quirks.c | 60 .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
|