Searched refs:exec_result (Results 1 - 2 of 2) sorted by relevance

/net/nfc/hci/
H A Dcommand.c57 hcp_ew->exec_result = err;
58 if (hcp_ew->exec_result == 0)
83 hcp_ew.exec_result = nfc_hci_hcp_message_tx(hdev, pipe,
88 if (hcp_ew.exec_result < 0)
89 return hcp_ew.exec_result;
93 if (hcp_ew.exec_result == 0) {
100 return hcp_ew.exec_result;
H A Dhci.h41 int exec_result; member in struct:hcp_exec_waiter

Completed in 152 milliseconds