| /kernel/linux/linux-5.10/drivers/platform/x86/ |
| D | asus-wmi.c | 3 * Asus PC WMI hotkey driver 34 #include <linux/platform_data/x86/asus-wmi.h> 43 #include "asus-wmi.h" 47 MODULE_DESCRIPTION("Asus Generic WMI Driver"); 162 struct asus_wmi *asus; member 309 static int asus_wmi_get_devstate(struct asus_wmi *asus, u32 dev_id, u32 *retval) in asus_wmi_get_devstate() argument 311 return asus_wmi_evaluate_method(asus->dsts_id, dev_id, 0, retval); in asus_wmi_get_devstate() 322 static int asus_wmi_get_devstate_bits(struct asus_wmi *asus, in asus_wmi_get_devstate_bits() argument 328 err = asus_wmi_get_devstate(asus, dev_id, &retval); in asus_wmi_get_devstate_bits() 343 static int asus_wmi_get_devstate_simple(struct asus_wmi *asus, u32 dev_id) in asus_wmi_get_devstate_simple() argument [all …]
|
| D | asus-laptop.c | 3 * asus-laptop.c - Asus Laptop Support 45 #define ASUS_LAPTOP_NAME "Asus Laptop Support" 113 * Some events we use, same for all Asus 218 struct asus_laptop *asus; member 229 struct asus_laptop *asus; member 414 static bool asus_check_pega_lucid(struct asus_laptop *asus) in asus_check_pega_lucid() argument 416 return !strcmp(asus->name, DEVICE_NAME_PEGA) && in asus_check_pega_lucid() 417 !acpi_check_handle(asus->handle, METHOD_PEGA_ENABLE, NULL) && in asus_check_pega_lucid() 418 !acpi_check_handle(asus->handle, METHOD_PEGA_DISABLE, NULL) && in asus_check_pega_lucid() 419 !acpi_check_handle(asus->handle, METHOD_PEGA_READ, NULL); in asus_check_pega_lucid() [all …]
|
| /kernel/linux/linux-6.6/drivers/platform/x86/ |
| D | asus-laptop.c | 3 * asus-laptop.c - Asus Laptop Support 45 #define ASUS_LAPTOP_NAME "Asus Laptop Support" 113 * Some events we use, same for all Asus 218 struct asus_laptop *asus; member 229 struct asus_laptop *asus; member 414 static bool asus_check_pega_lucid(struct asus_laptop *asus) in asus_check_pega_lucid() argument 416 return !strcmp(asus->name, DEVICE_NAME_PEGA) && in asus_check_pega_lucid() 417 !acpi_check_handle(asus->handle, METHOD_PEGA_ENABLE, NULL) && in asus_check_pega_lucid() 418 !acpi_check_handle(asus->handle, METHOD_PEGA_DISABLE, NULL) && in asus_check_pega_lucid() 419 !acpi_check_handle(asus->handle, METHOD_PEGA_READ, NULL); in asus_check_pega_lucid() [all …]
|
| D | asus-wmi.c | 3 * Asus PC WMI hotkey driver 31 #include <linux/platform_data/x86/asus-wmi.h> 44 #include "asus-wmi.h" 48 MODULE_DESCRIPTION("Asus Generic WMI Driver"); 126 /* Limits for tunables available on ASUS ROG laptops */ 195 struct asus_wmi *asus; member 266 /* Tunables provided by ASUS for gaming laptops */ 481 static int asus_wmi_get_devstate(struct asus_wmi *asus, u32 dev_id, u32 *retval) in asus_wmi_get_devstate() argument 483 return asus_wmi_evaluate_method(asus->dsts_id, dev_id, 0, retval); in asus_wmi_get_devstate() 494 static int asus_wmi_get_devstate_bits(struct asus_wmi *asus, in asus_wmi_get_devstate_bits() argument [all …]
|
| D | Makefile | 32 # ASUS 33 obj-$(CONFIG_ASUS_LAPTOP) += asus-laptop.o 34 obj-$(CONFIG_ASUS_WIRELESS) += asus-wireless.o 35 obj-$(CONFIG_ASUS_WMI) += asus-wmi.o 36 obj-$(CONFIG_ASUS_NB_WMI) += asus-nb-wmi.o 37 obj-$(CONFIG_ASUS_TF103C_DOCK) += asus-tf103c-dock.o
|
| /kernel/linux/linux-5.10/Documentation/sound/hd-audio/ |
| D | models.rst | 115 asus-g73jw 116 Subwoofer pin fixup for ASUS G73JW 151 asus-x101 152 ASUS X101 fixups 161 asus-zenbook 162 ASUS Zenbook fixups 163 asus-zenbook-ux31a 164 ASUS Zenbook UX31A fixups 167 asus-tx300 168 ASUS TX300 fixups [all …]
|
| /kernel/linux/linux-6.6/Documentation/sound/hd-audio/ |
| D | models.rst | 115 asus-g73jw 116 Subwoofer pin fixup for ASUS G73JW 151 asus-x101 152 ASUS X101 fixups 161 asus-zenbook 162 ASUS Zenbook fixups 163 asus-zenbook-ux31a 164 ASUS Zenbook UX31A fixups 167 asus-tx300 168 ASUS TX300 fixups [all …]
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/nvidia/ |
| D | Makefile | 3 tegra114-asus-tf701t.dtb \ 17 tegra20-asus-tf101.dtb \ 31 tegra30-asus-nexus7-grouper-PM269.dtb \ 32 tegra30-asus-nexus7-grouper-E1565.dtb \ 33 tegra30-asus-nexus7-tilapia-E1565.dtb \ 34 tegra30-asus-tf201.dtb \ 35 tegra30-asus-tf300t.dtb \ 36 tegra30-asus-tf300tg.dtb \ 37 tegra30-asus-tf700t.dtb \
|
| /kernel/linux/linux-5.10/arch/mips/bcm47xx/ |
| D | board.c | 47 {{BCM47XX_BOARD_ASUS_RTN10U, "Asus RT-N10U"}, "RTN10U"}, 48 {{BCM47XX_BOARD_ASUS_RTN10D, "Asus RT-N10D"}, "RTN10D"}, 49 {{BCM47XX_BOARD_ASUS_RTN12, "Asus RT-N12"}, "RT-N12"}, 50 {{BCM47XX_BOARD_ASUS_RTN12B1, "Asus RT-N12B1"}, "RTN12B1"}, 51 {{BCM47XX_BOARD_ASUS_RTN12C1, "Asus RT-N12C1"}, "RTN12C1"}, 52 {{BCM47XX_BOARD_ASUS_RTN12D1, "Asus RT-N12D1"}, "RTN12D1"}, 53 {{BCM47XX_BOARD_ASUS_RTN12HP, "Asus RT-N12HP"}, "RTN12HP"}, 54 {{BCM47XX_BOARD_ASUS_RTN16, "Asus RT-N16"}, "RT-N16-"}, 55 {{BCM47XX_BOARD_ASUS_WL320GE, "Asus WL320GE"}, "WL320G-"}, 56 {{BCM47XX_BOARD_ASUS_WL330GE, "Asus WL330GE"}, "WL330GE-"}, [all …]
|
| /kernel/linux/linux-6.6/arch/mips/bcm47xx/ |
| D | board.c | 47 {{BCM47XX_BOARD_ASUS_RTN10U, "Asus RT-N10U"}, "RTN10U"}, 48 {{BCM47XX_BOARD_ASUS_RTN10D, "Asus RT-N10D"}, "RTN10D"}, 49 {{BCM47XX_BOARD_ASUS_RTN12, "Asus RT-N12"}, "RT-N12"}, 50 {{BCM47XX_BOARD_ASUS_RTN12B1, "Asus RT-N12B1"}, "RTN12B1"}, 51 {{BCM47XX_BOARD_ASUS_RTN12C1, "Asus RT-N12C1"}, "RTN12C1"}, 52 {{BCM47XX_BOARD_ASUS_RTN12D1, "Asus RT-N12D1"}, "RTN12D1"}, 53 {{BCM47XX_BOARD_ASUS_RTN12HP, "Asus RT-N12HP"}, "RTN12HP"}, 54 {{BCM47XX_BOARD_ASUS_RTN16, "Asus RT-N16"}, "RT-N16-"}, 55 {{BCM47XX_BOARD_ASUS_WL320GE, "Asus WL320GE"}, "WL320G-"}, 56 {{BCM47XX_BOARD_ASUS_WL330GE, "Asus WL330GE"}, "WL330GE-"}, [all …]
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/laptops/ |
| D | asus-laptop.rst | 2 Asus Laptop Extras 12 This driver provides support for extra features of ACPI-compatible ASUS laptops. 52 Try "modprobe asus-laptop". Check your dmesg (simply type dmesg). You should 55 Asus Laptop Extras version 0.42 69 /sys/devices/platform/asus-laptop/infos entry. If you have a question or a 75 You can modify LEDs be echoing values to `/sys/class/leds/asus/*/brightness`:: 77 echo 1 > /sys/class/leds/asus::mail/brightness 88 /sys/class/backlight/asus-laptop/. Brightness Values are between 0 and 15. 119 /sys/devices/platform/asus-laptop/display. The significance of those values 171 2) Echo values from 0 to 15 to /sys/devices/platform/asus-laptop/display. [all …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/laptops/ |
| D | asus-laptop.rst | 2 Asus Laptop Extras 12 This driver provides support for extra features of ACPI-compatible ASUS laptops. 52 Try "modprobe asus-laptop". Check your dmesg (simply type dmesg). You should 55 Asus Laptop Extras version 0.42 69 /sys/devices/platform/asus-laptop/infos entry. If you have a question or a 75 You can modify LEDs be echoing values to `/sys/class/leds/asus/*/brightness`:: 77 echo 1 > /sys/class/leds/asus::mail/brightness 88 /sys/class/backlight/asus-laptop/. Brightness Values are between 0 and 15. 119 /sys/devices/platform/asus-laptop/display. The significance of those values 171 2) Echo values from 0 to 15 to /sys/devices/platform/asus-laptop/display. [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/ |
| D | tegra.yaml | 40 - const: asus,tf101 56 - const: asus,tf201 59 - const: asus,tf300t 62 - const: asus,tf300tg 65 - const: asus,tf700t 83 - const: asus,grouper 86 - const: asus,tilapia 87 - const: asus,grouper 97 - asus,tf701t
|
| /kernel/linux/linux-6.6/drivers/hid/ |
| D | hid-asus.c | 3 * HID driver for Asus notebook built-in keyboard. 16 * This module has been updated to add support for Asus i2c touchpad. 29 #include <linux/platform_data/x86/asus-wmi.h> 41 MODULE_DESCRIPTION("Asus HID Keyboard and TouchPad"); 317 hid_warn(hdev, "Unmapped Asus vendor usagepage code 0x%02x\n", in asus_event() 397 hid_err(hdev, "Asus failed to send init command: %d\n", ret); in asus_kbd_init() 411 hid_err(hdev, "Asus failed to send configuration command: %d\n", ret); in asus_kbd_get_functions() 423 hid_err(hdev, "Asus failed to request functions: %d\n", ret); in asus_kbd_get_functions() 443 hid_info(hdev, "Asus initialise N-KEY Device"); in rog_nkey_led_init() 447 hid_warn(hdev, "Asus failed to send init start command: %d\n", ret); in rog_nkey_led_init() [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/panel/ |
| D | asus,z00t-tm5p5-nt35596.yaml | 4 $id: http://devicetree.org/schemas/display/panel/asus,z00t-tm5p5-nt35596.yaml# 7 title: ASUS Z00T TM5P5 NT35596 5.5" 1080×1920 LCD Panel 13 This panel seems to only be found in the Asus Z00T 23 const: asus,z00t-tm5p5-n35596 50 compatible = "asus,z00t-tm5p5-n35596";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/panel/ |
| D | asus,z00t-tm5p5-nt35596.yaml | 4 $id: http://devicetree.org/schemas/display/panel/asus,z00t-tm5p5-nt35596.yaml# 7 title: ASUS Z00T TM5P5 NT35596 5.5" 1080×1920 LCD Panel 13 This panel seems to only be found in the Asus Z00T 23 const: asus,z00t-tm5p5-n35596 50 compatible = "asus,z00t-tm5p5-n35596";
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/bcm/ |
| D | brcm,bcm4708.yaml | 26 - asus,rt-ac56u 27 - asus,rt-ac68u 44 - asus,rt-n18u 56 - asus,rt-ac87u 69 - asus,rt-ac3100 70 - asus,rt-ac88u
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| D | hid-asus.c | 3 * HID driver for Asus notebook built-in keyboard. 16 * This module has been updated to add support for Asus i2c touchpad. 29 #include <linux/platform_data/x86/asus-wmi.h> 40 MODULE_DESCRIPTION("Asus HID Keyboard and TouchPad"); 315 hid_warn(hdev, "Unmapped Asus vendor usagepage code 0x%02x\n", in asus_event() 364 hid_err(hdev, "Asus failed to send init command: %d\n", ret); in asus_kbd_init() 378 hid_err(hdev, "Asus failed to send configuration command: %d\n", ret); in asus_kbd_get_functions() 390 hid_err(hdev, "Asus failed to request functions: %d\n", ret); in asus_kbd_get_functions() 452 hid_err(led->hdev, "Asus failed to set keyboard backlight: %d\n", ret); in asus_kbd_backlight_work() 455 /* WMI-based keyboard backlight LED control (via asus-wmi driver) takes [all …]
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/broadcom/ |
| D | bcm4709-asus-rt-ac87u.dts | 4 * DTS for Asus RT-AC87U 15 compatible = "asus,rt-ac87u", "brcm,bcm4709", "brcm,bcm4708"; 16 model = "Asus RT-AC87U"; 92 asus@7ec0000 { 93 label = "asus";
|
| D | Makefile | 49 bcm4708-asus-rt-ac56u.dtb \ 50 bcm4708-asus-rt-ac68u.dtb \ 61 bcm47081-asus-rt-n18u.dtb \ 67 bcm4709-asus-rt-ac87u.dtb \ 73 bcm47094-asus-rt-ac3100.dtb \ 74 bcm47094-asus-rt-ac88u.dtb \
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | bcm4709-asus-rt-ac87u.dts | 4 * DTS for Asus RT-AC87U 15 compatible = "asus,rt-ac87u", "brcm,bcm4709", "brcm,bcm4708"; 16 model = "Asus RT-AC87U"; 94 asus@7ec0000 { 95 label = "asus";
|
| D | tegra30-asus-nexus7-tilapia-E1565.dts | 4 #include "tegra30-asus-nexus7-grouper-maxim-pmic.dtsi" 5 #include "tegra30-asus-nexus7-tilapia.dtsi" 8 model = "ASUS Google Nexus 7 (Project Bach / ME370TG) E1565";
|
| /kernel/linux/linux-5.10/sound/pci/oxygen/ |
| D | virtuoso.c | 3 * C-Media CMI8788 driver for Asus Xonar cards 17 MODULE_DESCRIPTION("Asus Virtuoso driver"); 19 MODULE_SUPPORTED_DEVICE("{{Asus,AV66},{Asus,AV100},{Asus,AV200}}");
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | w83781d.rst | 30 * Asus AS99127F 36 Datasheet: Unavailable from Asus 70 chips, and the Asus AS99127F chips. We will refer to them collectively as 75 The Asus chips are similar to an I2C-only W83782D. 203 If you have problems, please lobby Asus to release a datasheet. 208 a datasheet or ideas on how to convince Asus. We can't help. 281 Asus Clones 284 We have no datasheets for the Asus clones (AS99127F and ASB100 Bach). 287 also gives advice for another Asus chipset, the Mozart-2 (which we 297 - If register 0x58 holds 0x31 then we have an Asus (either ASB100 or AS99127F) [all …]
|
| /kernel/linux/linux-6.6/Documentation/hwmon/ |
| D | w83781d.rst | 30 * Asus AS99127F 36 Datasheet: Unavailable from Asus 70 chips, and the Asus AS99127F chips. We will refer to them collectively as 75 The Asus chips are similar to an I2C-only W83782D. 203 If you have problems, please lobby Asus to release a datasheet. 208 a datasheet or ideas on how to convince Asus. We can't help. 281 Asus Clones 284 We have no datasheets for the Asus clones (AS99127F and ASB100 Bach). 287 also gives advice for another Asus chipset, the Mozart-2 (which we 297 - If register 0x58 holds 0x31 then we have an Asus (either ASB100 or AS99127F) [all …]
|