Lines Matching defs:oxu_hcd
89 struct oxu_hcd;
334 struct oxu_hcd *oxu;
403 struct oxu_hcd { /* one per controller */
493 static inline struct usb_hcd *oxu_to_hcd(struct oxu_hcd *oxu)
498 static inline struct oxu_hcd *hcd_to_oxu(struct usb_hcd *hcd)
500 return (struct oxu_hcd *) (hcd->hcd_priv);
670 static void ehci_work(struct oxu_hcd *oxu);
690 static inline void timer_action_done(struct oxu_hcd *oxu,
696 static inline void timer_action(struct oxu_hcd *oxu,
748 static int handshake(struct oxu_hcd *oxu, void __iomem *ptr,
765 static int ehci_halt(struct oxu_hcd *oxu)
783 static void tdi_reset(struct oxu_hcd *oxu)
795 static int ehci_reset(struct oxu_hcd *oxu)
817 static void ehci_quiesce(struct oxu_hcd *oxu)
847 static int check_reset_complete(struct oxu_hcd *oxu, int index,
866 static void ehci_hub_descriptor(struct oxu_hcd *oxu,
907 static int oxu_buf_alloc(struct oxu_hcd *oxu, struct ehci_qtd *qtd, int len)
959 static void oxu_buf_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd)
985 static inline void oxu_qtd_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd)
1000 static struct ehci_qtd *ehci_qtd_alloc(struct oxu_hcd *oxu)
1030 static void oxu_qh_free(struct oxu_hcd *oxu, struct ehci_qh *qh)
1045 struct oxu_hcd *oxu = qh->oxu;
1057 static struct ehci_qh *oxu_qh_alloc(struct oxu_hcd *oxu)
1106 static void oxu_murb_free(struct oxu_hcd *oxu, struct oxu_murb *murb)
1118 static struct oxu_murb *oxu_murb_alloc(struct oxu_hcd *oxu)
1145 static void ehci_mem_cleanup(struct oxu_hcd *oxu)
1165 static int ehci_mem_init(struct oxu_hcd *oxu, gfp_t flags)
1244 static inline void qh_update(struct oxu_hcd *oxu,
1278 static void qh_refresh(struct oxu_hcd *oxu, struct ehci_qh *qh)
1296 static void qtd_copy_status(struct oxu_hcd *oxu, struct urb *urb,
1348 static void ehci_urb_done(struct oxu_hcd *oxu, struct urb *urb)
1395 static void start_unlink_async(struct oxu_hcd *oxu, struct ehci_qh *qh);
1396 static void unlink_async(struct oxu_hcd *oxu, struct ehci_qh *qh);
1398 static void intr_deschedule(struct oxu_hcd *oxu, struct ehci_qh *qh);
1399 static int qh_schedule(struct oxu_hcd *oxu, struct ehci_qh *qh);
1407 static unsigned qh_completions(struct oxu_hcd *oxu, struct ehci_qh *qh)
1600 static void qtd_list_free(struct oxu_hcd *oxu,
1613 static struct list_head *qh_urb_transaction(struct oxu_hcd *oxu,
1780 static struct ehci_qh *qh_make(struct oxu_hcd *oxu,
1916 static void qh_link_async(struct oxu_hcd *oxu, struct ehci_qh *qh)
1962 static struct ehci_qh *qh_append_tds(struct oxu_hcd *oxu,
2037 static int submit_async(struct oxu_hcd *oxu, struct urb *urb,
2082 static void end_unlink_async(struct oxu_hcd *oxu)
2124 static void start_unlink_async(struct oxu_hcd *oxu, struct ehci_qh *qh)
2175 static void scan_async(struct oxu_hcd *oxu)
2242 static void periodic_unlink(struct oxu_hcd *oxu, unsigned frame, void *ptr)
2266 static unsigned short periodic_usecs(struct oxu_hcd *oxu,
2296 static int enable_periodic(struct oxu_hcd *oxu)
2322 static int disable_periodic(struct oxu_hcd *oxu)
2351 static int qh_link_periodic(struct oxu_hcd *oxu, struct ehci_qh *qh)
2416 static void qh_unlink_periodic(struct oxu_hcd *oxu, struct ehci_qh *qh)
2459 static void intr_deschedule(struct oxu_hcd *oxu, struct ehci_qh *qh)
2482 static int check_period(struct oxu_hcd *oxu,
2524 static int check_intr_schedule(struct oxu_hcd *oxu,
2548 static int qh_schedule(struct oxu_hcd *oxu, struct ehci_qh *qh)
2611 static int intr_submit(struct oxu_hcd *oxu, struct urb *urb,
2658 static inline int itd_submit(struct oxu_hcd *oxu, struct urb *urb,
2665 static inline int sitd_submit(struct oxu_hcd *oxu, struct urb *urb,
2672 static void scan_periodic(struct oxu_hcd *oxu)
2769 static void ehci_turn_off_all_ports(struct oxu_hcd *oxu)
2777 static void ehci_port_power(struct oxu_hcd *oxu, int is_on)
2800 static void ehci_work(struct oxu_hcd *oxu)
2828 static void unlink_async(struct oxu_hcd *oxu, struct ehci_qh *qh)
2858 struct oxu_hcd *oxu = hcd_to_oxu(hcd);
2959 struct oxu_hcd *oxu = hcd_to_oxu(hcd);
2982 struct oxu_hcd *oxu = from_timer(oxu, t, watchdog);
3011 struct oxu_hcd *oxu = hcd_to_oxu(hcd);
3088 struct oxu_hcd *oxu = hcd_to_oxu(hcd);
3116 struct oxu_hcd *oxu = hcd_to_oxu(hcd);
3175 struct oxu_hcd *oxu = hcd_to_oxu(hcd);
3210 struct oxu_hcd *oxu = hcd_to_oxu(hcd);
3236 struct oxu_hcd *oxu = hcd_to_oxu(hcd);
3268 struct oxu_hcd *oxu = hcd_to_oxu(hcd);
3358 struct oxu_hcd *oxu = hcd_to_oxu(hcd);
3419 struct oxu_hcd *oxu = hcd_to_oxu(hcd);
3481 struct oxu_hcd *oxu = hcd_to_oxu(hcd);
3490 struct oxu_hcd *oxu = hcd_to_oxu(hcd);
3549 static inline unsigned int oxu_port_speed(struct oxu_hcd *oxu,
3567 struct oxu_hcd *oxu = hcd_to_oxu(hcd);
3859 struct oxu_hcd *oxu = hcd_to_oxu(hcd);
3934 struct oxu_hcd *oxu = hcd_to_oxu(hcd);
4030 .hcd_priv_size = sizeof(struct oxu_hcd),
4134 struct oxu_hcd *oxu;