Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/nfc/nfcmrvl/
Di2c.c43 struct nci_ctrl_hdr nci_hdr; in nfcmrvl_i2c_read()
/linux-4.4.14/drivers/nfc/s3fwrn5/
Di2c.c153 ((struct nci_ctrl_hdr *)hdr)->plen : in s3fwrn5_i2c_read()
/linux-4.4.14/include/net/nfc/
Dnci.h214 struct nci_ctrl_hdr { struct
/linux-4.4.14/drivers/nfc/nxp-nci/
Di2c.c162 struct nci_ctrl_hdr header; /* May actually be a data header */ in nxp_nci_i2c_nci_read()
/linux-4.4.14/net/nfc/nci/
Dcore.c1244 struct nci_ctrl_hdr *hdr; in nci_send_cmd()
1255 hdr = (struct nci_ctrl_hdr *) skb_put(skb, NCI_CTRL_HDR_SIZE); in nci_send_cmd()