Lines Matching refs:ccid
268 struct pn533_acr122_ccid_hdr ccid;
275 struct pn533_acr122_ccid_hdr ccid;
283 frame->ccid.type = PN533_ACR122_PC_TO_RDR_ESCAPE;
285 frame->ccid.datalen = sizeof(frame->apdu) + 1;
286 frame->ccid.slot = 0;
287 frame->ccid.seq = 0;
288 frame->ccid.params[0] = 0;
289 frame->ccid.params[1] = 0;
290 frame->ccid.params[2] = 0;
306 frame->ccid.datalen += frame->datalen;
320 if (frame->ccid.type != 0x83)
323 if (!frame->ccid.datalen)
326 if (frame->data[frame->ccid.datalen - 2] == 0x63)
336 /* f->ccid.datalen already includes tail length */
337 return sizeof(struct pn533_acr122_rx_frame) + f->ccid.datalen;