HomeSort by relevance Sort by last modified time
    Searched defs:usb_hcd (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/usb/musb-new/
usb-compat.h 7 struct usb_hcd { struct
54 static inline void usb_hcd_giveback_urb(struct usb_hcd *hcd,
63 static inline int usb_hcd_unmap_urb_for_dma(struct usb_hcd *hcd,
  /external/ltp/testcases/kernel/device-drivers/usb/tusb/
st_tusb.h 48 #ifndef usb_hcd
49 struct usb_hcd { struct
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);
80 struct usb_hcd *(*hcd_alloc) (void);
81 void (*hcd_free) (struct usb_hcd *hcd)
    [all...]

Completed in 69 milliseconds