Searched refs:nfcwilink_hdr (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/nfc/
H A Dnfcwilink.c56 struct nfcwilink_hdr { struct
200 struct nfcwilink_hdr *hdr = (struct nfcwilink_hdr *)data; nfcwilink_send_bts_cmd()
206 if ((len <= sizeof(struct nfcwilink_hdr)) || nfcwilink_send_bts_cmd()
217 len -= sizeof(struct nfcwilink_hdr); nfcwilink_send_bts_cmd()
218 data += sizeof(struct nfcwilink_hdr); nfcwilink_send_bts_cmd()
464 struct nfcwilink_hdr hdr = {NFCWILINK_CHNL, NFCWILINK_OPCODE, 0x0000}; nfcwilink_send()

Completed in 34 milliseconds