Home
last modified time | relevance | path

Searched refs:usb_hub (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHub.c840 struct usb_hub *hub = (struct usb_hub *)urb->context; in hub_irq()
1185 struct usb_hub *hub = arg; in hub_tt_kevent()
1494 void hub_power_on(struct usb_hub *hub) in hub_power_on()
1544 int hub_hub_status(struct usb_hub *hub, in hub_hub_status()
1682 static int hub_configure(struct usb_hub *hub, in hub_configure()
2760 struct usb_hub *hub = (struct usb_hub*) usb_get_intfdata (intf); in hub_disconnect()
3028 struct usb_hub *hub; in hub_probe()
3251 hub = (struct usb_hub*) kmalloc(sizeof(*hub), GFP_KERNEL); in hub_probe()
3533 int hub_reset(struct usb_hub *hub) in hub_reset()
3777 struct usb_hub *hub = (struct usb_hub*) usb_get_intfdata(dev->actconfig->interface[0]); in hub_port_status()
[all …]
H A DdrvHub_2.c101 extern int hub_reset(struct usb_hub *hub);
103 extern void hub_port_connect_change(struct usb_hub *hubstate, int port,
106 extern void hub_power_on(struct usb_hub *hub);
107 extern int hub_hub_status(struct usb_hub *hub,
121 struct usb_hub *hub; in has_hub_events_Port2()
135 hub = list_entry(tmp, struct usb_hub, event_list); in has_hub_events_Port2()
160 struct usb_hub *hub; in hub_events_Port2()
180 hub = list_entry(tmp, struct usb_hub, event_list); in hub_events_Port2()
H A DdrvHUB.h199 struct usb_hub { struct
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.c149 struct usb_hub *pHub = (struct usb_hub *)urb->pContext; in ms_hub_irq()
203 void ms_hub_power_on(struct usb_hub *hub) in ms_hub_power_on()
227 int ms_hub_hub_status(struct usb_hub *hub, U16 *status_r, U16 *change_r) in ms_hub_hub_status()
257 static int ms_hub_configure(struct usb_hub *hub, in ms_hub_configure()
444 struct usb_hub *pHub = (struct usb_hub*) ms_usb_get_intfdata (intf); in ms_hub_disconnect()
499 struct usb_hub *pHub; in ms_hub_probe()
538 pHub = (struct usb_hub*) kmalloc(sizeof(*pHub), GFP_KERNEL); in ms_hub_probe()
571 int ms_hub_reset(struct usb_hub *hub) in ms_hub_reset()
643 struct usb_hub *hub = (struct usb_hub*) ms_usb_get_intfdata(ms_dev->actconfig->interface[0]); in ms_hub_port_status()
895 struct usb_hub *hubstate, int port, U16 portstatus, U16 portchange) in ms_hub_port_connect_change()
[all …]
H A DdrvHub.h178 struct usb_hub { struct