• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/

Lines Matching defs:ohci_hcd

347 struct ohci_hcd {
374 void (*start_hnp)(struct ohci_hcd *ohci);
425 static inline int quirk_nec(struct ohci_hcd *ohci)
429 static inline int quirk_zfmicro(struct ohci_hcd *ohci)
433 static inline int quirk_amdiso(struct ohci_hcd *ohci)
437 static inline int quirk_amdprefetch(struct ohci_hcd *ohci)
442 static inline int quirk_nec(struct ohci_hcd *ohci)
446 static inline int quirk_zfmicro(struct ohci_hcd *ohci)
450 static inline int quirk_amdiso(struct ohci_hcd *ohci)
454 static inline int quirk_amdprefetch(struct ohci_hcd *ohci)
460 /* convert between an hcd pointer and the corresponding ohci_hcd */
461 static inline struct ohci_hcd *hcd_to_ohci (struct usb_hcd *hcd)
463 return (struct ohci_hcd *) (hcd->hcd_priv);
465 static inline struct usb_hcd *ohci_to_hcd (const struct ohci_hcd *ohci)
553 static inline unsigned int _ohci_readl (const struct ohci_hcd *ohci,
565 static inline void _ohci_writel (const struct ohci_hcd *ohci,
589 static inline __hc16 cpu_to_hc16 (const struct ohci_hcd *ohci, const u16 x)
596 static inline __hc16 cpu_to_hc16p (const struct ohci_hcd *ohci, const u16 *x)
603 static inline __hc32 cpu_to_hc32 (const struct ohci_hcd *ohci, const u32 x)
610 static inline __hc32 cpu_to_hc32p (const struct ohci_hcd *ohci, const u32 *x)
618 static inline u16 hc16_to_cpu (const struct ohci_hcd *ohci, const __hc16 x)
625 static inline u16 hc16_to_cpup (const struct ohci_hcd *ohci, const __hc16 *x)
632 static inline u32 hc32_to_cpu (const struct ohci_hcd *ohci, const __hc32 x)
639 static inline u32 hc32_to_cpup (const struct ohci_hcd *ohci, const __hc32 *x)
659 static inline u16 ohci_frame_no(const struct ohci_hcd *ohci)
672 static inline __hc16 *ohci_hwPSWp(const struct ohci_hcd *ohci,
679 static inline u16 ohci_hwPSW(const struct ohci_hcd *ohci,
687 static inline void disable (struct ohci_hcd *ohci)
697 static inline void periodic_reinit (struct ohci_hcd *ohci)
717 static inline u32 roothub_a (struct ohci_hcd *hc)
719 static inline u32 roothub_b (struct ohci_hcd *hc)
721 static inline u32 roothub_status (struct ohci_hcd *hc)
723 static inline u32 roothub_portstatus (struct ohci_hcd *hc, int i)