Searched refs:st21nfca_atr_res (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/nfc/st21nfca/
H A Ddep.c72 struct st21nfca_atr_res { struct
143 struct st21nfca_atr_res *atr_res;
154 skb_put(skb, sizeof(struct st21nfca_atr_res));
156 atr_res = (struct st21nfca_atr_res *)skb->data;
157 memset(atr_res, 0, sizeof(struct st21nfca_atr_res));
448 struct st21nfca_atr_res *atr_res;
460 atr_res = (struct st21nfca_atr_res *)skb->data;
463 skb->len - sizeof(struct st21nfca_atr_res));

Completed in 338 milliseconds