Lines Matching full:dell
3 * dell-smm-hwmon.c -- Linux driver for accessing the SMM BIOS on Dell laptops.
113 MODULE_DESCRIPTION("Dell laptop SMM BIOS hwmon driver");
1100 name = kasprintf(GFP_KERNEL, "dell-smm-fan%u", fan_num + 1); in dell_smm_init_cdev()
1211 .ident = "Dell G5 5590",
1213 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1218 .ident = "Dell G5 5505",
1220 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1225 .ident = "Dell Inspiron",
1227 DMI_MATCH(DMI_SYS_VENDOR, "Dell Computer"),
1232 .ident = "Dell Latitude",
1234 DMI_MATCH(DMI_SYS_VENDOR, "Dell Computer"),
1239 .ident = "Dell Inspiron 2",
1241 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1246 .ident = "Dell Latitude 2",
1248 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1253 .ident = "Dell Inspiron 3",
1255 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1260 .ident = "Dell Inspiron 3",
1262 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1267 .ident = "Dell OptiPlex 7060",
1269 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1274 .ident = "Dell Precision",
1276 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1281 .ident = "Dell Vostro",
1283 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1288 .ident = "Dell Studio",
1290 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1295 .ident = "Dell XPS M140",
1297 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1302 .ident = "Dell XPS",
1304 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1350 .ident = "Dell Latitude D520",
1352 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1358 .ident = "Dell Precision 490",
1360 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1367 .ident = "Dell Studio",
1369 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1375 .ident = "Dell XPS M140",
1377 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1387 * randomly going up and down due to bug in Dell SMM or BIOS. Here is blacklist
1388 * of affected Dell machines for which we disallow I8K_SMM_GET_FAN_TYPE call.
1393 .ident = "Dell Studio XPS 8000",
1395 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1400 .ident = "Dell Studio XPS 8100",
1402 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1407 .ident = "Dell Inspiron 580",
1409 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1414 .ident = "Dell Inspiron 3505",
1416 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1424 * On some machines all fan related SMM functions implemented by Dell BIOS
1425 * firmware freeze kernel for about 500ms. Until Dell fixes these problems fan
1426 * support for affected blacklisted Dell machines stay disabled.
1431 .ident = "Dell Inspiron 7720",
1433 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1438 .ident = "Dell Vostro 3360",
1440 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1445 .ident = "Dell XPS13 9333",
1447 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1452 .ident = "Dell XPS 15 L502X",
1454 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1455 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Dell System XPS L502X"),
1484 .ident = "Dell Latitude 5480",
1486 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1492 .ident = "Dell Latitude 7320",
1494 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1500 .ident = "Dell Latitude E6440",
1502 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1508 .ident = "Dell Latitude E7440",
1510 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1516 .ident = "Dell Precision 5530",
1518 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1524 .ident = "Dell Precision 7510",
1526 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1532 .ident = "Dell Precision 7540",
1534 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1540 .ident = "Dell XPS 13 7390",
1542 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1548 .ident = "Dell Optiplex 7000",
1550 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1556 .ident = "Dell XPS 9315",
1558 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1564 .ident = "Dell G15 5511",
1566 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
1567 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Dell G15 5511"),