• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7800-V1.0.2.28/target/linux/adm5120/files/drivers/usb/host/

Lines Matching defs:admhcd

380 struct admhcd {
406 void (*start_hnp)(struct admhcd *ahcd);
445 static inline struct admhcd *hcd_to_admhcd(struct usb_hcd *hcd)
447 return (struct admhcd *)(hcd->hcd_priv);
449 static inline struct usb_hcd *admhcd_to_hcd(const struct admhcd *ahcd)
542 static inline unsigned int admhc_readl(const struct admhcd *ahcd,
554 static inline void admhc_writel(const struct admhcd *ahcd,
566 static inline void admhc_writel_flush(const struct admhcd *ahcd)
578 static inline __hc16 cpu_to_hc16(const struct admhcd *ahcd, const u16 x)
585 static inline __hc16 cpu_to_hc16p(const struct admhcd *ahcd, const u16 *x)
592 static inline __hc32 cpu_to_hc32(const struct admhcd *ahcd, const u32 x)
599 static inline __hc32 cpu_to_hc32p(const struct admhcd *ahcd, const u32 *x)
607 static inline u16 hc16_to_cpu(const struct admhcd *ahcd, const __hc16 x)
614 static inline u16 hc16_to_cpup(const struct admhcd *ahcd, const __hc16 *x)
621 static inline u32 hc32_to_cpu(const struct admhcd *ahcd, const __hc32 x)
628 static inline u32 hc32_to_cpup(const struct admhcd *ahcd, const __hc32 *x)
637 static inline u16 admhc_frame_no(const struct admhcd *ahcd)
645 static inline u16 admhc_frame_remain(const struct admhcd *ahcd)
656 static inline void admhc_disable(struct admhcd *ahcd)
666 static inline void periodic_reinit(struct admhcd *ahcd)
684 static inline u32 admhc_read_rhdesc(struct admhcd *ahcd)
689 static inline u32 admhc_read_portstatus(struct admhcd *ahcd, int port)
694 static inline void admhc_write_portstatus(struct admhcd *ahcd, int port,
700 static inline void roothub_write_status(struct admhcd *ahcd, u32 value)
706 static inline void admhc_intr_disable(struct admhcd *ahcd, u32 ints)
716 static inline void admhc_intr_enable(struct admhcd *ahcd, u32 ints)
726 static inline void admhc_intr_ack(struct admhcd *ahcd, u32 ints)
731 static inline void admhc_dma_enable(struct admhcd *ahcd)
744 static inline void admhc_dma_disable(struct admhcd *ahcd)