Lines Matching full:hci
6 #define pr_fmt(fmt) "hci: %s: " fmt, __func__
13 #include <net/nfc/hci.h>
15 #include "hci.h"
26 /* TODO: Define hci cmd execution delay. Should it be the same
34 * HCI command execution completion callback.
35 * err will be a standard linux error (may be converted from HCI response)
43 pr_debug("HCI Cmd completed with result=%d\n", err);
68 /* TODO: Define hci cmd execution delay. Should it be the same
108 * Execute an hci command sent to gate.
249 * and fill param with it. HCI spec 6.1.3.5 */