Searched refs:atr_req (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/nfc/st21nfca/
H A Ddep.c141 struct st21nfca_atr_req *atr_req)
149 gb_len = atr_req->length - sizeof(struct st21nfca_atr_req);
150 skb = alloc_skb(atr_req->length + 1, GFP_KERNEL);
159 atr_res->length = atr_req->length + 1;
163 memcpy(atr_res->nfcid3, atr_req->nfcid3, 6);
173 memcpy(atr_res->gbi, atr_req->gbi, gb_len);
193 struct st21nfca_atr_req *atr_req; local
205 atr_req = (struct st21nfca_atr_req *)skb->data;
207 if (atr_req->length < sizeof(struct st21nfca_atr_req))
210 r = st21nfca_tm_send_atr_res(hdev, atr_req);
140 st21nfca_tm_send_atr_res(struct nfc_hci_dev *hdev, struct st21nfca_atr_req *atr_req) argument
495 struct st21nfca_atr_req *atr_req; local
[all...]
/linux-master/net/nfc/
H A Ddigital_dep.c476 struct digital_atr_req *atr_req; local
494 atr_req = (struct digital_atr_req *)skb->data;
495 memset(atr_req, 0, sizeof(struct digital_atr_req));
497 atr_req->dir = DIGITAL_NFC_DEP_FRAME_DIR_OUT;
498 atr_req->cmd = DIGITAL_CMD_ATR_REQ;
500 memcpy(atr_req->nfcid3, target->nfcid2, NFC_NFCID2_MAXSIZE);
502 get_random_bytes(atr_req->nfcid3, NFC_NFCID3_MAXSIZE);
504 atr_req->did = 0;
505 atr_req->bs = 0;
506 atr_req
1489 digital_tg_send_atr_res(struct nfc_digital_dev *ddev, struct digital_atr_req *atr_req) argument
1545 struct digital_atr_req *atr_req; local
[all...]
/linux-master/net/nfc/nci/
H A Dntf.c457 memcpy(listen->atr_req, data, listen->atr_req_len);
520 (ntf->activation_params.listen_nfc_dep.atr_req
/linux-master/include/net/nfc/
H A Dnci.h493 __u8 atr_req[NFC_ATR_REQ_MAXSIZE - 2]; /* ATR_REQ from byte 3 */ member in struct:activation_params_listen_nfc_dep

Completed in 264 milliseconds