Home
last modified time | relevance | path

Searched refs:usb_dev (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHCD.c1146 int usb_register_root_hub (struct usb_device *usb_dev, struct device_s *parent_dev) in usb_register_root_hub() argument
1151 USB_sprintf (&usb_dev->dev.bus_id[0], in usb_register_root_hub()
1152 /*sizeof(usb_dev->dev.bus_id), */ "usb%ld-rh", usb_dev->bus->busnum); in usb_register_root_hub()
1153 usb_dev->state = USB_STATE_DEFAULT; in usb_register_root_hub()
1155 usb_dev->devnum = devnum; in usb_register_root_hub()
1156 usb_dev->bus->devnum_next = devnum + 1; in usb_register_root_hub()
1157 set_bit (devnum, usb_dev->bus->devmap.devicemap, U32); in usb_register_root_hub()
1159 retval = usb_new_device (usb_dev, parent_dev); in usb_register_root_hub()
1162 usb_dev->dev.bus_id, retval); in usb_register_root_hub()
1173 struct usb_device *usb_dev = hcd->self.root_hub; in register_root_hub() local
[all …]
H A DdrvUSB.c2231 struct usb_device *usb_dev; in usb_hotplug() local
2263 usb_dev = interface_to_usbdev (intf); in usb_hotplug()
2265 if (usb_dev->devnum < 0) { in usb_hotplug()
2269 if (!usb_dev->bus) { in usb_hotplug()
2318 usb_dev->bus->busnum, usb_dev->devnum); in usb_hotplug()
2328 usb_dev->descriptor.idVendor, in usb_hotplug()
2329 usb_dev->descriptor.idProduct, in usb_hotplug()
2330 usb_dev->descriptor.bcdDevice); in usb_hotplug()
2386 usb_dev->descriptor.bDeviceClass, in usb_hotplug()
2387 usb_dev->descriptor.bDeviceSubClass, in usb_hotplug()
[all …]
H A DdrvMsg.c224 int usb_internal_control_msg(struct usb_device *usb_dev, unsigned int pipe, in usb_internal_control_msg() argument
235 usb_fill_control_urb(urb, usb_dev, pipe, (unsigned char*)cmd, data, len, in usb_internal_control_msg()
272 int usb_bulk_msg(struct usb_device *usb_dev, unsigned int pipe, in usb_bulk_msg() argument
284 usb_fill_bulk_urb(urb, usb_dev, pipe, data, len, in usb_bulk_msg()
H A DdrvHCD.h214 int (*get_frame_number) (struct usb_device *usb_dev);
540 extern int usb_register_root_hub (struct usb_device *usb_dev,
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h285 extern int usb_get_current_frame_number (struct usb_device *usb_dev);
609 extern int usb_bulk_msg(struct usb_device *usb_dev, unsigned int pipe,
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvUSBHost.h389 extern int ms_usb_bulk_msg(struct usb_device *usb_dev, unsigned int pipe,