Home
last modified time | relevance | path

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

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