Lines Matching refs:psl_req
234 struct st21nfca_psl_req *psl_req) in st21nfca_tm_send_psl_res() argument
251 psl_res->did = psl_req->did; in st21nfca_tm_send_psl_res()
265 if (ST21NFCA_PSL_REQ_SEND_SPEED(psl_req->brs) && in st21nfca_tm_send_psl_res()
266 ST21NFCA_PSL_REQ_RECV_SPEED(psl_req->brs)) { in st21nfca_tm_send_psl_res()
282 struct st21nfca_psl_req *psl_req; in st21nfca_tm_recv_psl_req() local
292 psl_req = (struct st21nfca_psl_req *)skb->data; in st21nfca_tm_recv_psl_req()
299 r = st21nfca_tm_send_psl_res(hdev, psl_req); in st21nfca_tm_recv_psl_req()
442 struct st21nfca_psl_req *psl_req; in st21nfca_im_send_psl_req() local
452 psl_req = (struct st21nfca_psl_req *) skb->data; in st21nfca_im_send_psl_req()
454 psl_req->length = sizeof(struct st21nfca_psl_req); in st21nfca_im_send_psl_req()
455 psl_req->cmd0 = ST21NFCA_NFCIP1_REQ; in st21nfca_im_send_psl_req()
456 psl_req->cmd1 = ST21NFCA_NFCIP1_PSL_REQ; in st21nfca_im_send_psl_req()
457 psl_req->did = did; in st21nfca_im_send_psl_req()
458 psl_req->brs = (0x30 & bsi << 4) | (bri & 0x03); in st21nfca_im_send_psl_req()
459 psl_req->fsl = lri; in st21nfca_im_send_psl_req()