Home
last modified time | relevance | path

Searched refs:hcd (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H A Dst_tusb.h50 struct usb_bus self; /* hcd is-a bus */
52 const char *description; /* "ehci-hcd" etc */
72 const char *description; /* "ehci-hcd" etc */
73 void (*irq) (struct usb_hcd *hcd, struct pt_regs *regs);
75 int (*start) (struct usb_hcd *hcd);
76 int (*suspend) (struct usb_hcd *hcd, __u32 state);
77 int (*resume) (struct usb_hcd *hcd);
78 void (*stop) (struct usb_hcd *hcd);
79 int (*get_frame_number) (struct usb_hcd *hcd);
81 void (*hcd_free) (struct usb_hcd *hcd);
[all...]
H A Dtusb.c343 * we can later use to test hcd functions, must
387 struct usb_hcd *hcd = NULL; in test_hcd_probe() local
404 hcd = pci_get_drvdata(pdev); in test_hcd_probe()
406 if (!hcd) { in test_hcd_probe()
407 printk("tusb: hcd pointer not found\n"); in test_hcd_probe()
410 release_region(pci_resource_start(pdev, hcd->region), in test_hcd_probe()
411 pci_resource_len(pdev, hcd->region)); in test_hcd_probe()
417 printk("tusb: retval hcd probe = %d\n", rc); in test_hcd_probe()
435 struct usb_hcd *hcd = NULL; in test_hcd_remove() local
438 /* check that hcd pointe in test_hcd_remove()
[all...]

Completed in 2 milliseconds