Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/nfc/
Dmei_phy.c104 static int mei_nfc_if_version(struct nfc_mei_phy *phy) in mei_nfc_if_version()
153 static int mei_nfc_connect(struct nfc_mei_phy *phy) in mei_nfc_connect()
221 static int mei_nfc_send(struct nfc_mei_phy *phy, u8 *buf, size_t length) in mei_nfc_send()
265 struct nfc_mei_phy *phy = phy_id; in nfc_mei_phy_write()
277 static int mei_nfc_recv(struct nfc_mei_phy *phy, u8 *buf, size_t length) in mei_nfc_recv()
303 struct nfc_mei_phy *phy = context; in nfc_mei_event_cb()
334 struct nfc_mei_phy *phy = phy_id; in nfc_mei_phy_enable()
378 struct nfc_mei_phy *phy = phy_id; in nfc_mei_phy_disable()
394 struct nfc_mei_phy *nfc_mei_phy_alloc(struct mei_cl_device *cldev) in nfc_mei_phy_alloc()
396 struct nfc_mei_phy *phy; in nfc_mei_phy_alloc()
[all …]
Dmei_phy.h30 struct nfc_mei_phy { struct
49 struct nfc_mei_phy *nfc_mei_phy_alloc(struct mei_cl_device *device); argument
50 void nfc_mei_phy_free(struct nfc_mei_phy *phy);
/linux-4.4.14/drivers/nfc/pn544/
Dmei.c33 struct nfc_mei_phy *phy; in pn544_mei_probe()
58 struct nfc_mei_phy *phy = mei_cldev_get_drvdata(cldev); in pn544_mei_remove()
/linux-4.4.14/drivers/nfc/microread/
Dmei.c35 struct nfc_mei_phy *phy; in microread_mei_probe()
60 struct nfc_mei_phy *phy = mei_cldev_get_drvdata(cldev); in microread_mei_remove()