Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/nfc/st21nfca/
Dst21nfca_dep.c72 struct st21nfca_atr_req { struct
153 struct st21nfca_atr_req *atr_req) in st21nfca_tm_send_atr_res()
161 gb_len = atr_req->length - sizeof(struct st21nfca_atr_req); in st21nfca_tm_send_atr_res()
203 struct st21nfca_atr_req *atr_req; in st21nfca_tm_recv_atr_req()
219 atr_req = (struct st21nfca_atr_req *)skb->data; in st21nfca_tm_recv_atr_req()
221 if (atr_req->length < sizeof(struct st21nfca_atr_req)) { in st21nfca_tm_recv_atr_req()
230 gb_len = skb->len - sizeof(struct st21nfca_atr_req); in st21nfca_tm_recv_atr_req()
526 struct st21nfca_atr_req *atr_req; in st21nfca_im_send_atr_req()
538 alloc_skb(sizeof(struct st21nfca_atr_req) + gb_len + 1, GFP_KERNEL); in st21nfca_im_send_atr_req()
544 skb_put(skb, sizeof(struct st21nfca_atr_req)); in st21nfca_im_send_atr_req()
[all …]