Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/nfc/st21nfca/
H A Ddep.c94 struct st21nfca_psl_res { struct
236 struct st21nfca_psl_res *psl_res; in st21nfca_tm_send_psl_res()
241 skb = alloc_skb(sizeof(struct st21nfca_psl_res), GFP_KERNEL); in st21nfca_tm_send_psl_res()
244 skb_put(skb, sizeof(struct st21nfca_psl_res)); in st21nfca_tm_send_psl_res()
246 psl_res = (struct st21nfca_psl_res *)skb->data; in st21nfca_tm_send_psl_res()
248 psl_res->length = sizeof(struct st21nfca_psl_res); in st21nfca_tm_send_psl_res()
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/
H A Ddep.c94 struct st21nfca_psl_res { struct
227 struct st21nfca_psl_res *psl_res; in st21nfca_tm_send_psl_res()
232 skb = alloc_skb(sizeof(struct st21nfca_psl_res), GFP_KERNEL); in st21nfca_tm_send_psl_res()
235 skb_put(skb, sizeof(struct st21nfca_psl_res)); in st21nfca_tm_send_psl_res()
237 psl_res = (struct st21nfca_psl_res *)skb->data; in st21nfca_tm_send_psl_res()
239 psl_res->length = sizeof(struct st21nfca_psl_res); in st21nfca_tm_send_psl_res()

Completed in 2 milliseconds