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

/linux-4.4.14/drivers/nfc/st21nfca/
H A Ddep.c105 struct st21nfca_psl_res { struct
245 struct st21nfca_psl_res *psl_res; st21nfca_tm_send_psl_res()
250 skb = alloc_skb(sizeof(struct st21nfca_psl_res), GFP_KERNEL); st21nfca_tm_send_psl_res()
253 skb_put(skb, sizeof(struct st21nfca_psl_res)); st21nfca_tm_send_psl_res()
255 psl_res = (struct st21nfca_psl_res *)skb->data; st21nfca_tm_send_psl_res()
257 psl_res->length = sizeof(struct st21nfca_psl_res); st21nfca_tm_send_psl_res()

Completed in 53 milliseconds