Symbol: nci_opcode_pack
drivers/nfc/fdp/fdp.c
676
.opcode = nci_opcode_pack(NCI_GID_PROP, NCI_OP_PROP_PATCH_OID),
drivers/nfc/fdp/fdp.c
681
.opcode = nci_opcode_pack(NCI_GID_PROP,
drivers/nfc/nfcmrvl/fw_dnld.c
18
#define NCI_OP_PROPRIETARY_BOOT_CMD nci_opcode_pack(NCI_GID_PROPRIETARY, \
drivers/nfc/nxp-nci/core.c
30
#define NXP_NCI_RF_PLL_UNLOCKED_NTF nci_opcode_pack(NCI_GID_RF_MGMT, 0x21)
drivers/nfc/nxp-nci/core.c
31
#define NXP_NCI_RF_TXLDO_ERROR_NTF nci_opcode_pack(NCI_GID_RF_MGMT, 0x23)
drivers/nfc/s3fwrn5/nci.c
25
.opcode = nci_opcode_pack(NCI_GID_PROPRIETARY,
drivers/nfc/s3fwrn5/nci.c
30
.opcode = nci_opcode_pack(NCI_GID_PROPRIETARY,
drivers/nfc/s3fwrn5/nci.c
35
.opcode = nci_opcode_pack(NCI_GID_PROPRIETARY,
drivers/nfc/s3fwrn5/nci.c
40
.opcode = nci_opcode_pack(NCI_GID_PROPRIETARY,
drivers/nfc/st-nci/core.c
89
.opcode = nci_opcode_pack(NCI_GID_PROPRIETARY,
include/net/nfc/nci.h
183
#define nci_opcode(hdr) nci_opcode_pack(hdr[0], hdr[1])
include/net/nfc/nci.h
222
#define NCI_OP_CORE_RESET_CMD nci_opcode_pack(NCI_GID_CORE, 0x00)
include/net/nfc/nci.h
227
#define NCI_OP_CORE_INIT_CMD nci_opcode_pack(NCI_GID_CORE, 0x01)
include/net/nfc/nci.h
234
#define NCI_OP_CORE_SET_CONFIG_CMD nci_opcode_pack(NCI_GID_CORE, 0x02)
include/net/nfc/nci.h
246
#define NCI_OP_CORE_CONN_CREATE_CMD nci_opcode_pack(NCI_GID_CORE, 0x04)
include/net/nfc/nci.h
266
#define NCI_OP_CORE_CONN_CLOSE_CMD nci_opcode_pack(NCI_GID_CORE, 0x05)
include/net/nfc/nci.h
268
#define NCI_OP_RF_DISCOVER_MAP_CMD nci_opcode_pack(NCI_GID_RF_MGMT, 0x00)
include/net/nfc/nci.h
281
#define NCI_OP_RF_DISCOVER_CMD nci_opcode_pack(NCI_GID_RF_MGMT, 0x03)
include/net/nfc/nci.h
292
#define NCI_OP_RF_DISCOVER_SELECT_CMD nci_opcode_pack(NCI_GID_RF_MGMT, 0x04)
include/net/nfc/nci.h
299
#define NCI_OP_RF_DEACTIVATE_CMD nci_opcode_pack(NCI_GID_RF_MGMT, 0x06)
include/net/nfc/nci.h
304
#define NCI_OP_NFCEE_DISCOVER_CMD nci_opcode_pack(NCI_GID_NFCEE_MGMT, 0x00)
include/net/nfc/nci.h
309
#define NCI_OP_NFCEE_MODE_SET_CMD nci_opcode_pack(NCI_GID_NFCEE_MGMT, 0x01)
include/net/nfc/nci.h
317
#define NCI_OP_CORE_GET_CONFIG_CMD nci_opcode_pack(NCI_GID_CORE, 0x03)
include/net/nfc/nci.h
322
#define NCI_OP_CORE_RESET_RSP nci_opcode_pack(NCI_GID_CORE, 0x00)
include/net/nfc/nci.h
329
#define NCI_OP_CORE_INIT_RSP nci_opcode_pack(NCI_GID_CORE, 0x01)
include/net/nfc/nci.h
361
#define NCI_OP_CORE_SET_CONFIG_RSP nci_opcode_pack(NCI_GID_CORE, 0x02)
include/net/nfc/nci.h
368
#define NCI_OP_CORE_CONN_CREATE_RSP nci_opcode_pack(NCI_GID_CORE, 0x04)
include/net/nfc/nci.h
376
#define NCI_OP_CORE_CONN_CLOSE_RSP nci_opcode_pack(NCI_GID_CORE, 0x05)
include/net/nfc/nci.h
378
#define NCI_OP_RF_DISCOVER_MAP_RSP nci_opcode_pack(NCI_GID_RF_MGMT, 0x00)
include/net/nfc/nci.h
380
#define NCI_OP_RF_DISCOVER_RSP nci_opcode_pack(NCI_GID_RF_MGMT, 0x03)
include/net/nfc/nci.h
382
#define NCI_OP_RF_DISCOVER_SELECT_RSP nci_opcode_pack(NCI_GID_RF_MGMT, 0x04)
include/net/nfc/nci.h
384
#define NCI_OP_RF_DEACTIVATE_RSP nci_opcode_pack(NCI_GID_RF_MGMT, 0x06)
include/net/nfc/nci.h
386
#define NCI_OP_NFCEE_DISCOVER_RSP nci_opcode_pack(NCI_GID_NFCEE_MGMT, 0x00)
include/net/nfc/nci.h
392
#define NCI_OP_NFCEE_MODE_SET_RSP nci_opcode_pack(NCI_GID_NFCEE_MGMT, 0x01)
include/net/nfc/nci.h
394
#define NCI_OP_CORE_GET_CONFIG_RSP nci_opcode_pack(NCI_GID_CORE, 0x03)
include/net/nfc/nci.h
399
#define NCI_OP_CORE_RESET_NTF nci_opcode_pack(NCI_GID_CORE, 0x00)
include/net/nfc/nci.h
409
#define NCI_OP_CORE_CONN_CREDITS_NTF nci_opcode_pack(NCI_GID_CORE, 0x06)
include/net/nfc/nci.h
420
#define NCI_OP_CORE_GENERIC_ERROR_NTF nci_opcode_pack(NCI_GID_CORE, 0x07)
include/net/nfc/nci.h
422
#define NCI_OP_CORE_INTF_ERROR_NTF nci_opcode_pack(NCI_GID_CORE, 0x08)
include/net/nfc/nci.h
428
#define NCI_OP_RF_DISCOVER_NTF nci_opcode_pack(NCI_GID_RF_MGMT, 0x03)
include/net/nfc/nci.h
475
#define NCI_OP_RF_INTF_ACTIVATED_NTF nci_opcode_pack(NCI_GID_RF_MGMT, 0x05)
include/net/nfc/nci.h
527
#define NCI_OP_RF_DEACTIVATE_NTF nci_opcode_pack(NCI_GID_RF_MGMT, 0x06)
include/net/nfc/nci.h
533
#define NCI_OP_RF_NFCEE_ACTION_NTF nci_opcode_pack(NCI_GID_RF_MGMT, 0x09)
include/net/nfc/nci.h
541
#define NCI_OP_NFCEE_DISCOVER_NTF nci_opcode_pack(NCI_GID_NFCEE_MGMT, 0x00)
include/net/nfc/nci.h
559
#define NCI_OP_CORE_RESET_NTF nci_opcode_pack(NCI_GID_CORE, 0x00)
net/nfc/nci/core.c
360
param.opcode = nci_opcode_pack(NCI_GID_PROPRIETARY, oid);