Home
last modified time | relevance | path

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

/openbmc/linux/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()