Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/platform/x86/
Dthinkpad_acpi.c1124 TPACPI_RFK_BLUETOOTH_SW_ID = 0, enumerator
1131 [TPACPI_RFK_BLUETOOTH_SW_ID] = "bluetooth",
4197 return tpacpi_rfk_sysfs_enable_show(TPACPI_RFK_BLUETOOTH_SW_ID, in bluetooth_enable_show()
4205 return tpacpi_rfk_sysfs_enable_store(TPACPI_RFK_BLUETOOTH_SW_ID, in bluetooth_enable_store()
4243 tpacpi_destroy_rfkill(TPACPI_RFK_BLUETOOTH_SW_ID); in bluetooth_exit()
4285 res = tpacpi_new_rfkill(TPACPI_RFK_BLUETOOTH_SW_ID, in bluetooth_init()
4296 tpacpi_destroy_rfkill(TPACPI_RFK_BLUETOOTH_SW_ID); in bluetooth_init()
4306 return tpacpi_rfk_procfs_read(TPACPI_RFK_BLUETOOTH_SW_ID, m); in bluetooth_read()
4311 return tpacpi_rfk_procfs_write(TPACPI_RFK_BLUETOOTH_SW_ID, buf); in bluetooth_write()