Lines Matching refs:protocols
181 __u32 protocols = opt; in nci_rf_discover_req() local
186 (protocols & NFC_PROTO_JEWEL_MASK in nci_rf_discover_req()
187 || protocols & NFC_PROTO_MIFARE_MASK in nci_rf_discover_req()
188 || protocols & NFC_PROTO_ISO14443_MASK in nci_rf_discover_req()
189 || protocols & NFC_PROTO_NFC_DEP_MASK)) { in nci_rf_discover_req()
197 (protocols & NFC_PROTO_ISO14443_MASK)) { in nci_rf_discover_req()
205 (protocols & NFC_PROTO_FELICA_MASK in nci_rf_discover_req()
206 || protocols & NFC_PROTO_NFC_DEP_MASK)) { in nci_rf_discover_req()
390 static int nci_start_poll(struct nfc_dev *nfc_dev, __u32 protocols) in nci_start_poll() argument
416 rc = nci_request(ndev, nci_rf_discover_req, protocols, in nci_start_poll()
420 ndev->poll_prots = protocols; in nci_start_poll()