Lines Matching defs:oxu

55 #define oxu_dbg(oxu, fmt, args...) \  argument
57 #define oxu_err(oxu, fmt, args...) \ argument
59 #define oxu_info(oxu, fmt, args...) \ argument
66 static inline struct usb_hcd *oxu_to_hcd(struct oxu_hcd *oxu) in oxu_to_hcd()
86 #define oxu_vdbg(oxu, fmt, args...) /* Nop */ argument
205 #define dbg_status(oxu, label, status) { \ argument
211 #define dbg_cmd(oxu, label, command) { \ argument
217 #define dbg_port(oxu, label, port, status) { \ argument
263 static inline void timer_action_done(struct oxu_hcd *oxu, in timer_action_done()
269 static inline void timer_action(struct oxu_hcd *oxu, in timer_action()
321 static int handshake(struct oxu_hcd *oxu, void __iomem *ptr, in handshake()
340 static int ehci_halt(struct oxu_hcd *oxu) in ehci_halt()
358 static void tdi_reset(struct oxu_hcd *oxu) in tdi_reset()
370 static int ehci_reset(struct oxu_hcd *oxu) in ehci_reset()
392 static void ehci_quiesce(struct oxu_hcd *oxu) in ehci_quiesce()
423 static int check_reset_complete(struct oxu_hcd *oxu, int index, in check_reset_complete()
442 static void ehci_hub_descriptor(struct oxu_hcd *oxu, in ehci_hub_descriptor()
483 static int oxu_buf_alloc(struct oxu_hcd *oxu, struct ehci_qtd *qtd, int len) in oxu_buf_alloc()
535 static void oxu_buf_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd) in oxu_buf_free()
561 static inline void oxu_qtd_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd) in oxu_qtd_free()
576 static struct ehci_qtd *ehci_qtd_alloc(struct oxu_hcd *oxu) in ehci_qtd_alloc()
606 static void oxu_qh_free(struct oxu_hcd *oxu, struct ehci_qh *qh) in oxu_qh_free()
621 struct oxu_hcd *oxu = qh->oxu; in qh_destroy() local
633 static struct ehci_qh *oxu_qh_alloc(struct oxu_hcd *oxu) in oxu_qh_alloc()
682 static void oxu_murb_free(struct oxu_hcd *oxu, struct oxu_murb *murb) in oxu_murb_free()
694 static struct oxu_murb *oxu_murb_alloc(struct oxu_hcd *oxu) in oxu_murb_alloc()
721 static void ehci_mem_cleanup(struct oxu_hcd *oxu) in ehci_mem_cleanup()
741 static int ehci_mem_init(struct oxu_hcd *oxu, gfp_t flags) in ehci_mem_init()
820 static inline void qh_update(struct oxu_hcd *oxu, in qh_update()
854 static void qh_refresh(struct oxu_hcd *oxu, struct ehci_qh *qh) in qh_refresh()
872 static void qtd_copy_status(struct oxu_hcd *oxu, struct urb *urb, in qtd_copy_status()
924 static void ehci_urb_done(struct oxu_hcd *oxu, struct urb *urb) in ehci_urb_done()
982 static unsigned qh_completions(struct oxu_hcd *oxu, struct ehci_qh *qh) in qh_completions()
1177 static void qtd_list_free(struct oxu_hcd *oxu, in qtd_list_free()
1193 static struct list_head *qh_urb_transaction(struct oxu_hcd *oxu, in qh_urb_transaction()
1360 static struct ehci_qh *qh_make(struct oxu_hcd *oxu, in qh_make()
1496 static void qh_link_async(struct oxu_hcd *oxu, struct ehci_qh *qh) in qh_link_async()
1542 static struct ehci_qh *qh_append_tds(struct oxu_hcd *oxu, in qh_append_tds()
1617 static int submit_async(struct oxu_hcd *oxu, struct urb *urb, in submit_async()
1663 static void end_unlink_async(struct oxu_hcd *oxu) in end_unlink_async()
1705 static void start_unlink_async(struct oxu_hcd *oxu, struct ehci_qh *qh) in start_unlink_async()
1757 static void scan_async(struct oxu_hcd *oxu) in scan_async()
1824 static void periodic_unlink(struct oxu_hcd *oxu, unsigned frame, void *ptr) in periodic_unlink()
1848 static unsigned short periodic_usecs(struct oxu_hcd *oxu, in periodic_usecs()
1878 static int enable_periodic(struct oxu_hcd *oxu) in enable_periodic()
1904 static int disable_periodic(struct oxu_hcd *oxu) in disable_periodic()
1933 static int qh_link_periodic(struct oxu_hcd *oxu, struct ehci_qh *qh) in qh_link_periodic()
1998 static void qh_unlink_periodic(struct oxu_hcd *oxu, struct ehci_qh *qh) in qh_unlink_periodic()
2041 static void intr_deschedule(struct oxu_hcd *oxu, struct ehci_qh *qh) in intr_deschedule()
2064 static int check_period(struct oxu_hcd *oxu, in check_period()
2106 static int check_intr_schedule(struct oxu_hcd *oxu, in check_intr_schedule()
2130 static int qh_schedule(struct oxu_hcd *oxu, struct ehci_qh *qh) in qh_schedule()
2193 static int intr_submit(struct oxu_hcd *oxu, struct urb *urb, in intr_submit()
2240 static inline int itd_submit(struct oxu_hcd *oxu, struct urb *urb, in itd_submit()
2247 static inline int sitd_submit(struct oxu_hcd *oxu, struct urb *urb, in sitd_submit()
2254 static void scan_periodic(struct oxu_hcd *oxu) in scan_periodic()
2357 static void ehci_turn_off_all_ports(struct oxu_hcd *oxu) in ehci_turn_off_all_ports()
2365 static void ehci_port_power(struct oxu_hcd *oxu, int is_on) in ehci_port_power()
2384 static void ehci_work(struct oxu_hcd *oxu) in ehci_work()
2412 static void unlink_async(struct oxu_hcd *oxu, struct ehci_qh *qh) in unlink_async()
2442 struct oxu_hcd *oxu = hcd_to_oxu(hcd); in oxu210_hcd_irq() local
2543 struct oxu_hcd *oxu = hcd_to_oxu(hcd); in oxu_irq() local
2566 struct oxu_hcd *oxu = (struct oxu_hcd *) param; in oxu_watchdog() local
2595 struct oxu_hcd *oxu = hcd_to_oxu(hcd); in oxu_hcd_init() local
2672 struct oxu_hcd *oxu = hcd_to_oxu(hcd); in oxu_reset() local
2703 struct oxu_hcd *oxu = hcd_to_oxu(hcd); in oxu_run() local
2762 struct oxu_hcd *oxu = hcd_to_oxu(hcd); in oxu_stop() local
2797 struct oxu_hcd *oxu = hcd_to_oxu(hcd); in oxu_shutdown() local
2823 struct oxu_hcd *oxu = hcd_to_oxu(hcd); in __oxu_urb_enqueue() local
2855 struct oxu_hcd *oxu = hcd_to_oxu(hcd); in oxu_urb_enqueue() local
2947 struct oxu_hcd *oxu = hcd_to_oxu(hcd); in oxu_urb_dequeue() local
3008 struct oxu_hcd *oxu = hcd_to_oxu(hcd); in oxu_endpoint_disable() local
3070 struct oxu_hcd *oxu = hcd_to_oxu(hcd); in oxu_get_frame() local
3079 struct oxu_hcd *oxu = hcd_to_oxu(hcd); in oxu_hub_status_data() local
3138 static inline unsigned int oxu_port_speed(struct oxu_hcd *oxu, in oxu_port_speed()
3156 struct oxu_hcd *oxu = hcd_to_oxu(hcd); in oxu_hub_control() local
3448 struct oxu_hcd *oxu = hcd_to_oxu(hcd); in oxu_bus_suspend() local
3521 struct oxu_hcd *oxu = hcd_to_oxu(hcd); in oxu_bus_resume() local
3721 struct oxu_hcd *oxu; in oxu_create() local