Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dbtmtksdio.c39 static bool enable_autosuspend; variable
873 if (enable_autosuspend) in btmtksdio_setup()
1110 module_param(enable_autosuspend, bool, 0644);
1111 MODULE_PARM_DESC(enable_autosuspend, "Enable autosuspend by default");
H A Dbtusb.c32 static bool enable_autosuspend = IS_ENABLED(CONFIG_BT_HCIBTUSB_AUTOSUSPEND); variable
4317 if (enable_autosuspend) in btusb_probe()
4542 module_param(enable_autosuspend, bool, 0644);
4543 MODULE_PARM_DESC(enable_autosuspend, "Enable USB autosuspend by default");
H A DKconfig41 This can be overridden by passing btusb.enable_autosuspend=[y|n]
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo