Searched refs:bus_id (Results 1 – 14 of 14) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvUSB.c | 3093 usb_msg("%s - unregistering interface %s\n", dev->dev.name,dev->dev.bus_id); in usb_disconnect() 3354 if (dev->dev.bus_id[0] == 0) in usb_new_device() 3356 USB_sprintf(&dev->dev.bus_id[0], "%ld-%s",dev->bus->busnum, dev->devpath); in usb_new_device() 3858 USB_sprintf(&interface->dev.bus_id[0], "%ld-%s:%d", in usb_new_device() 3862 u_err (" registering interface %s\n", interface->dev.bus_id); in usb_new_device() 3864 …sb_msg("%s %s - registering interface %s\n", dev->dev.name,dev->dev.bus_id, interface->dev.bus_id); in usb_new_device()
|
| H A D | drvCore.c | 102 if (!dev || !strlen(dev->bus_id)) in device_add() 108 dev->bus_id, dev->name); in device_add() 134 dev->bus_id,dev->name); in device_unregister()
|
| H A D | drvBus.c | 92 dev->bus_id,dev->driver->name); in device_bind_driver() 201 pr_debug("bus %s: add device %s\n",dev->bus->name,dev->bus_id); in bus_add_device() 212 pr_debug("bus %s: remove device %s\n",dev->bus->name,dev->bus_id); in bus_remove_device()
|
| H A D | drvHCD.c | 1151 USB_sprintf (&usb_dev->dev.bus_id[0], in usb_register_root_hub() 1162 usb_dev->dev.bus_id, retval); in usb_register_root_hub() 1186 usb_dev->dev.bus_id, retval); in register_root_hub()
|
| H A D | drvEhciHcd_2.c | 370 strncpy(cpe_ehci_dev_Port2.dev.bus_id,"AHB0_EHCI_2", sizeof("AHB0_EHCI_2")); in ehci_cpe_dev_init_Port2()
|
| H A D | drvMsg.c | 393 dbg("nuking URBs for device %s", dev->dev.bus_id); in usb_disable_device()
|
| H A D | drvEhciHcd.c | 9595 strncpy(cpe_ehci_dev.dev.bus_id,"AHB0_EHCI", sizeof("AHB0_EHCI")); in ehci_cpe_dev_init() 9839 strncpy(dev->dev.bus_id,"AHB_EHCI", sizeof("AHB_EHCI")); in ehci_cpe_dev_init_EX()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvUSB.c | 607 if (pUdev->dev.bus_id[0] == 0) in ms_usb_new_device() 608 USB_sprintf(&pUdev->dev.bus_id[0], "%d-%s", (int)pUdev->bus->busnum, pUdev->devpath); in ms_usb_new_device() 795 USB_sprintf(&iface->dev.bus_id[0], "%d-%s:%d", in ms_usb_new_device() 798 …g("%s %s - registering interface %s\n", pUdev->dev.dev_name, pUdev->dev.bus_id, iface->dev.bus_id); in ms_usb_new_device()
|
| H A D | drvCore.c | 114 if (!ms_gdev || !strlen(ms_gdev->bus_id)) in ms_device_add() 120 ms_gdev->bus_id, ms_gdev->dev_name); in ms_device_add() 158 ms_gdev->bus_id,ms_gdev->dev_name); in ms_device_unregister()
|
| H A D | drvBus.c | 97 ms_gdev->bus_id,ms_gdev->driver->name); in ms_device_bind_driver() 250 ms_usbhost_debug("bus USB: add device %s\n",ms_gdev->bus_id); in ms_bus_add_device() 268 ms_usbhost_debug("bus USB: remove device %s\n",ms_gdev->bus_id); in ms_bus_remove_device()
|
| H A D | drvMsg.c | 500 pUdev->dev.dev_name, pUdev->dev.bus_id); in ms_usb_disable_device()
|
| H A D | drvUsbd.c | 863 pUsb_dev->dev.bus_id, iRetval); in ms_register_root_hub()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvDevice.h | 116 char bus_id[BUS_ID_SIZE]; // position on parent bus member
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvDevice.h | 126 char bus_id[BUS_ID_SIZE]; /* position on parent bus */ member
|