Lines Matching full:nci
30 #include <net/nfc/nci.h>
76 /* ---- NCI requests ---- */
610 /* NCI command timer function */
619 /* NCI data exchange timer function */
1151 /* ---- Interface to NCI drivers ---- */
1153 * nci_allocate_device - allocate a new nci device
1214 * nci_free_device - deallocate nci device
1216 * @ndev: The nci device to deallocate
1231 * nci_register_device - register a nci device in the nfc subsystem
1233 * @ndev: The nci device to register
1298 * nci_unregister_device - unregister a nci device in the nfc subsystem
1300 * @ndev: The nci device to unregister
1328 * nci_recv_frame - receive frame from NCI drivers
1330 * @ndev: The nci device
1371 /* Send NCI command */
1490 /* ---- NCI TX Data worker thread ---- */
1516 pr_debug("NCI TX: MT=data, PBF=%d, conn_id=%d, plen=%d\n", in nci_tx_work()
1529 /* ----- NCI RX worker thread (data & control) ----- */
1581 /* ----- NCI TX CMD worker thread ----- */
1599 pr_debug("NCI TX: MT=cmd, PBF=%d, GID=0x%x, OID=0x%x, plen=%d\n", in nci_cmd_work()