Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/x86/intel/
Doaktrail.c87 static struct rfkill *bt_rfkill; variable
151 __oaktrail_rfkill_cleanup(bt_rfkill); in oaktrail_rfkill_cleanup()
169 bt_rfkill = oaktrail_rfkill_new("oaktrail-bluetooth", in oaktrail_rfkill_init()
172 if (IS_ERR(bt_rfkill)) { in oaktrail_rfkill_init()
173 ret = PTR_ERR(bt_rfkill); in oaktrail_rfkill_init()
174 bt_rfkill = NULL; in oaktrail_rfkill_init()
/linux-6.12.1/drivers/platform/x86/
Dcompal-laptop.c752 static struct rfkill *bt_rfkill; variable
933 bt_rfkill = rfkill_alloc("compal-bluetooth", &compal_device->dev, in setup_rfkill()
936 if (!bt_rfkill) { in setup_rfkill()
940 ret = rfkill_register(bt_rfkill); in setup_rfkill()
947 rfkill_destroy(bt_rfkill); in setup_rfkill()
1099 rfkill_unregister(bt_rfkill); in compal_cleanup()
1101 rfkill_destroy(bt_rfkill); in compal_cleanup()