Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()