Home
last modified time | relevance | path

Searched refs:bluetooth_status (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/platform/x86/
H A Dasus-laptop.c81 static int bluetooth_status = 1; variable
91 module_param(bluetooth_status, int, 0444);
92 MODULE_PARM_DESC(bluetooth_status, "Set the wireless status on boot "
1778 if (bluetooth_status >= 0) in asus_acpi_init()
1779 asus_bluetooth_set(asus, !!bluetooth_status); in asus_acpi_init()