Lines Matching full:laptop
10 * msi-laptop.c - MSI S270 laptop support. This laptop is sold under
15 * This driver exports a few files in /sys/devices/platform/msi-laptop-pf/:
33 * available to userspace under /sys/class/backlight/msi-laptop-bl/.
38 * laptop as MSI S270. YMMV.
114 /* MSI laptop quirks */
123 * On Linux, msi-laptop driver will do the same thing to disable the
563 .name = "msi-laptop-pf",
588 pr_info("Identified laptop model '%s'\n", dmi->ident); in dmi_check_cb()
955 msi_laptop_input_dev->name = "MSI Laptop hotkeys"; in msi_laptop_input_setup()
956 msi_laptop_input_dev->phys = "msi-laptop/input0"; in msi_laptop_input_setup()
1058 msibl_device = backlight_device_register("msi-laptop-bl", NULL, in msi_init()
1071 msipf_device = platform_device_alloc("msi-laptop-pf", -1); in msi_init()
1166 MODULE_DESCRIPTION("MSI Laptop Support");