Searched refs:portstatus (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dhub.c155 static inline char *portspeed(int portstatus) argument
157 if (portstatus & USB_PORT_STAT_HIGH_SPEED)
159 else if (portstatus & USB_PORT_STAT_LOW_SPEED)
161 else if (portstatus & USB_PORT_STAT_SUPER_SPEED)
741 u16 portstatus, portchange; local
743 portstatus = portchange = 0;
744 status = hub_port_status(hub, port1, &portstatus, &portchange);
745 if (udev || (portstatus & USB_PORT_STAT_CONNECTION))
748 port1, portstatus, portchange);
755 if ((portstatus
1944 u16 portstatus; local
2071 check_port_resume_type(struct usb_device *udev, struct usb_hub *hub, int port1, int status, unsigned portchange, unsigned portstatus) argument
2326 u16 portchange, portstatus; local
2411 u16 portchange, portstatus; local
2518 u16 portchange, portstatus; local
2959 hub_port_connect_change(struct usb_hub *hub, int port1, u16 portstatus, u16 portchange) argument
3208 u16 portstatus; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-hub.c18 "%s roothub.portstatus [%d] " \
352 &ohci->regs->roothub.portstatus[port]);
608 status = ohci_readl(ohci, &ohci->regs->roothub.portstatus [port]);
613 ohci_writel(ohci, RH_PS_PRS, &ohci->regs->roothub.portstatus [port]);
646 __hc32 __iomem *portstat = &ohci->regs->roothub.portstatus [port];
762 &ohci->regs->roothub.portstatus [wIndex]);
763 // ohci_readl (ohci, &ohci->regs->roothub.portstatus [wIndex]);
806 &ohci->regs->roothub.portstatus [wIndex]);
810 &ohci->regs->roothub.portstatus [wIndex]);
H A Dohci.h232 __hc32 portstatus [MAX_ROOT_PORTS]; member in struct:ohci_regs::ohci_roothub_regs
289 /* roothub.portstatus [i] bits */
724 { return read_roothub (hc, portstatus [i], 0xffe0fce0); }
H A Duhci-hcd.c539 unsigned int portstatus; local
541 portstatus = inw(uhci->io_addr + USBPORTSC1 + (port * 2));
542 if (!(portstatus & 0x0080) || portstatus == 0xffff)
H A Dohci-omap.c178 writel (RH_PS_PSS, &ohci->regs->roothub.portstatus [port]);
H A Du132-hcd.c462 retval = u132_read_pcimem(u132, roothub.portstatus[i],
466 "essing device roothub.portstatus[%d]\n"
1657 roothub.portstatus[temp], RH_PS_LSDA);
2631 roothub.portstatus[port], &rh_portstatus);
2662 roothub.portstatus[port_index], &portstat);
2675 roothub.portstatus[port_index],
2683 retval = u132_write_pcimem(u132, roothub.portstatus[port_index],
2709 roothub.portstatus[port_index], RH_PS_PSS);
2715 roothub.portstatus[port_index], RH_PS_PPS);
2774 retval = u132_write_pcimem(u132, roothub.portstatus[port_inde
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dprism2sta.c1261 u16 portstatus; local
1295 &portstatus);
1303 (portstatus == HFA384x_PSTATUS_CONN_IBSS) ?
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Dftdi-elan.c2358 roothub.portstatus[temp], RH_PS_LSDA);
2483 u32 portstatus; local
2484 retval = ftdi_read_pcimem(ftdi, roothub.portstatus[temp],
2485 &portstatus);
2488 if (1 & portstatus)

Completed in 82 milliseconds