Home
last modified time | relevance | path

Searched refs:NFC_HCI_MAX_PIPES (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/net/nfc/
Dhci.h90 #define NFC_HCI_MAX_PIPES 128 macro
142 struct nfc_hci_pipe pipes[NFC_HCI_MAX_PIPES];
/Linux-v4.19/net/nfc/hci/
Dcore.c53 for (i = 0; i < NFC_HCI_MAX_PIPES; i++) { in nfc_hci_reset_pipes()
65 for (i = 0; i < NFC_HCI_MAX_PIPES; i++) { in nfc_hci_reset_pipes_per_host()
212 if (create_info->pipe >= NFC_HCI_MAX_PIPES) { in nfc_hci_cmd_received()
240 if (delete_info->pipe >= NFC_HCI_MAX_PIPES) { in nfc_hci_cmd_received()