Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/nfc/
Dmei_phy.c151 struct nfc_mei_phy *nfc_mei_phy_alloc(struct mei_cl_device *device) in nfc_mei_phy_alloc() function
164 EXPORT_SYMBOL_GPL(nfc_mei_phy_alloc);
Dmei_phy.h27 struct nfc_mei_phy *nfc_mei_phy_alloc(struct mei_cl_device *device);
/linux-4.1.27/drivers/nfc/pn544/
Dmei.c38 phy = nfc_mei_phy_alloc(device); in pn544_mei_probe()
/linux-4.1.27/drivers/nfc/microread/
Dmei.c40 phy = nfc_mei_phy_alloc(device); in microread_mei_probe()