Lines Matching refs:nfc_mei_phy
92 static int mei_nfc_if_version(struct nfc_mei_phy *phy)
139 static int mei_nfc_connect(struct nfc_mei_phy *phy)
205 static int mei_nfc_send(struct nfc_mei_phy *phy, const u8 *buf, size_t length)
249 struct nfc_mei_phy *phy = phy_id;
261 static int mei_nfc_recv(struct nfc_mei_phy *phy, u8 *buf, size_t length)
286 struct nfc_mei_phy *phy = mei_cldev_get_drvdata(cldev);
317 struct nfc_mei_phy *phy = phy_id;
358 struct nfc_mei_phy *phy = phy_id;
372 struct nfc_mei_phy *nfc_mei_phy_alloc(struct mei_cl_device *cldev)
374 struct nfc_mei_phy *phy;
376 phy = kzalloc(sizeof(struct nfc_mei_phy), GFP_KERNEL);
388 void nfc_mei_phy_free(struct nfc_mei_phy *phy)