Lines Matching refs:nfc_mei_phy
92 static int mei_nfc_if_version(struct nfc_mei_phy *phy)
141 static int mei_nfc_connect(struct nfc_mei_phy *phy)
209 static int mei_nfc_send(struct nfc_mei_phy *phy, u8 *buf, size_t length)
253 struct nfc_mei_phy *phy = phy_id;
265 static int mei_nfc_recv(struct nfc_mei_phy *phy, u8 *buf, size_t length)
290 struct nfc_mei_phy *phy = mei_cldev_get_drvdata(cldev);
321 struct nfc_mei_phy *phy = phy_id;
364 struct nfc_mei_phy *phy = phy_id;
380 struct nfc_mei_phy *nfc_mei_phy_alloc(struct mei_cl_device *cldev)
382 struct nfc_mei_phy *phy;
384 phy = kzalloc(sizeof(struct nfc_mei_phy), GFP_KERNEL);
396 void nfc_mei_phy_free(struct nfc_mei_phy *phy)