Searched refs:NCI_OP_CORE_CONN_CLOSE_CMD (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/nfcmrvl/ |
H A D | fw_dnld.c | 321 nci_send_cmd(priv->ndev, NCI_OP_CORE_CONN_CLOSE_CMD, in process_state_fw_dnld()
|
/kernel/linux/linux-5.10/include/net/nfc/ |
H A D | nci.h | 256 #define NCI_OP_CORE_CONN_CLOSE_CMD nci_opcode_pack(NCI_GID_CORE, 0x05) macro
|
/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | nci.h | 266 #define NCI_OP_CORE_CONN_CLOSE_CMD nci_opcode_pack(NCI_GID_CORE, 0x05) macro
|
/kernel/linux/linux-6.6/drivers/nfc/nfcmrvl/ |
H A D | fw_dnld.c | 309 nci_send_cmd(priv->ndev, NCI_OP_CORE_CONN_CLOSE_CMD, in process_state_fw_dnld()
|
/kernel/linux/linux-5.10/net/nfc/nci/ |
H A D | core.c | 735 nci_send_cmd(ndev, NCI_OP_CORE_CONN_CLOSE_CMD, 1, &conn_id); in nci_core_conn_close_req()
|
/kernel/linux/linux-6.6/net/nfc/nci/ |
H A D | core.c | 747 nci_send_cmd(ndev, NCI_OP_CORE_CONN_CLOSE_CMD, 1, &conn_id); in nci_core_conn_close_req()
|
Completed in 9 milliseconds