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

/linux-4.4.14/drivers/nfc/st21nfca/
H A Ddep.c83 struct st21nfca_atr_res { struct
154 struct st21nfca_atr_res *atr_res; st21nfca_tm_send_atr_res()
165 skb_put(skb, sizeof(struct st21nfca_atr_res)); st21nfca_tm_send_atr_res()
167 atr_res = (struct st21nfca_atr_res *)skb->data; st21nfca_tm_send_atr_res()
168 memset(atr_res, 0, sizeof(struct st21nfca_atr_res)); st21nfca_tm_send_atr_res()
479 struct st21nfca_atr_res *atr_res; st21nfca_im_recv_atr_res_cb()
491 atr_res = (struct st21nfca_atr_res *)skb->data; st21nfca_im_recv_atr_res_cb()
494 skb->len - sizeof(struct st21nfca_atr_res)); st21nfca_im_recv_atr_res_cb()

Completed in 32 milliseconds