st21nfca_psl_res  236 drivers/nfc/st21nfca/dep.c 	struct st21nfca_psl_res *psl_res;
st21nfca_psl_res  241 drivers/nfc/st21nfca/dep.c 	skb = alloc_skb(sizeof(struct st21nfca_psl_res), GFP_KERNEL);
st21nfca_psl_res  244 drivers/nfc/st21nfca/dep.c 	skb_put(skb, sizeof(struct st21nfca_psl_res));
st21nfca_psl_res  246 drivers/nfc/st21nfca/dep.c 	psl_res = (struct st21nfca_psl_res *)skb->data;
st21nfca_psl_res  248 drivers/nfc/st21nfca/dep.c 	psl_res->length = sizeof(struct st21nfca_psl_res);