Searched refs:hci_result (Results 1 – 1 of 1) sorted by relevance
1219 u32 hci_result; in hci_get_bt_present() local1224 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() local1238 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() local1286 hci_result = hci_get_radio_state(dev, &value); in bt_rfkill_poll()1287 if (hci_result != TOS_SUCCESS) { in bt_rfkill_poll()[all …]