Searched refs:nfcwilink_hdr (Results 1 – 1 of 1) sorted by relevance
56 struct nfcwilink_hdr { struct200 struct nfcwilink_hdr *hdr = (struct nfcwilink_hdr *)data; in nfcwilink_send_bts_cmd()206 if ((len <= sizeof(struct nfcwilink_hdr)) || in nfcwilink_send_bts_cmd()217 len -= sizeof(struct nfcwilink_hdr); in nfcwilink_send_bts_cmd()218 data += sizeof(struct nfcwilink_hdr); in nfcwilink_send_bts_cmd()464 struct nfcwilink_hdr hdr = {NFCWILINK_CHNL, NFCWILINK_OPCODE, 0x0000}; in nfcwilink_send()