Searched refs:NFC_SOCKPROTO_MAX (Results 1 – 2 of 2) sorted by relevance
16 static const struct nfc_protocol *proto_tab[NFC_SOCKPROTO_MAX];26 if (proto < 0 || proto >= NFC_SOCKPROTO_MAX) in nfc_sock_create()49 if (nfc_proto->id < 0 || nfc_proto->id >= NFC_SOCKPROTO_MAX) in nfc_proto_register()
287 #define NFC_SOCKPROTO_MAX 2 macro
Completed in 4 milliseconds