Lines Matching refs:port_index
2645 static int u132_roothub_portreset(struct u132 *u132, int port_index) in u132_roothub_portreset() argument
2660 roothub.portstatus[port_index], &portstat); in u132_roothub_portreset()
2673 roothub.portstatus[port_index], in u132_roothub_portreset()
2681 retval = u132_write_pcimem(u132, roothub.portstatus[port_index], in u132_roothub_portreset()
2700 int port_index = wIndex - 1; in u132_roothub_setportfeature() local
2701 struct u132_port *port = &u132->port[port_index]; in u132_roothub_setportfeature()
2706 roothub.portstatus[port_index], RH_PS_PSS); in u132_roothub_setportfeature()
2709 roothub.portstatus[port_index], RH_PS_PPS); in u132_roothub_setportfeature()
2711 return u132_roothub_portreset(u132, port_index); in u132_roothub_setportfeature()
2724 int port_index = wIndex - 1; in u132_roothub_clearportfeature() local
2726 struct u132_port *port = &u132->port[port_index]; in u132_roothub_clearportfeature()
2761 return u132_write_pcimem(u132, roothub.portstatus[port_index], in u132_roothub_clearportfeature()