Lines Matching refs:port_index
2649 static int u132_roothub_portreset(struct u132 *u132, int port_index) in u132_roothub_portreset() argument
2664 roothub.portstatus[port_index], &portstat); in u132_roothub_portreset()
2677 roothub.portstatus[port_index], in u132_roothub_portreset()
2685 retval = u132_write_pcimem(u132, roothub.portstatus[port_index], in u132_roothub_portreset()
2705 int port_index = wIndex - 1; in u132_roothub_setportfeature() local
2706 struct u132_port *port = &u132->port[port_index]; in u132_roothub_setportfeature()
2711 roothub.portstatus[port_index], RH_PS_PSS); in u132_roothub_setportfeature()
2717 roothub.portstatus[port_index], RH_PS_PPS); in u132_roothub_setportfeature()
2722 retval = u132_roothub_portreset(u132, port_index); in u132_roothub_setportfeature()
2738 int port_index = wIndex - 1; in u132_roothub_clearportfeature() local
2741 struct u132_port *port = &u132->port[port_index]; in u132_roothub_clearportfeature()
2776 retval = u132_write_pcimem(u132, roothub.portstatus[port_index], in u132_roothub_clearportfeature()