Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
471 struct st21nfca_atr_res *atr_res; in st21nfca_im_recv_atr_res_cb()
483 atr_res = (struct st21nfca_atr_res *)skb->data; in st21nfca_im_recv_atr_res_cb()
486 skb->len - sizeof(struct st21nfca_atr_res)); in st21nfca_im_recv_atr_res_cb()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds