Lines Matching defs:port_index
2632 static int u132_roothub_portreset(struct u132 *u132, int port_index)
2647 roothub.portstatus[port_index], &portstat);
2660 roothub.portstatus[port_index],
2668 retval = u132_write_pcimem(u132, roothub.portstatus[port_index],
2687 int port_index = wIndex - 1;
2688 struct u132_port *port = &u132->port[port_index];
2693 roothub.portstatus[port_index], RH_PS_PSS);
2696 roothub.portstatus[port_index], RH_PS_PPS);
2698 return u132_roothub_portreset(u132, port_index);
2711 int port_index = wIndex - 1;
2713 struct u132_port *port = &u132->port[port_index];
2748 return u132_write_pcimem(u132, roothub.portstatus[port_index],