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

/linux-master/drivers/nfc/st21nfca/
H A Ddep.c94 struct st21nfca_psl_res { struct
227 struct st21nfca_psl_res *psl_res;
232 skb = alloc_skb(sizeof(struct st21nfca_psl_res), GFP_KERNEL);
235 skb_put(skb, sizeof(struct st21nfca_psl_res));
237 psl_res = (struct st21nfca_psl_res *)skb->data;
239 psl_res->length = sizeof(struct st21nfca_psl_res);

Completed in 180 milliseconds