Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/nfc/
Dmei_phy.c54 struct nfc_mei_phy *phy = phy_id; in nfc_mei_phy_enable()
84 struct nfc_mei_phy *phy = phy_id; in nfc_mei_phy_disable()
101 struct nfc_mei_phy *phy = phy_id; in nfc_mei_phy_write()
115 struct nfc_mei_phy *phy = context; in nfc_mei_event_cb()
151 struct nfc_mei_phy *nfc_mei_phy_alloc(struct mei_cl_device *device) in nfc_mei_phy_alloc()
153 struct nfc_mei_phy *phy; in nfc_mei_phy_alloc()
155 phy = kzalloc(sizeof(struct nfc_mei_phy), GFP_KERNEL); in nfc_mei_phy_alloc()
166 void nfc_mei_phy_free(struct nfc_mei_phy *phy) in nfc_mei_phy_free()
Dmei_phy.h10 struct nfc_mei_phy { struct
27 struct nfc_mei_phy *nfc_mei_phy_alloc(struct mei_cl_device *device); argument
28 void nfc_mei_phy_free(struct nfc_mei_phy *phy);
/linux-4.1.27/drivers/nfc/pn544/
Dmei.c33 struct nfc_mei_phy *phy; in pn544_mei_probe()
58 struct nfc_mei_phy *phy = mei_cl_get_drvdata(device); in pn544_mei_remove()
/linux-4.1.27/drivers/nfc/microread/
Dmei.c35 struct nfc_mei_phy *phy; in microread_mei_probe()
60 struct nfc_mei_phy *phy = mei_cl_get_drvdata(device); in microread_mei_remove()