Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/nfc/
Dnfcwilink.c56 struct nfcwilink_hdr { struct
200 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()