Lines Matching refs:psl_req
244 struct st21nfca_psl_req *psl_req) in st21nfca_tm_send_psl_res() argument
261 psl_res->did = psl_req->did; in st21nfca_tm_send_psl_res()
275 if (ST21NFCA_PSL_REQ_SEND_SPEED(psl_req->brs) && in st21nfca_tm_send_psl_res()
276 ST21NFCA_PSL_REQ_RECV_SPEED(psl_req->brs)) { in st21nfca_tm_send_psl_res()
292 struct st21nfca_psl_req *psl_req; in st21nfca_tm_recv_psl_req() local
302 psl_req = (struct st21nfca_psl_req *)skb->data; in st21nfca_tm_recv_psl_req()
309 r = st21nfca_tm_send_psl_res(hdev, psl_req); in st21nfca_tm_recv_psl_req()
450 struct st21nfca_psl_req *psl_req; in st21nfca_im_send_psl_req() local
460 psl_req = (struct st21nfca_psl_req *) skb->data; in st21nfca_im_send_psl_req()
462 psl_req->length = sizeof(struct st21nfca_psl_req); in st21nfca_im_send_psl_req()
463 psl_req->cmd0 = ST21NFCA_NFCIP1_REQ; in st21nfca_im_send_psl_req()
464 psl_req->cmd1 = ST21NFCA_NFCIP1_PSL_REQ; in st21nfca_im_send_psl_req()
465 psl_req->did = did; in st21nfca_im_send_psl_req()
466 psl_req->brs = (0x30 & bsi << 4) | (bri & 0x03); in st21nfca_im_send_psl_req()
467 psl_req->fsl = lri; in st21nfca_im_send_psl_req()