Home
last modified time | relevance | path

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

/openbmc/linux/net/nfc/
H A Daf_nfc.c16 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()
/openbmc/linux/include/uapi/linux/
H A Dnfc.h287 #define NFC_SOCKPROTO_MAX 2 macro