Searched refs:usb_hcd (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/usb/ |
D | hcd.h | 31 struct usb_hcd { /* usb_bus.hcpriv points to this */ struct 107 void (*irq) (struct usb_hcd *hcd, struct pt_regs *regs); 115 int (*start) (struct usb_hcd *hcd); 118 int (*suspend) (struct usb_hcd *hcd, u32 state); 121 int (*resume) (struct usb_hcd *hcd); 124 void (*stop) (struct usb_hcd *hcd); 127 int (*get_frame_number) (struct usb_hcd *hcd); 132 struct usb_hcd *(*hcd_alloc) (void); 133 void (*hcd_free) (struct usb_hcd *hcd); 136 int (*urb_enqueue) (struct usb_hcd *hcd, struct urb *urb, [all …]
|
D | hcd.c | 285 struct usb_hcd *hcd, in rh_string() 321 static int rh_call_control (struct usb_hcd *hcd, struct urb *urb) in rh_call_control() 453 static int rh_status_urb (struct usb_hcd *hcd, struct urb *urb) in rh_status_urb() 481 struct usb_hcd *hcd; in rh_report_status() 527 static int rh_urb_enqueue (struct usb_hcd *hcd, struct urb *urb) in rh_urb_enqueue() 546 static void rh_status_dequeue (struct usb_hcd *hcd, struct urb *urb) in rh_status_dequeue() 566 static void hc_died (struct usb_hcd *hcd); 591 struct usb_hcd *hcd; in usb_hcd_pci_probe() 738 struct usb_hcd *hcd; in usb_hcd_pci_remove() 819 struct usb_hcd *hcd; in usb_hcd_pci_suspend() [all …]
|
/linux-2.4.37.9/drivers/usb/host/ |
D | ehci-hcd.c | 329 static int ehci_start (struct usb_hcd *hcd) in ehci_start() 527 static void ehci_stop (struct usb_hcd *hcd) in ehci_stop() 567 static int ehci_get_frame (struct usb_hcd *hcd) in ehci_get_frame() 579 static int ehci_suspend (struct usb_hcd *hcd, u32 state) in ehci_suspend() 618 static int ehci_resume (struct usb_hcd *hcd) in ehci_resume() 683 static void ehci_irq (struct usb_hcd *hcd, struct pt_regs *regs) in ehci_irq() 763 struct usb_hcd *hcd, in ehci_urb_enqueue() 827 static int ehci_urb_dequeue (struct usb_hcd *hcd, struct urb *urb) in ehci_urb_dequeue() 889 static void ehci_free_config (struct usb_hcd *hcd, struct usb_device *udev) in ehci_free_config()
|
D | ehci.h | 72 struct usb_hcd hcd; 541 static inline int hcd_register_root (struct usb_hcd *hcd) in hcd_register_root() 549 static inline struct usb_bus *hcd_to_bus (struct usb_hcd *hcd) in hcd_to_bus() 552 static inline int hcd_register_root (struct usb_hcd *hcd) in hcd_register_root()
|
D | ehci-mem.c | 39 static struct usb_hcd *ehci_hcd_alloc (void) in ehci_hcd_alloc() 52 static void ehci_hcd_free (struct usb_hcd *hcd) in ehci_hcd_free()
|
D | ehci-hub.c | 62 ehci_hub_status_data (struct usb_hcd *hcd, char *buf) in ehci_hub_status_data() 138 struct usb_hcd *hcd, in ehci_hub_control()
|
D | ehci-sched.c | 37 static int ehci_get_frame (struct usb_hcd *hcd);
|