Searched refs:pdev (Results 1 – 12 of 12) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvEHCI_MEM.cxx | 289 ehci->qtd_pool = pci_pool_create ("ehci_qtd", ehci->hcd.pdev, in ehci_mem_init() 300 ehci->qh_pool = pci_pool_create ("ehci_qh", ehci->hcd.pdev, in ehci_mem_init() 316 ehci->itd_pool = pci_pool_create ("ehci_itd", ehci->hcd.pdev, in ehci_mem_init() 326 ehci->sitd_pool = pci_pool_create ("ehci_sitd", ehci->hcd.pdev, in ehci_mem_init()
|
| H A D | drvEhciHcd.c | 6576 pci_read_config_dword (ehci->hcd.pdev, where, &cap); in bios_handoff() 6766 pci_read_config_dword (ehci->hcd.pdev, temp, &cap); in ehci_hc_reset() 7148 if (!pci_set_dma_mask (ehci->hcd.pdev, 0xffffffffffffffffULL)) in ehci_start() 7155 pci_set_mwi (ehci->hcd.pdev); in ehci_start() 7324 pci_read_config_byte (hcd->pdev, 0x60, &tempbyte); in ehci_start() 9256 hcd->pdev = (struct pci_dev *)(1111); //Fake PCI device in usb_hcd_cpe_ehci_probe() 9682 hcd->pdev = (struct pci_dev *)(1111); //Fake PCI device in usb_hcd_cpe_ehci_probe_EX()
|
| H A D | drvPCIMEM.c | 116 struct pci_pool *pci_pool_create (const char *name, struct pci_dev *pdev, in pci_pool_create() argument 177 retval->dev = pdev; in pci_pool_create()
|
| H A D | drvHub.c | 5339 struct usb_device *pdev; in hub_port_connect_change() local 5791 pdev = dev->parent; in hub_port_connect_change() 5792 if (pdev->devpath [0] != '0') in hub_port_connect_change() 5794 "%s.%d", pdev->devpath, port + 1); in hub_port_connect_change()
|
| H A D | drvUSB.c | 3004 void usb_disconnect(struct usb_device **pdev) in usb_disconnect() argument 3006 struct usb_device *dev = *pdev; in usb_disconnect() 3041 *pdev = NULL; in usb_disconnect()
|
| H A D | drvHcdBuf.c | 123 hcd->pool [i] = pci_pool_create (name, hcd->pdev, in hcd_buffer_create()
|
| H A D | drvEhciHcd_2.c | 190 hcd->pdev = (struct pci_dev *)(1111); //Fake PCI device in usb_hcd_cpe_ehci_probe_Port2()
|
| H A D | drvHCD.h | 135 struct pci_dev *pdev; member
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvHub.c | 956 struct usb_device *pdev; in ms_hub_port_connect_change() local 1019 pdev = pUdev->parent; in ms_hub_port_connect_change() 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()
|
| H A D | drvUSB.c | 452 void ms_usb_disconnect(struct usb_device **pdev) in ms_usb_disconnect() argument 454 struct usb_device *pUdev = *pdev; in ms_usb_disconnect() 534 *pdev = NULL; in ms_usb_disconnect()
|
| H A D | drvUSBCore.h | 91 extern void ms_usb_enable_endpoint (struct usb_device *pdev,
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvPCIMEM.h | 133 extern struct pci_pool *pci_pool_create (const char *name, struct pci_dev *pdev,
|