Lines Matching refs:index
117 u32 index; member
133 u32 index = instance->index; in phy_instance_init() local
146 if (!index) { in phy_instance_init()
193 dev_dbg(u3phy->dev, "%s(%d)\n", __func__, index); in phy_instance_init()
200 u32 index = instance->index; in phy_instance_power_on() local
203 if (!index) { in phy_instance_power_on()
221 if (!index) { in phy_instance_power_on()
243 if (index) { in phy_instance_power_on()
252 dev_dbg(u3phy->dev, "%s(%d)\n", __func__, index); in phy_instance_power_on()
259 u32 index = instance->index; in phy_instance_power_off() local
272 if (!index) { in phy_instance_power_off()
290 if (!index) { in phy_instance_power_off()
300 dev_dbg(u3phy->dev, "%s(%d)\n", __func__, index); in phy_instance_power_off()
307 u32 index = instance->index; in phy_instance_exit() local
310 if (index) { in phy_instance_exit()
371 int index; in mt65xx_phy_xlate() local
379 for (index = 0; index < u3phy->nphys; index++) in mt65xx_phy_xlate()
380 if (phy_np == u3phy->phys[index]->phy->dev.of_node) { in mt65xx_phy_xlate()
381 instance = u3phy->phys[index]; in mt65xx_phy_xlate()
481 instance->index = port; in mt65xx_u3phy_probe()