Symbol: oxu_hcd
drivers/usb/host/oxu210hp-hcd.c
1006
static void oxu_qh_free(struct oxu_hcd *oxu, struct ehci_qh *qh)
drivers/usb/host/oxu210hp-hcd.c
1021
struct oxu_hcd *oxu = qh->oxu;
drivers/usb/host/oxu210hp-hcd.c
1033
static struct ehci_qh *oxu_qh_alloc(struct oxu_hcd *oxu)
drivers/usb/host/oxu210hp-hcd.c
1082
static void oxu_murb_free(struct oxu_hcd *oxu, struct oxu_murb *murb)
drivers/usb/host/oxu210hp-hcd.c
1094
static struct oxu_murb *oxu_murb_alloc(struct oxu_hcd *oxu)
drivers/usb/host/oxu210hp-hcd.c
1121
static void ehci_mem_cleanup(struct oxu_hcd *oxu)
drivers/usb/host/oxu210hp-hcd.c
1141
static int ehci_mem_init(struct oxu_hcd *oxu, gfp_t flags)
drivers/usb/host/oxu210hp-hcd.c
1220
static inline void qh_update(struct oxu_hcd *oxu,
drivers/usb/host/oxu210hp-hcd.c
1254
static void qh_refresh(struct oxu_hcd *oxu, struct ehci_qh *qh)
drivers/usb/host/oxu210hp-hcd.c
1272
static void qtd_copy_status(struct oxu_hcd *oxu, struct urb *urb,
drivers/usb/host/oxu210hp-hcd.c
1324
static void ehci_urb_done(struct oxu_hcd *oxu, struct urb *urb)
drivers/usb/host/oxu210hp-hcd.c
1371
static void start_unlink_async(struct oxu_hcd *oxu, struct ehci_qh *qh);
drivers/usb/host/oxu210hp-hcd.c
1372
static void unlink_async(struct oxu_hcd *oxu, struct ehci_qh *qh);
drivers/usb/host/oxu210hp-hcd.c
1374
static void intr_deschedule(struct oxu_hcd *oxu, struct ehci_qh *qh);
drivers/usb/host/oxu210hp-hcd.c
1375
static int qh_schedule(struct oxu_hcd *oxu, struct ehci_qh *qh);
drivers/usb/host/oxu210hp-hcd.c
1383
static unsigned qh_completions(struct oxu_hcd *oxu, struct ehci_qh *qh)
drivers/usb/host/oxu210hp-hcd.c
1576
static void qtd_list_free(struct oxu_hcd *oxu,
drivers/usb/host/oxu210hp-hcd.c
1589
static struct list_head *qh_urb_transaction(struct oxu_hcd *oxu,
drivers/usb/host/oxu210hp-hcd.c
1756
static struct ehci_qh *qh_make(struct oxu_hcd *oxu,
drivers/usb/host/oxu210hp-hcd.c
1892
static void qh_link_async(struct oxu_hcd *oxu, struct ehci_qh *qh)
drivers/usb/host/oxu210hp-hcd.c
1938
static struct ehci_qh *qh_append_tds(struct oxu_hcd *oxu,
drivers/usb/host/oxu210hp-hcd.c
2013
static int submit_async(struct oxu_hcd *oxu, struct urb *urb,
drivers/usb/host/oxu210hp-hcd.c
2058
static void end_unlink_async(struct oxu_hcd *oxu)
drivers/usb/host/oxu210hp-hcd.c
2100
static void start_unlink_async(struct oxu_hcd *oxu, struct ehci_qh *qh)
drivers/usb/host/oxu210hp-hcd.c
2151
static void scan_async(struct oxu_hcd *oxu)
drivers/usb/host/oxu210hp-hcd.c
2218
static void periodic_unlink(struct oxu_hcd *oxu, unsigned frame, void *ptr)
drivers/usb/host/oxu210hp-hcd.c
2242
static unsigned short periodic_usecs(struct oxu_hcd *oxu,
drivers/usb/host/oxu210hp-hcd.c
2272
static int enable_periodic(struct oxu_hcd *oxu)
drivers/usb/host/oxu210hp-hcd.c
2298
static int disable_periodic(struct oxu_hcd *oxu)
drivers/usb/host/oxu210hp-hcd.c
2327
static int qh_link_periodic(struct oxu_hcd *oxu, struct ehci_qh *qh)
drivers/usb/host/oxu210hp-hcd.c
2392
static void qh_unlink_periodic(struct oxu_hcd *oxu, struct ehci_qh *qh)
drivers/usb/host/oxu210hp-hcd.c
2435
static void intr_deschedule(struct oxu_hcd *oxu, struct ehci_qh *qh)
drivers/usb/host/oxu210hp-hcd.c
2458
static int check_period(struct oxu_hcd *oxu,
drivers/usb/host/oxu210hp-hcd.c
2500
static int check_intr_schedule(struct oxu_hcd *oxu,
drivers/usb/host/oxu210hp-hcd.c
2524
static int qh_schedule(struct oxu_hcd *oxu, struct ehci_qh *qh)
drivers/usb/host/oxu210hp-hcd.c
2587
static int intr_submit(struct oxu_hcd *oxu, struct urb *urb,
drivers/usb/host/oxu210hp-hcd.c
2634
static inline int itd_submit(struct oxu_hcd *oxu, struct urb *urb,
drivers/usb/host/oxu210hp-hcd.c
2641
static inline int sitd_submit(struct oxu_hcd *oxu, struct urb *urb,
drivers/usb/host/oxu210hp-hcd.c
2648
static void scan_periodic(struct oxu_hcd *oxu)
drivers/usb/host/oxu210hp-hcd.c
2745
static void ehci_turn_off_all_ports(struct oxu_hcd *oxu)
drivers/usb/host/oxu210hp-hcd.c
2753
static void ehci_port_power(struct oxu_hcd *oxu, int is_on)
drivers/usb/host/oxu210hp-hcd.c
2776
static void ehci_work(struct oxu_hcd *oxu)
drivers/usb/host/oxu210hp-hcd.c
2804
static void unlink_async(struct oxu_hcd *oxu, struct ehci_qh *qh)
drivers/usb/host/oxu210hp-hcd.c
2834
struct oxu_hcd *oxu = hcd_to_oxu(hcd);
drivers/usb/host/oxu210hp-hcd.c
2935
struct oxu_hcd *oxu = hcd_to_oxu(hcd);
drivers/usb/host/oxu210hp-hcd.c
2958
struct oxu_hcd *oxu = timer_container_of(oxu, t, watchdog);
drivers/usb/host/oxu210hp-hcd.c
2987
struct oxu_hcd *oxu = hcd_to_oxu(hcd);
drivers/usb/host/oxu210hp-hcd.c
3064
struct oxu_hcd *oxu = hcd_to_oxu(hcd);
drivers/usb/host/oxu210hp-hcd.c
3092
struct oxu_hcd *oxu = hcd_to_oxu(hcd);
drivers/usb/host/oxu210hp-hcd.c
310
struct oxu_hcd *oxu;
drivers/usb/host/oxu210hp-hcd.c
3151
struct oxu_hcd *oxu = hcd_to_oxu(hcd);
drivers/usb/host/oxu210hp-hcd.c
3186
struct oxu_hcd *oxu = hcd_to_oxu(hcd);
drivers/usb/host/oxu210hp-hcd.c
3212
struct oxu_hcd *oxu = hcd_to_oxu(hcd);
drivers/usb/host/oxu210hp-hcd.c
3244
struct oxu_hcd *oxu = hcd_to_oxu(hcd);
drivers/usb/host/oxu210hp-hcd.c
3334
struct oxu_hcd *oxu = hcd_to_oxu(hcd);
drivers/usb/host/oxu210hp-hcd.c
3395
struct oxu_hcd *oxu = hcd_to_oxu(hcd);
drivers/usb/host/oxu210hp-hcd.c
3457
struct oxu_hcd *oxu = hcd_to_oxu(hcd);
drivers/usb/host/oxu210hp-hcd.c
3466
struct oxu_hcd *oxu = hcd_to_oxu(hcd);
drivers/usb/host/oxu210hp-hcd.c
3525
static inline unsigned int oxu_port_speed(struct oxu_hcd *oxu,
drivers/usb/host/oxu210hp-hcd.c
3543
struct oxu_hcd *oxu = hcd_to_oxu(hcd);
drivers/usb/host/oxu210hp-hcd.c
3835
struct oxu_hcd *oxu = hcd_to_oxu(hcd);
drivers/usb/host/oxu210hp-hcd.c
3910
struct oxu_hcd *oxu = hcd_to_oxu(hcd);
drivers/usb/host/oxu210hp-hcd.c
4006
.hcd_priv_size = sizeof(struct oxu_hcd),
drivers/usb/host/oxu210hp-hcd.c
4110
struct oxu_hcd *oxu;
drivers/usb/host/oxu210hp-hcd.c
469
static inline struct usb_hcd *oxu_to_hcd(struct oxu_hcd *oxu)
drivers/usb/host/oxu210hp-hcd.c
474
static inline struct oxu_hcd *hcd_to_oxu(struct usb_hcd *hcd)
drivers/usb/host/oxu210hp-hcd.c
476
return (struct oxu_hcd *) (hcd->hcd_priv);
drivers/usb/host/oxu210hp-hcd.c
646
static void ehci_work(struct oxu_hcd *oxu);
drivers/usb/host/oxu210hp-hcd.c
666
static inline void timer_action_done(struct oxu_hcd *oxu,
drivers/usb/host/oxu210hp-hcd.c
672
static inline void timer_action(struct oxu_hcd *oxu,
drivers/usb/host/oxu210hp-hcd.c
724
static int handshake(struct oxu_hcd *oxu, void __iomem *ptr,
drivers/usb/host/oxu210hp-hcd.c
741
static int ehci_halt(struct oxu_hcd *oxu)
drivers/usb/host/oxu210hp-hcd.c
759
static void tdi_reset(struct oxu_hcd *oxu)
drivers/usb/host/oxu210hp-hcd.c
771
static int ehci_reset(struct oxu_hcd *oxu)
drivers/usb/host/oxu210hp-hcd.c
793
static void ehci_quiesce(struct oxu_hcd *oxu)
drivers/usb/host/oxu210hp-hcd.c
823
static int check_reset_complete(struct oxu_hcd *oxu, int index,
drivers/usb/host/oxu210hp-hcd.c
842
static void ehci_hub_descriptor(struct oxu_hcd *oxu,
drivers/usb/host/oxu210hp-hcd.c
883
static int oxu_buf_alloc(struct oxu_hcd *oxu, struct ehci_qtd *qtd, int len)
drivers/usb/host/oxu210hp-hcd.c
90
struct oxu_hcd;
drivers/usb/host/oxu210hp-hcd.c
935
static void oxu_buf_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd)
drivers/usb/host/oxu210hp-hcd.c
961
static inline void oxu_qtd_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd)
drivers/usb/host/oxu210hp-hcd.c
976
static struct ehci_qtd *ehci_qtd_alloc(struct oxu_hcd *oxu)