Lines Matching refs:ohci_hcd

361 struct ohci_hcd {  struct
383 void (*start_hnp)(struct ohci_hcd *ohci); argument
442 static inline int quirk_nec(struct ohci_hcd *ohci) in quirk_nec() argument
446 static inline int quirk_zfmicro(struct ohci_hcd *ohci) in quirk_zfmicro()
450 static inline int quirk_amdiso(struct ohci_hcd *ohci) in quirk_amdiso()
454 static inline int quirk_amdprefetch(struct ohci_hcd *ohci) in quirk_amdprefetch()
459 static inline int quirk_nec(struct ohci_hcd *ohci) in quirk_nec()
463 static inline int quirk_zfmicro(struct ohci_hcd *ohci) in quirk_zfmicro()
467 static inline int quirk_amdiso(struct ohci_hcd *ohci) in quirk_amdiso()
471 static inline int quirk_amdprefetch(struct ohci_hcd *ohci) in quirk_amdprefetch()
478 static inline struct ohci_hcd *hcd_to_ohci (struct usb_hcd *hcd) in hcd_to_ohci()
480 return (struct ohci_hcd *) (hcd->hcd_priv); in hcd_to_ohci()
482 static inline struct usb_hcd *ohci_to_hcd (const struct ohci_hcd *ohci) in ohci_to_hcd()
560 static inline unsigned int _ohci_readl (const struct ohci_hcd *ohci, in _ohci_readl()
572 static inline void _ohci_writel (const struct ohci_hcd *ohci, in _ohci_writel()
591 static inline __hc16 cpu_to_hc16 (const struct ohci_hcd *ohci, const u16 x) in cpu_to_hc16()
598 static inline __hc16 cpu_to_hc16p (const struct ohci_hcd *ohci, const u16 *x) in cpu_to_hc16p()
605 static inline __hc32 cpu_to_hc32 (const struct ohci_hcd *ohci, const u32 x) in cpu_to_hc32()
612 static inline __hc32 cpu_to_hc32p (const struct ohci_hcd *ohci, const u32 *x) in cpu_to_hc32p()
620 static inline u16 hc16_to_cpu (const struct ohci_hcd *ohci, const __hc16 x) in hc16_to_cpu()
627 static inline u16 hc16_to_cpup (const struct ohci_hcd *ohci, const __hc16 *x) in hc16_to_cpup()
634 static inline u32 hc32_to_cpu (const struct ohci_hcd *ohci, const __hc32 x) in hc32_to_cpu()
641 static inline u32 hc32_to_cpup (const struct ohci_hcd *ohci, const __hc32 *x) in hc32_to_cpup()
660 static inline u16 ohci_frame_no(const struct ohci_hcd *ohci) in ohci_frame_no()
673 static inline __hc16 *ohci_hwPSWp(const struct ohci_hcd *ohci, in ohci_hwPSWp()
680 static inline u16 ohci_hwPSW(const struct ohci_hcd *ohci, in ohci_hwPSW()
693 static inline void periodic_reinit (struct ohci_hcd *ohci) in periodic_reinit()
717 static inline u32 roothub_a (struct ohci_hcd *hc) in roothub_a()
719 static inline u32 roothub_b (struct ohci_hcd *hc) in roothub_b()
721 static inline u32 roothub_status (struct ohci_hcd *hc) in roothub_status()
723 static inline u32 roothub_portstatus (struct ohci_hcd *hc, int i) in roothub_portstatus()
736 extern int ohci_restart(struct ohci_hcd *ohci);