• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/

Lines Matching refs:portchange

741 		u16 portstatus, portchange;
743 portstatus = portchange = 0;
744 status = hub_port_status(hub, port1, &portstatus, &portchange);
748 port1, portstatus, portchange);
770 if (portchange & USB_PORT_STAT_C_CONNECTION) {
775 if (portchange & USB_PORT_STAT_C_ENABLE) {
785 (portchange & USB_PORT_STAT_C_CONNECTION))
801 if (portchange)
1945 u16 portchange;
1954 ret = hub_port_status(hub, port1, &portstatus, &portchange);
1963 if ((portchange & USB_PORT_STAT_C_CONNECTION))
2073 int status, unsigned portchange, unsigned portstatus)
2094 port1, portchange, portstatus, status);
2098 if (portchange & USB_PORT_STAT_C_CONNECTION)
2101 if (portchange & USB_PORT_STAT_C_ENABLE)
2326 u16 portchange, portstatus;
2329 status = hub_port_status(hub, port1, &portstatus, &portchange);
2353 status = hub_port_status(hub, port1, &portstatus, &portchange);
2361 if (portchange & USB_PORT_STAT_C_SUSPEND)
2369 hub, port1, status, portchange, portstatus);
2411 u16 portchange, portstatus;
2413 status = hub_port_status(hub, port1, &portstatus, &portchange);
2415 hub, port1, status, portchange, portstatus);
2518 u16 portchange, portstatus;
2522 ret = hub_port_status(hub, port1, &portstatus, &portchange);
2526 if (!(portchange & USB_PORT_STAT_C_CONNECTION) &&
2536 if (portchange & USB_PORT_STAT_C_CONNECTION) {
2960 u16 portstatus, u16 portchange)
2972 port1, portstatus, portchange, portspeed (portstatus));
2982 portchange &= ~(USB_PORT_STAT_C_CONNECTION |
3023 (portchange & USB_PORT_STAT_C_CONNECTION))
3026 if (portchange & (USB_PORT_STAT_C_CONNECTION |
3209 u16 portchange;
3295 &portstatus, &portchange);
3299 if (portchange & USB_PORT_STAT_C_CONNECTION) {
3305 if (portchange & USB_PORT_STAT_C_ENABLE) {
3332 if (portchange & USB_PORT_STAT_C_SUSPEND) {
3357 if (portchange & USB_PORT_STAT_C_OVERCURRENT) {
3366 if (portchange & USB_PORT_STAT_C_RESET) {
3376 portstatus, portchange);