Home
last modified time | relevance | path

Searched refs:devpath (Results 1 – 11 of 11) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.c182 …t_debug("%s:%s >>> Add HUB EVENT!\n", hcd->product_desc, interface_to_usbdev(pHub->intf)->devpath); in ms_hub_irq()
627 ms_usbhost_err("cannot disconnect hub %s\n", ms_dev->devpath); in ms_hub_start_disconnect()
1020 if (pdev->devpath [0] != '0') in ms_hub_port_connect_change()
1021 len = USB_sprintf (pUdev->devpath,"%s.%d", pdev->devpath, port + 1); in ms_hub_port_connect_change()
1023 len = USB_sprintf (pUdev->devpath,"%d", port + 1); in ms_hub_port_connect_change()
1024 if (len == sizeof pUdev->devpath) { in ms_hub_port_connect_change()
1026 (int)pUdev->bus->busnum, (int)pUdev->u32DevNum, pUdev->devpath); in ms_hub_port_connect_change()
1030 pUdev->devpath, (int)pUdev->u32DevNum); in ms_hub_port_connect_change()
1197 ms_dev->devpath, (int)s32Err); in ms_usb_physical_reset_device()
1202 ms_dev->devpath, sizeof(ms_dev->descriptor), (int)s32Err); in ms_usb_physical_reset_device()
[all …]
H A DdrvUSB.c413 pUdev->devpath [0] = '0'; in ms_usb_alloc_dev()
608 USB_sprintf(&pUdev->dev.bus_id[0], "%d-%s", (int)pUdev->bus->busnum, pUdev->devpath); in ms_usb_new_device()
796 (int)pUdev->bus->busnum, pUdev->devpath, in ms_usb_new_device()
H A DdrvPipe.c192 pUdev->bus->bus_name, pUdev->devpath, in ms_usb_submit_urb()
H A DdrvUSBDisk.c772 …_printf("Connect USB disk %s, path usb:%s\n", dev_h->name, Mass_stor_us[uPort]->pusb_dev->devpath); in ConnectUSBDisk()
H A DdrvEhciHcd.c998 pUrb->dev->devpath, in ms_qtd_copy_status()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHub.c1263 dev->bus->bus_name, dev->devpath, in hub_tt_kevent()
1314 dev->bus->bus_name, utt->hub->devpath); in usb_hub_tt_clear_buffer()
3709 usb_err("cannot disconnect hub %s", dev->devpath); in hub_start_disconnect()
5792 if (pdev->devpath [0] != '0') in hub_port_connect_change()
5793 len = USB_sprintf (dev->devpath, in hub_port_connect_change()
5794 "%s.%d", pdev->devpath, port + 1); in hub_port_connect_change()
5796 len = USB_sprintf (dev->devpath, in hub_port_connect_change()
5798 if (len == sizeof dev->devpath) { in hub_port_connect_change()
5801 dev->bus->busnum, dev->devnum, dev->devpath); in hub_port_connect_change()
8377 "(error=%d)", dev->devpath, ret); in usb_physical_reset_device()
[all …]
H A DdrvUSB.c2623 dev->devpath [0] = '0'; in usb_alloc_dev()
3356 USB_sprintf(&dev->dev.bus_id[0], "%ld-%s",dev->bus->busnum, dev->devpath); in usb_new_device()
3859 dev->bus->busnum, dev->devpath, in usb_new_device()
H A DdrvURB.c228 dev->bus->bus_name, dev->devpath, in usb_submit_urb()
H A DdrvEhciHcd.c2456 urb->dev->devpath, in qtd_copy_status()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h208 char devpath [16]; member
301 actual = LIB_StringPrintFormatN(buf, size, "usb-%s-%s", dev->bus->bus_name, dev->devpath);
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvUSBHost.h169 char devpath [16]; member