Searched defs:portstatus (Results 1 - 5 of 5) sorted by relevance

/drivers/usb/host/
H A Duhci-hcd.c818 unsigned int portstatus; local
820 portstatus = uhci_readw(uhci, USBPORTSC1 + (port * 2));
821 if (!(portstatus & 0x0080) || portstatus == 0xffff)
H A Dohci.h232 __hc32 portstatus [MAX_ROOT_PORTS]; member in struct:ohci_regs::ohci_roothub_regs
289 /* roothub.portstatus [i] bits */
725 { return read_roothub (hc, portstatus [i], 0xffe0fce0); }
/drivers/staging/wlan-ng/
H A Dprism2sta.c1260 u16 portstatus; local
1294 &portstatus);
1302 (portstatus == HFA384x_PSTATUS_CONN_IBSS) ?
/drivers/usb/core/
H A Dhub.c160 static inline char *portspeed(struct usb_hub *hub, int portstatus) argument
164 if (portstatus & USB_PORT_STAT_HIGH_SPEED)
166 else if (portstatus & USB_PORT_STAT_LOW_SPEED)
806 u16 portstatus, portchange; local
808 portstatus = portchange = 0;
809 status = hub_port_status(hub, port1, &portstatus, &portchange);
810 if (udev || (portstatus & USB_PORT_STAT_CONNECTION))
813 port1, portstatus, portchange);
820 if ((portstatus & USB_PORT_STAT_ENABLE) && (
822 !(portstatus
2108 hub_port_warm_reset_required(struct usb_hub *hub, u16 portstatus) argument
2121 u16 portstatus; local
2315 port_is_power_on(struct usb_hub *hub, unsigned portstatus) argument
2333 port_is_suspended(struct usb_hub *hub, unsigned portstatus) argument
2352 check_port_resume_type(struct usb_device *udev, struct usb_hub *hub, int port1, int status, unsigned portchange, unsigned portstatus) argument
2643 u16 portchange, portstatus; local
2744 u16 portchange, portstatus; local
2862 u16 portchange, portstatus; local
3310 hub_port_connect_change(struct usb_hub *hub, int port1, u16 portstatus, u16 portchange) argument
3541 hub_handle_remote_wakeup(struct usb_hub *hub, unsigned int port, u16 portstatus, u16 portchange) argument
3589 u16 portstatus; local
[all...]
/drivers/usb/misc/
H A Dftdi-elan.c2361 roothub.portstatus[temp], RH_PS_LSDA);
2486 u32 portstatus; local
2487 retval = ftdi_read_pcimem(ftdi, roothub.portstatus[temp],
2488 &portstatus);
2491 if (1 & portstatus)

Completed in 899 milliseconds