Home | History | Annotate | Download | only in tusb

Lines Matching refs:hcd

343  *	we can later use to test hcd functions, must
387 struct usb_hcd *hcd = NULL;
404 hcd = pci_get_drvdata(pdev);
406 if (!hcd) {
407 printk("tusb: hcd pointer not found\n");
410 release_region(pci_resource_start(pdev, hcd->region),
411 pci_resource_len(pdev, hcd->region));
417 printk("tusb: retval hcd probe = %d\n", rc);
435 struct usb_hcd *hcd = NULL;
438 /* check that hcd pointer exists */
444 hcd = pci_get_drvdata(pdev);
451 hcd->driver->stop(hcd);