Lines Matching defs:phy
24 struct nfc_mei_phy *phy;
29 phy = nfc_mei_phy_alloc(cldev);
30 if (!phy) {
31 pr_err("Cannot allocate memory for microread mei phy.\n");
35 r = microread_probe(phy, &mei_phy_ops, LLC_NOP_NAME,
37 &phy->hdev);
39 nfc_mei_phy_free(phy);
49 struct nfc_mei_phy *phy = mei_cldev_get_drvdata(cldev);
51 microread_remove(phy->hdev);
53 nfc_mei_phy_free(phy);