Lines Matching refs:phy_ops
42 if (info->phy_ops->set_mode) in nxp_nci_open()
43 r = info->phy_ops->set_mode(info->phy_id, NXP_NCI_MODE_NCI); in nxp_nci_open()
59 if (info->phy_ops->set_mode) in nxp_nci_close()
60 r = info->phy_ops->set_mode(info->phy_id, NXP_NCI_MODE_COLD); in nxp_nci_close()
73 if (!info->phy_ops->write) { in nxp_nci_send()
83 r = info->phy_ops->write(info->phy_id, skb); in nxp_nci_send()
99 const struct nxp_nci_phy_ops *phy_ops, in nxp_nci_probe() argument
114 info->phy_ops = phy_ops; in nxp_nci_probe()
120 if (info->phy_ops->set_mode) { in nxp_nci_probe()
121 r = info->phy_ops->set_mode(info->phy_id, NXP_NCI_MODE_COLD); in nxp_nci_probe()
162 if (info->phy_ops->set_mode) in nxp_nci_remove()
163 info->phy_ops->set_mode(info->phy_id, NXP_NCI_MODE_COLD); in nxp_nci_remove()