Searched refs:atr_res (Results 1 – 1 of 1) sorted by relevance
154 struct st21nfca_atr_res *atr_res; in st21nfca_tm_send_atr_res() local167 atr_res = (struct st21nfca_atr_res *)skb->data; in st21nfca_tm_send_atr_res()168 memset(atr_res, 0, sizeof(struct st21nfca_atr_res)); in st21nfca_tm_send_atr_res()170 atr_res->length = atr_req->length + 1; in st21nfca_tm_send_atr_res()171 atr_res->cmd0 = ST21NFCA_NFCIP1_RES; in st21nfca_tm_send_atr_res()172 atr_res->cmd1 = ST21NFCA_NFCIP1_ATR_RES; in st21nfca_tm_send_atr_res()174 memcpy(atr_res->nfcid3, atr_req->nfcid3, 6); in st21nfca_tm_send_atr_res()175 atr_res->bsi = 0x00; in st21nfca_tm_send_atr_res()176 atr_res->bri = 0x00; in st21nfca_tm_send_atr_res()177 atr_res->to = ST21NFCA_DEFAULT_TIMEOUT; in st21nfca_tm_send_atr_res()[all …]