Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/platform/x86/
Dtoshiba_acpi.c1219 u32 hci_result; in hci_get_bt_present() local
1224 hci_result = hci_read2(dev, HCI_WIRELESS, &value, &value2); in hci_get_bt_present()
1225 if (hci_result == TOS_SUCCESS) in hci_get_bt_present()
1228 return hci_result; in hci_get_bt_present()
1233 u32 hci_result; in hci_get_radio_state() local
1238 hci_result = hci_read2(dev, HCI_WIRELESS, &value, &value2); in hci_get_radio_state()
1241 return hci_result; in hci_get_radio_state()
1281 u32 hci_result; in bt_rfkill_poll() local
1286 hci_result = hci_get_radio_state(dev, &value); in bt_rfkill_poll()
1287 if (hci_result != TOS_SUCCESS) { in bt_rfkill_poll()
[all …]