Lines Matching refs:psl_req
243 struct st21nfca_psl_req *psl_req) in st21nfca_tm_send_psl_res() argument
260 psl_res->did = psl_req->did; in st21nfca_tm_send_psl_res()
274 if (ST21NFCA_PSL_REQ_SEND_SPEED(psl_req->brs) && in st21nfca_tm_send_psl_res()
275 ST21NFCA_PSL_REQ_RECV_SPEED(psl_req->brs)) { in st21nfca_tm_send_psl_res()
291 struct st21nfca_psl_req *psl_req; in st21nfca_tm_recv_psl_req() local
301 psl_req = (struct st21nfca_psl_req *)skb->data; in st21nfca_tm_recv_psl_req()
308 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()