Searched refs:ms_dev (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvHub.c | 134 static __inline__ struct device_s *ms_hubdev (struct usb_device *ms_dev) in ms_hubdev() argument 136 return &ms_dev->actconfig->interface[0]->dev; in ms_hubdev() 205 struct usb_device *ms_dev; in ms_hub_power_on() local 209 ms_dev = interface_to_usbdev(hub->intf); in ms_hub_power_on() 212 ms_usb_control_cmd(ms_dev, usb_sndctrlpipe(ms_dev, 0), in ms_hub_power_on() 229 struct usb_device *ms_dev = interface_to_usbdev (hub->intf); in ms_hub_hub_status() local 233 s32Ret = ms_usb_control_cmd(ms_dev, usb_rcvctrlpipe(ms_dev, 0), in ms_hub_hub_status() 260 struct usb_device *ms_dev = interface_to_usbdev (hub->intf); in ms_hub_configure() local 267 hub->buffer = (char (*)[3]) ms_usb_buffer_alloc(ms_dev, sizeof(*hub->buffer), GFP_KERNEL, in ms_hub_configure() 277 s32Ret = ms_usb_control_cmd(ms_dev, usb_rcvctrlpipe(ms_dev, 0), in ms_hub_configure() [all …]
|
| H A D | drvHub.h | 176 extern void ms_usb_hub_tt_clear_buffer (struct usb_device *ms_dev, int ms_pipe);
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvUSBHost.h | 432 extern int ms_usb_get_descriptor(struct usb_device *ms_dev, unsigned char desctype, 434 extern int ms_usb_get_dev_descriptor(struct usb_device *ms_dev); 435 extern int ms_usb_string(struct usb_device *ms_dev, int index, 438 extern int ms_usb_clear_halt(struct usb_device *ms_dev, int pipe); 439 extern int ms_usb_set_config(struct usb_device *ms_dev, int configuration); 440 extern int ms_usb_set_interface(struct usb_device *ms_dev, int ifnum, int alternate);
|