Home
last modified time | relevance | path

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

/drivers/nfc/st21nfca/
Ddep.c234 struct st21nfca_psl_res *psl_res; in st21nfca_tm_send_psl_res() local
244 psl_res = (struct st21nfca_psl_res *)skb->data; in st21nfca_tm_send_psl_res()
246 psl_res->length = sizeof(struct st21nfca_psl_res); in st21nfca_tm_send_psl_res()
247 psl_res->cmd0 = ST21NFCA_NFCIP1_RES; in st21nfca_tm_send_psl_res()
248 psl_res->cmd1 = ST21NFCA_NFCIP1_PSL_RES; in st21nfca_tm_send_psl_res()
249 psl_res->did = psl_req->did; in st21nfca_tm_send_psl_res()