Lines Matching refs:ohci_hcd

362 struct ohci_hcd {
384 void (*start_hnp)(struct ohci_hcd *ohci);
443 static inline int quirk_nec(struct ohci_hcd *ohci)
447 static inline int quirk_zfmicro(struct ohci_hcd *ohci)
451 static inline int quirk_amdiso(struct ohci_hcd *ohci)
455 static inline int quirk_amdprefetch(struct ohci_hcd *ohci)
460 static inline int quirk_nec(struct ohci_hcd *ohci)
464 static inline int quirk_zfmicro(struct ohci_hcd *ohci)
468 static inline int quirk_amdiso(struct ohci_hcd *ohci)
472 static inline int quirk_amdprefetch(struct ohci_hcd *ohci)
478 /* convert between an hcd pointer and the corresponding ohci_hcd */
479 static inline struct ohci_hcd *hcd_to_ohci (struct usb_hcd *hcd)
481 return (struct ohci_hcd *) (hcd->hcd_priv);
483 static inline struct usb_hcd *ohci_to_hcd (const struct ohci_hcd *ohci)
561 static inline unsigned int _ohci_readl (const struct ohci_hcd *ohci,
573 static inline void _ohci_writel (const struct ohci_hcd *ohci,
592 static inline __hc16 cpu_to_hc16 (const struct ohci_hcd *ohci, const u16 x)
599 static inline __hc16 cpu_to_hc16p (const struct ohci_hcd *ohci, const u16 *x)
606 static inline __hc32 cpu_to_hc32 (const struct ohci_hcd *ohci, const u32 x)
613 static inline __hc32 cpu_to_hc32p (const struct ohci_hcd *ohci, const u32 *x)
621 static inline u16 hc16_to_cpu (const struct ohci_hcd *ohci, const __hc16 x)
628 static inline u16 hc16_to_cpup (const struct ohci_hcd *ohci, const __hc16 *x)
635 static inline u32 hc32_to_cpu (const struct ohci_hcd *ohci, const __hc32 x)
642 static inline u32 hc32_to_cpup (const struct ohci_hcd *ohci, const __hc32 *x)
661 static inline u16 ohci_frame_no(const struct ohci_hcd *ohci)
674 static inline __hc16 *ohci_hwPSWp(const struct ohci_hcd *ohci,
681 static inline u16 ohci_hwPSW(const struct ohci_hcd *ohci,
694 static inline void periodic_reinit (struct ohci_hcd *ohci)
718 static inline u32 roothub_a (struct ohci_hcd *hc)
720 static inline u32 roothub_b (struct ohci_hcd *hc)
722 static inline u32 roothub_status (struct ohci_hcd *hc)
724 static inline u32 roothub_portstatus (struct ohci_hcd *hc, int i)
737 extern int ohci_restart(struct ohci_hcd *ohci);