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

/linux-master/net/nfc/hci/
H A Dcommand.c41 struct hcp_exec_waiter *hcp_ew = (struct hcp_exec_waiter *)context; local
45 hcp_ew->exec_result = err;
46 if (hcp_ew->exec_result == 0)
47 hcp_ew->result_skb = skb;
50 hcp_ew->exec_complete = true;
52 wake_up(hcp_ew->wq);
60 struct hcp_exec_waiter hcp_ew; local
61 hcp_ew.wq = &ew_wq;
62 hcp_ew.exec_complete = false;
63 hcp_ew
[all...]

Completed in 198 milliseconds