oxu_hcd 88 drivers/usb/host/oxu210hp-hcd.c struct oxu_hcd; oxu_hcd 333 drivers/usb/host/oxu210hp-hcd.c struct oxu_hcd *oxu; oxu_hcd 492 drivers/usb/host/oxu210hp-hcd.c static inline struct usb_hcd *oxu_to_hcd(struct oxu_hcd *oxu) oxu_hcd 497 drivers/usb/host/oxu210hp-hcd.c static inline struct oxu_hcd *hcd_to_oxu(struct usb_hcd *hcd) oxu_hcd 499 drivers/usb/host/oxu210hp-hcd.c return (struct oxu_hcd *) (hcd->hcd_priv); oxu_hcd 669 drivers/usb/host/oxu210hp-hcd.c static void ehci_work(struct oxu_hcd *oxu); oxu_hcd 689 drivers/usb/host/oxu210hp-hcd.c static inline void timer_action_done(struct oxu_hcd *oxu, oxu_hcd 695 drivers/usb/host/oxu210hp-hcd.c static inline void timer_action(struct oxu_hcd *oxu, oxu_hcd 747 drivers/usb/host/oxu210hp-hcd.c static int handshake(struct oxu_hcd *oxu, void __iomem *ptr, oxu_hcd 766 drivers/usb/host/oxu210hp-hcd.c static int ehci_halt(struct oxu_hcd *oxu) oxu_hcd 784 drivers/usb/host/oxu210hp-hcd.c static void tdi_reset(struct oxu_hcd *oxu) oxu_hcd 796 drivers/usb/host/oxu210hp-hcd.c static int ehci_reset(struct oxu_hcd *oxu) oxu_hcd 818 drivers/usb/host/oxu210hp-hcd.c static void ehci_quiesce(struct oxu_hcd *oxu) oxu_hcd 848 drivers/usb/host/oxu210hp-hcd.c static int check_reset_complete(struct oxu_hcd *oxu, int index, oxu_hcd 867 drivers/usb/host/oxu210hp-hcd.c static void ehci_hub_descriptor(struct oxu_hcd *oxu, oxu_hcd 908 drivers/usb/host/oxu210hp-hcd.c static int oxu_buf_alloc(struct oxu_hcd *oxu, struct ehci_qtd *qtd, int len) oxu_hcd 960 drivers/usb/host/oxu210hp-hcd.c static void oxu_buf_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd) oxu_hcd 986 drivers/usb/host/oxu210hp-hcd.c static inline void oxu_qtd_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd) oxu_hcd 1001 drivers/usb/host/oxu210hp-hcd.c static struct ehci_qtd *ehci_qtd_alloc(struct oxu_hcd *oxu) oxu_hcd 1031 drivers/usb/host/oxu210hp-hcd.c static void oxu_qh_free(struct oxu_hcd *oxu, struct ehci_qh *qh) oxu_hcd 1046 drivers/usb/host/oxu210hp-hcd.c struct oxu_hcd *oxu = qh->oxu; oxu_hcd 1058 drivers/usb/host/oxu210hp-hcd.c static struct ehci_qh *oxu_qh_alloc(struct oxu_hcd *oxu) oxu_hcd 1107 drivers/usb/host/oxu210hp-hcd.c static void oxu_murb_free(struct oxu_hcd *oxu, struct oxu_murb *murb) oxu_hcd 1119 drivers/usb/host/oxu210hp-hcd.c static struct oxu_murb *oxu_murb_alloc(struct oxu_hcd *oxu) oxu_hcd 1146 drivers/usb/host/oxu210hp-hcd.c static void ehci_mem_cleanup(struct oxu_hcd *oxu) oxu_hcd 1166 drivers/usb/host/oxu210hp-hcd.c static int ehci_mem_init(struct oxu_hcd *oxu, gfp_t flags) oxu_hcd 1245 drivers/usb/host/oxu210hp-hcd.c static inline void qh_update(struct oxu_hcd *oxu, oxu_hcd 1279 drivers/usb/host/oxu210hp-hcd.c static void qh_refresh(struct oxu_hcd *oxu, struct ehci_qh *qh) oxu_hcd 1297 drivers/usb/host/oxu210hp-hcd.c static void qtd_copy_status(struct oxu_hcd *oxu, struct urb *urb, oxu_hcd 1349 drivers/usb/host/oxu210hp-hcd.c static void ehci_urb_done(struct oxu_hcd *oxu, struct urb *urb) oxu_hcd 1395 drivers/usb/host/oxu210hp-hcd.c static void start_unlink_async(struct oxu_hcd *oxu, struct ehci_qh *qh); oxu_hcd 1396 drivers/usb/host/oxu210hp-hcd.c static void unlink_async(struct oxu_hcd *oxu, struct ehci_qh *qh); oxu_hcd 1398 drivers/usb/host/oxu210hp-hcd.c static void intr_deschedule(struct oxu_hcd *oxu, struct ehci_qh *qh); oxu_hcd 1399 drivers/usb/host/oxu210hp-hcd.c static int qh_schedule(struct oxu_hcd *oxu, struct ehci_qh *qh); oxu_hcd 1407 drivers/usb/host/oxu210hp-hcd.c static unsigned qh_completions(struct oxu_hcd *oxu, struct ehci_qh *qh) oxu_hcd 1600 drivers/usb/host/oxu210hp-hcd.c static void qtd_list_free(struct oxu_hcd *oxu, oxu_hcd 1613 drivers/usb/host/oxu210hp-hcd.c static struct list_head *qh_urb_transaction(struct oxu_hcd *oxu, oxu_hcd 1780 drivers/usb/host/oxu210hp-hcd.c static struct ehci_qh *qh_make(struct oxu_hcd *oxu, oxu_hcd 1916 drivers/usb/host/oxu210hp-hcd.c static void qh_link_async(struct oxu_hcd *oxu, struct ehci_qh *qh) oxu_hcd 1962 drivers/usb/host/oxu210hp-hcd.c static struct ehci_qh *qh_append_tds(struct oxu_hcd *oxu, oxu_hcd 2037 drivers/usb/host/oxu210hp-hcd.c static int submit_async(struct oxu_hcd *oxu, struct urb *urb, oxu_hcd 2083 drivers/usb/host/oxu210hp-hcd.c static void end_unlink_async(struct oxu_hcd *oxu) oxu_hcd 2125 drivers/usb/host/oxu210hp-hcd.c static void start_unlink_async(struct oxu_hcd *oxu, struct ehci_qh *qh) oxu_hcd 2176 drivers/usb/host/oxu210hp-hcd.c static void scan_async(struct oxu_hcd *oxu) oxu_hcd 2243 drivers/usb/host/oxu210hp-hcd.c static void periodic_unlink(struct oxu_hcd *oxu, unsigned frame, void *ptr) oxu_hcd 2267 drivers/usb/host/oxu210hp-hcd.c static unsigned short periodic_usecs(struct oxu_hcd *oxu, oxu_hcd 2297 drivers/usb/host/oxu210hp-hcd.c static int enable_periodic(struct oxu_hcd *oxu) oxu_hcd 2323 drivers/usb/host/oxu210hp-hcd.c static int disable_periodic(struct oxu_hcd *oxu) oxu_hcd 2352 drivers/usb/host/oxu210hp-hcd.c static int qh_link_periodic(struct oxu_hcd *oxu, struct ehci_qh *qh) oxu_hcd 2417 drivers/usb/host/oxu210hp-hcd.c static void qh_unlink_periodic(struct oxu_hcd *oxu, struct ehci_qh *qh) oxu_hcd 2460 drivers/usb/host/oxu210hp-hcd.c static void intr_deschedule(struct oxu_hcd *oxu, struct ehci_qh *qh) oxu_hcd 2483 drivers/usb/host/oxu210hp-hcd.c static int check_period(struct oxu_hcd *oxu, oxu_hcd 2525 drivers/usb/host/oxu210hp-hcd.c static int check_intr_schedule(struct oxu_hcd *oxu, oxu_hcd 2549 drivers/usb/host/oxu210hp-hcd.c static int qh_schedule(struct oxu_hcd *oxu, struct ehci_qh *qh) oxu_hcd 2612 drivers/usb/host/oxu210hp-hcd.c static int intr_submit(struct oxu_hcd *oxu, struct urb *urb, oxu_hcd 2659 drivers/usb/host/oxu210hp-hcd.c static inline int itd_submit(struct oxu_hcd *oxu, struct urb *urb, oxu_hcd 2666 drivers/usb/host/oxu210hp-hcd.c static inline int sitd_submit(struct oxu_hcd *oxu, struct urb *urb, oxu_hcd 2673 drivers/usb/host/oxu210hp-hcd.c static void scan_periodic(struct oxu_hcd *oxu) oxu_hcd 2770 drivers/usb/host/oxu210hp-hcd.c static void ehci_turn_off_all_ports(struct oxu_hcd *oxu) oxu_hcd 2778 drivers/usb/host/oxu210hp-hcd.c static void ehci_port_power(struct oxu_hcd *oxu, int is_on) oxu_hcd 2797 drivers/usb/host/oxu210hp-hcd.c static void ehci_work(struct oxu_hcd *oxu) oxu_hcd 2825 drivers/usb/host/oxu210hp-hcd.c static void unlink_async(struct oxu_hcd *oxu, struct ehci_qh *qh) oxu_hcd 2855 drivers/usb/host/oxu210hp-hcd.c struct oxu_hcd *oxu = hcd_to_oxu(hcd); oxu_hcd 2956 drivers/usb/host/oxu210hp-hcd.c struct oxu_hcd *oxu = hcd_to_oxu(hcd); oxu_hcd 2979 drivers/usb/host/oxu210hp-hcd.c struct oxu_hcd *oxu = from_timer(oxu, t, watchdog); oxu_hcd 3008 drivers/usb/host/oxu210hp-hcd.c struct oxu_hcd *oxu = hcd_to_oxu(hcd); oxu_hcd 3085 drivers/usb/host/oxu210hp-hcd.c struct oxu_hcd *oxu = hcd_to_oxu(hcd); oxu_hcd 3113 drivers/usb/host/oxu210hp-hcd.c struct oxu_hcd *oxu = hcd_to_oxu(hcd); oxu_hcd 3172 drivers/usb/host/oxu210hp-hcd.c struct oxu_hcd *oxu = hcd_to_oxu(hcd); oxu_hcd 3207 drivers/usb/host/oxu210hp-hcd.c struct oxu_hcd *oxu = hcd_to_oxu(hcd); oxu_hcd 3233 drivers/usb/host/oxu210hp-hcd.c struct oxu_hcd *oxu = hcd_to_oxu(hcd); oxu_hcd 3265 drivers/usb/host/oxu210hp-hcd.c struct oxu_hcd *oxu = hcd_to_oxu(hcd); oxu_hcd 3355 drivers/usb/host/oxu210hp-hcd.c struct oxu_hcd *oxu = hcd_to_oxu(hcd); oxu_hcd 3416 drivers/usb/host/oxu210hp-hcd.c struct oxu_hcd *oxu = hcd_to_oxu(hcd); oxu_hcd 3478 drivers/usb/host/oxu210hp-hcd.c struct oxu_hcd *oxu = hcd_to_oxu(hcd); oxu_hcd 3487 drivers/usb/host/oxu210hp-hcd.c struct oxu_hcd *oxu = hcd_to_oxu(hcd); oxu_hcd 3546 drivers/usb/host/oxu210hp-hcd.c static inline unsigned int oxu_port_speed(struct oxu_hcd *oxu, oxu_hcd 3564 drivers/usb/host/oxu210hp-hcd.c struct oxu_hcd *oxu = hcd_to_oxu(hcd); oxu_hcd 3856 drivers/usb/host/oxu210hp-hcd.c struct oxu_hcd *oxu = hcd_to_oxu(hcd); oxu_hcd 3929 drivers/usb/host/oxu210hp-hcd.c struct oxu_hcd *oxu = hcd_to_oxu(hcd); oxu_hcd 4025 drivers/usb/host/oxu210hp-hcd.c .hcd_priv_size = sizeof(struct oxu_hcd), oxu_hcd 4129 drivers/usb/host/oxu210hp-hcd.c struct oxu_hcd *oxu;