Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/nfc/st21nfca/
Ddep.c83 struct st21nfca_atr_res { struct
154 struct st21nfca_atr_res *atr_res; in st21nfca_tm_send_atr_res()
165 skb_put(skb, sizeof(struct st21nfca_atr_res)); in st21nfca_tm_send_atr_res()
167 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()
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()