Searched refs:oxu (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Doxu210hp-hcd.c57 #define oxu_dbg(oxu, fmt, args...) \
58 dev_dbg(oxu_to_hcd(oxu)->self.controller , fmt , ## args)
59 #define oxu_err(oxu, fmt, args...) \
60 dev_err(oxu_to_hcd(oxu)->self.controller , fmt , ## args)
61 #define oxu_info(oxu, fmt, args...) \
62 dev_info(oxu_to_hcd(oxu)->self.controller , fmt , ## args)
64 static inline struct usb_hcd *oxu_to_hcd(struct oxu_hcd *oxu) argument
66 return container_of((void *) oxu, struct usb_hcd, hcd_priv);
84 #define oxu_vdbg(oxu, fmt, args...) /* Nop */
203 #define dbg_status(oxu, labe
261 timer_action_done(struct oxu_hcd *oxu, enum ehci_timer_action action) argument
267 timer_action(struct oxu_hcd *oxu, enum ehci_timer_action action) argument
319 handshake(struct oxu_hcd *oxu, void __iomem *ptr, u32 mask, u32 done, int usec) argument
338 ehci_halt(struct oxu_hcd *oxu) argument
356 tdi_reset(struct oxu_hcd *oxu) argument
368 ehci_reset(struct oxu_hcd *oxu) argument
390 ehci_quiesce(struct oxu_hcd *oxu) argument
421 check_reset_complete(struct oxu_hcd *oxu, int index, u32 __iomem *status_reg, int port_status) argument
440 ehci_hub_descriptor(struct oxu_hcd *oxu, struct usb_hub_descriptor *desc) argument
467 oxu_buf_alloc(struct oxu_hcd *oxu, struct ehci_qtd *qtd, int len) argument
519 oxu_buf_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd) argument
547 oxu_qtd_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd) argument
564 ehci_qtd_alloc(struct oxu_hcd *oxu) argument
594 oxu_qh_free(struct oxu_hcd *oxu, struct ehci_qh *qh) argument
611 struct oxu_hcd *oxu = qh->oxu; local
623 oxu_qh_alloc(struct oxu_hcd *oxu) argument
672 oxu_murb_free(struct oxu_hcd *oxu, struct oxu_murb *murb) argument
686 oxu_murb_alloc(struct oxu_hcd *oxu) argument
713 ehci_mem_cleanup(struct oxu_hcd *oxu) argument
733 ehci_mem_init(struct oxu_hcd *oxu, gfp_t flags) argument
812 qh_update(struct oxu_hcd *oxu, struct ehci_qh *qh, struct ehci_qtd *qtd) argument
846 qh_refresh(struct oxu_hcd *oxu, struct ehci_qh *qh) argument
864 qtd_copy_status(struct oxu_hcd *oxu, struct urb *urb, size_t length, u32 token) argument
973 qh_completions(struct oxu_hcd *oxu, struct ehci_qh *qh) argument
1168 qtd_list_free(struct oxu_hcd *oxu, struct urb *urb, struct list_head *qtd_list) argument
1184 qh_urb_transaction(struct oxu_hcd *oxu, struct urb *urb, struct list_head *head, gfp_t flags) argument
1351 qh_make(struct oxu_hcd *oxu, struct urb *urb, gfp_t flags) argument
1486 qh_link_async(struct oxu_hcd *oxu, struct ehci_qh *qh) argument
1532 qh_append_tds(struct oxu_hcd *oxu, struct urb *urb, struct list_head *qtd_list, int epnum, void **ptr) argument
1607 submit_async(struct oxu_hcd *oxu, struct urb *urb, struct list_head *qtd_list, gfp_t mem_flags) argument
1653 end_unlink_async(struct oxu_hcd *oxu) argument
1695 start_unlink_async(struct oxu_hcd *oxu, struct ehci_qh *qh) argument
1747 scan_async(struct oxu_hcd *oxu) argument
1814 periodic_unlink(struct oxu_hcd *oxu, unsigned frame, void *ptr) argument
1838 periodic_usecs(struct oxu_hcd *oxu, unsigned frame, unsigned uframe) argument
1868 enable_periodic(struct oxu_hcd *oxu) argument
1893 disable_periodic(struct oxu_hcd *oxu) argument
1921 qh_link_periodic(struct oxu_hcd *oxu, struct ehci_qh *qh) argument
1986 qh_unlink_periodic(struct oxu_hcd *oxu, struct ehci_qh *qh) argument
2022 intr_deschedule(struct oxu_hcd *oxu, struct ehci_qh *qh) argument
2045 check_period(struct oxu_hcd *oxu, unsigned frame, unsigned uframe, unsigned period, unsigned usecs) argument
2087 check_intr_schedule(struct oxu_hcd *oxu, unsigned frame, unsigned uframe, const struct ehci_qh *qh, __le32 *c_maskp) argument
2111 qh_schedule(struct oxu_hcd *oxu, struct ehci_qh *qh) argument
2174 intr_submit(struct oxu_hcd *oxu, struct urb *urb, struct list_head *qtd_list, gfp_t mem_flags) argument
2221 itd_submit(struct oxu_hcd *oxu, struct urb *urb, gfp_t mem_flags) argument
2228 sitd_submit(struct oxu_hcd *oxu, struct urb *urb, gfp_t mem_flags) argument
2235 scan_periodic(struct oxu_hcd *oxu) argument
2331 ehci_turn_off_all_ports(struct oxu_hcd *oxu) argument
2339 ehci_port_power(struct oxu_hcd *oxu, int is_on) argument
2358 ehci_work(struct oxu_hcd *oxu) argument
2386 unlink_async(struct oxu_hcd *oxu, struct ehci_qh *qh) argument
2416 struct oxu_hcd *oxu = hcd_to_oxu(hcd); local
2514 struct oxu_hcd *oxu = hcd_to_oxu(hcd); local
2537 struct oxu_hcd *oxu = (struct oxu_hcd *) param; local
2566 struct oxu_hcd *oxu = hcd_to_oxu(hcd); local
2645 struct oxu_hcd *oxu = hcd_to_oxu(hcd); local
2681 struct oxu_hcd *oxu = hcd_to_oxu(hcd); local
2740 struct oxu_hcd *oxu = hcd_to_oxu(hcd); local
2775 struct oxu_hcd *oxu = hcd_to_oxu(hcd); local
2801 struct oxu_hcd *oxu = hcd_to_oxu(hcd); local
2833 struct oxu_hcd *oxu = hcd_to_oxu(hcd); local
2925 struct oxu_hcd *oxu = hcd_to_oxu(hcd); local
2982 struct oxu_hcd *oxu = hcd_to_oxu(hcd); local
3045 struct oxu_hcd *oxu = hcd_to_oxu(hcd); local
3054 struct oxu_hcd *oxu = hcd_to_oxu(hcd); local
3112 oxu_port_speed(struct oxu_hcd *oxu, unsigned int portsc) argument
3130 struct oxu_hcd *oxu = hcd_to_oxu(hcd); local
3416 struct oxu_hcd *oxu = hcd_to_oxu(hcd); local
3489 struct oxu_hcd *oxu = hcd_to_oxu(hcd); local
3689 struct oxu_hcd *oxu; local
[all...]
H A Doxu210hp.h303 struct oxu_hcd *oxu; member in struct:ehci_qh
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin[all...]

Completed in 223 milliseconds