phy_enable
phy_enable(chan->phy, chan->misaligned);
if (dev->ops->phy_enable)
dev->ops->phy_enable(dev, port);
.phy_enable = b53_mmap_phy_enable,
void (*phy_enable)(struct b53_device *dev, int port);
.phy_enable = hpsa_sas_phy_enable,
.phy_enable = queue_phy_enable,
.phy_enable = mpi3mr_transport_phy_enable,
.phy_enable = _transport_phy_enable,
MVS_CHIP_DISP->phy_enable(mvi, phy_id);
void (*phy_enable)(struct mvs_info *mvi, u32 phy_id);
SETUP_OPTIONAL_PHY_ATTRIBUTE_RW(enable, phy_enable);
error = i->f->phy_enable(phy, enable);
.phy_enable = pqi_sas_phy_enable,
int (*phy_enable)(struct sas_phy *, int);