Searched refs:portstatus (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvHub.c | 225 static __inline__ char *portspeed (int portstatus) in portspeed() argument 227 if (portstatus & (1 << USB_PORT_FEAT_HIGHSPEED)) in portspeed() 229 else if (portstatus & (1 << USB_PORT_FEAT_LOWSPEED)) in portspeed() 3958 U16 portstatus; in hub_port_wait_reset() local 4042 ret = hub_port_status(hub, port, &portstatus, &portchange); in hub_port_wait_reset() 4127 if (!(portstatus & USB_PORT_STAT_CONNECTION)) in hub_port_wait_reset() 4134 if (!(portstatus & USB_PORT_STAT_RESET) && in hub_port_wait_reset() 4135 (portstatus & USB_PORT_STAT_ENABLE)) { in hub_port_wait_reset() 4137 if (portstatus & USB_PORT_STAT_HIGH_SPEED) in hub_port_wait_reset() 4139 else if (portstatus & USB_PORT_STAT_LOW_SPEED) in hub_port_wait_reset() [all …]
|
| H A D | drvHub_2.c | 104 U16 portstatus, U16 portchange); 163 U16 portstatus; in hub_events_Port2() local 259 ret = hub_port_status(dev, i, &portstatus, &portchange); in hub_events_Port2() 264 hub_port_connect_change(hub, i, portstatus, portchange); in hub_events_Port2() 268 i + 1, portstatus); in hub_events_Port2() 321 if (!(portstatus & USB_PORT_STAT_ENABLE) in hub_events_Port2() 322 && (portstatus & USB_PORT_STAT_CONNECTION) in hub_events_Port2() 330 i, portstatus, portchange); in hub_events_Port2()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvHub.c | 117 static __inline__ char *ms_portspeed (int portstatus) in ms_portspeed() argument 119 if (portstatus & USB_PORT_STAT_HIGH_SPEED) in ms_portspeed() 121 else if (portstatus & USB_PORT_STAT_LOW_SPEED) in ms_portspeed() 895 struct usb_hub *hubstate, int port, U16 portstatus, U16 portchange) in ms_hub_port_connect_change() argument 907 port+1, portstatus, portchange); in ms_hub_port_connect_change() 931 if (!(portstatus & USB_PORT_STAT_CONNECTION)) in ms_hub_port_connect_change() 933 if (portstatus & USB_PORT_STAT_ENABLE) in ms_hub_port_connect_change() 952 if (portstatus & USB_PORT_STAT_LOW_SPEED) in ms_hub_port_connect_change()
|