Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dasus-laptop.c79 static int bluetooth_status = 1; variable
89 module_param(bluetooth_status, int, 0444);
90 MODULE_PARM_DESC(bluetooth_status, "Set the wireless status on boot "
1775 if (bluetooth_status >= 0) in asus_acpi_init()
1776 asus_bluetooth_set(asus, !!bluetooth_status); in asus_acpi_init()