Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/nfc/st21nfca/
Dst21nfca_dep.c84 struct st21nfca_atr_res { struct
155 struct st21nfca_atr_res *atr_res; in st21nfca_tm_send_atr_res()
166 skb_put(skb, sizeof(struct st21nfca_atr_res)); in st21nfca_tm_send_atr_res()
168 atr_res = (struct st21nfca_atr_res *)skb->data; in st21nfca_tm_send_atr_res()
169 memset(atr_res, 0, sizeof(struct st21nfca_atr_res)); in st21nfca_tm_send_atr_res()
479 struct st21nfca_atr_res *atr_res; in st21nfca_im_recv_atr_res_cb()
491 atr_res = (struct st21nfca_atr_res *)skb->data; in st21nfca_im_recv_atr_res_cb()
494 skb->len - sizeof(struct st21nfca_atr_res)); in st21nfca_im_recv_atr_res_cb()