Home
last modified time | relevance | path

Searched refs:portchange (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHub.c3959 U16 portchange; in hub_port_wait_reset() local
4042 ret = hub_port_status(hub, port, &portstatus, &portchange); in hub_port_wait_reset()
4130 if ((portchange & USB_PORT_STAT_C_CONNECTION)) in hub_port_wait_reset()
4612 U16 portchange, portstatus; in hub_port_debounce() local
4690 ret = hub_port_status(hub, port, &portstatus, &portchange); in hub_port_debounce()
4773 if ((portchange & USB_PORT_STAT_C_CONNECTION)) { in hub_port_debounce()
4861 U16 portstatus, U16 portchange) in hub_port_connect_change() argument
4946 port + 1, portstatus, portchange, portspeed (portstatus)); in hub_port_connect_change()
4950 port + 1, portstatus, portchange); in hub_port_connect_change()
6143 U16 portchange; in has_hub_events() local
[all …]
H A DdrvHub_2.c104 U16 portstatus, U16 portchange);
118 U16 portchange; in has_hub_events_Port2() local
142 hub_port_status(dev, 0, pPortStatus, &portchange); in has_hub_events_Port2()
145 if (portchange & USB_PORT_STAT_C_CONNECTION) in has_hub_events_Port2()
164 U16 portchange; in hub_events_Port2() local
259 ret = hub_port_status(dev, i, &portstatus, &portchange); in hub_events_Port2()
263 if (portchange & USB_PORT_STAT_C_CONNECTION) { in hub_events_Port2()
264 hub_port_connect_change(hub, i, portstatus, portchange); in hub_events_Port2()
265 } else if (portchange & USB_PORT_STAT_C_ENABLE) { in hub_events_Port2()
330 i, portstatus, portchange); in hub_events_Port2()
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.c895 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()