c67x00_hcd         35 drivers/usb/c67x00/c67x00-hcd.c 	struct c67x00_hcd *c67x00 = sie->private_data;
c67x00_hcd         49 drivers/usb/c67x00/c67x00-hcd.c 	struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd);
c67x00_hcd         69 drivers/usb/c67x00/c67x00-hcd.c 	struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd);
c67x00_hcd        238 drivers/usb/c67x00/c67x00-hcd.c 	struct c67x00_hcd *c67x00 = sie->private_data;
c67x00_hcd        285 drivers/usb/c67x00/c67x00-hcd.c 	struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd);
c67x00_hcd        297 drivers/usb/c67x00/c67x00-hcd.c 	.hcd_priv_size	= sizeof(struct c67x00_hcd),
c67x00_hcd        331 drivers/usb/c67x00/c67x00-hcd.c 	struct c67x00_hcd *c67x00;
c67x00_hcd        393 drivers/usb/c67x00/c67x00-hcd.c 	struct c67x00_hcd *c67x00 = sie->private_data;
c67x00_hcd         87 drivers/usb/c67x00/c67x00-hcd.h static inline struct c67x00_hcd *hcd_to_c67x00_hcd(struct usb_hcd *hcd)
c67x00_hcd         89 drivers/usb/c67x00/c67x00-hcd.h 	return (struct c67x00_hcd *)(hcd->hcd_priv);
c67x00_hcd         92 drivers/usb/c67x00/c67x00-hcd.h static inline struct usb_hcd *c67x00_hcd_to_hcd(struct c67x00_hcd *c67x00)
c67x00_hcd        113 drivers/usb/c67x00/c67x00-hcd.h void c67x00_sched_kick(struct c67x00_hcd *c67x00);
c67x00_hcd        114 drivers/usb/c67x00/c67x00-hcd.h int c67x00_sched_start_scheduler(struct c67x00_hcd *c67x00);
c67x00_hcd        115 drivers/usb/c67x00/c67x00-hcd.h void c67x00_sched_stop_scheduler(struct c67x00_hcd *c67x00);
c67x00_hcd        136 drivers/usb/c67x00/c67x00-sched.c static void dbg_td(struct c67x00_hcd *c67x00, struct c67x00_td *td, char *msg)
c67x00_hcd        159 drivers/usb/c67x00/c67x00-sched.c static inline u16 c67x00_get_current_frame_number(struct c67x00_hcd *c67x00)
c67x00_hcd        198 drivers/usb/c67x00/c67x00-sched.c static void c67x00_release_urb(struct c67x00_hcd *c67x00, struct urb *urb)
c67x00_hcd        231 drivers/usb/c67x00/c67x00-sched.c c67x00_ep_data_alloc(struct c67x00_hcd *c67x00, struct urb *urb)
c67x00_hcd        307 drivers/usb/c67x00/c67x00-sched.c 	struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd);
c67x00_hcd        348 drivers/usb/c67x00/c67x00-sched.c 	struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd);
c67x00_hcd        443 drivers/usb/c67x00/c67x00-sched.c 	struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd);
c67x00_hcd        474 drivers/usb/c67x00/c67x00-sched.c c67x00_giveback_urb(struct c67x00_hcd *c67x00, struct urb *urb, int status)
c67x00_hcd        495 drivers/usb/c67x00/c67x00-sched.c static int c67x00_claim_frame_bw(struct c67x00_hcd *c67x00, struct urb *urb,
c67x00_hcd        563 drivers/usb/c67x00/c67x00-sched.c static int c67x00_create_td(struct c67x00_hcd *c67x00, struct urb *urb,
c67x00_hcd        645 drivers/usb/c67x00/c67x00-sched.c static int c67x00_add_data_urb(struct c67x00_hcd *c67x00, struct urb *urb)
c67x00_hcd        691 drivers/usb/c67x00/c67x00-sched.c static int c67x00_add_ctrl_urb(struct c67x00_hcd *c67x00, struct urb *urb)
c67x00_hcd        729 drivers/usb/c67x00/c67x00-sched.c static int c67x00_add_int_urb(struct c67x00_hcd *c67x00, struct urb *urb)
c67x00_hcd        741 drivers/usb/c67x00/c67x00-sched.c static int c67x00_add_iso_urb(struct c67x00_hcd *c67x00, struct urb *urb)
c67x00_hcd        776 drivers/usb/c67x00/c67x00-sched.c static void c67x00_fill_from_list(struct c67x00_hcd *c67x00, int type,
c67x00_hcd        777 drivers/usb/c67x00/c67x00-sched.c 				  int (*add)(struct c67x00_hcd *, struct urb *))
c67x00_hcd        795 drivers/usb/c67x00/c67x00-sched.c static void c67x00_fill_frame(struct c67x00_hcd *c67x00)
c67x00_hcd        829 drivers/usb/c67x00/c67x00-sched.c c67x00_parse_td(struct c67x00_hcd *c67x00, struct c67x00_td *td)
c67x00_hcd        839 drivers/usb/c67x00/c67x00-sched.c static int c67x00_td_to_error(struct c67x00_hcd *c67x00, struct c67x00_td *td)
c67x00_hcd        888 drivers/usb/c67x00/c67x00-sched.c static inline void c67x00_clear_pipe(struct c67x00_hcd *c67x00,
c67x00_hcd        906 drivers/usb/c67x00/c67x00-sched.c static void c67x00_handle_successful_td(struct c67x00_hcd *c67x00,
c67x00_hcd        952 drivers/usb/c67x00/c67x00-sched.c static void c67x00_handle_isoc(struct c67x00_hcd *c67x00, struct c67x00_td *td)
c67x00_hcd        977 drivers/usb/c67x00/c67x00-sched.c static inline void c67x00_check_td_list(struct c67x00_hcd *c67x00)
c67x00_hcd       1040 drivers/usb/c67x00/c67x00-sched.c static inline int c67x00_all_tds_processed(struct c67x00_hcd *c67x00)
c67x00_hcd       1051 drivers/usb/c67x00/c67x00-sched.c static void c67x00_send_td(struct c67x00_hcd *c67x00, struct c67x00_td *td)
c67x00_hcd       1063 drivers/usb/c67x00/c67x00-sched.c static void c67x00_send_frame(struct c67x00_hcd *c67x00)
c67x00_hcd       1087 drivers/usb/c67x00/c67x00-sched.c static void c67x00_do_work(struct c67x00_hcd *c67x00)
c67x00_hcd       1127 drivers/usb/c67x00/c67x00-sched.c 	struct c67x00_hcd *c67x00 = (struct c67x00_hcd *)__c67x00;
c67x00_hcd       1131 drivers/usb/c67x00/c67x00-sched.c void c67x00_sched_kick(struct c67x00_hcd *c67x00)
c67x00_hcd       1136 drivers/usb/c67x00/c67x00-sched.c int c67x00_sched_start_scheduler(struct c67x00_hcd *c67x00)
c67x00_hcd       1143 drivers/usb/c67x00/c67x00-sched.c void c67x00_sched_stop_scheduler(struct c67x00_hcd *c67x00)