Symbol: c67x00_hcd
drivers/usb/c67x00/c67x00-hcd.c
238
struct c67x00_hcd *c67x00 = sie->private_data;
drivers/usb/c67x00/c67x00-hcd.c
285
struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd);
drivers/usb/c67x00/c67x00-hcd.c
297
.hcd_priv_size = sizeof(struct c67x00_hcd),
drivers/usb/c67x00/c67x00-hcd.c
331
struct c67x00_hcd *c67x00;
drivers/usb/c67x00/c67x00-hcd.c
35
struct c67x00_hcd *c67x00 = sie->private_data;
drivers/usb/c67x00/c67x00-hcd.c
393
struct c67x00_hcd *c67x00 = sie->private_data;
drivers/usb/c67x00/c67x00-hcd.c
49
struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd);
drivers/usb/c67x00/c67x00-hcd.c
69
struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd);
drivers/usb/c67x00/c67x00-hcd.h
112
void c67x00_sched_kick(struct c67x00_hcd *c67x00);
drivers/usb/c67x00/c67x00-hcd.h
113
int c67x00_sched_start_scheduler(struct c67x00_hcd *c67x00);
drivers/usb/c67x00/c67x00-hcd.h
114
void c67x00_sched_stop_scheduler(struct c67x00_hcd *c67x00);
drivers/usb/c67x00/c67x00-hcd.h
87
static inline struct c67x00_hcd *hcd_to_c67x00_hcd(struct usb_hcd *hcd)
drivers/usb/c67x00/c67x00-hcd.h
89
return (struct c67x00_hcd *)(hcd->hcd_priv);
drivers/usb/c67x00/c67x00-hcd.h
92
static inline struct usb_hcd *c67x00_hcd_to_hcd(struct c67x00_hcd *c67x00)
drivers/usb/c67x00/c67x00-sched.c
1041
static inline int c67x00_all_tds_processed(struct c67x00_hcd *c67x00)
drivers/usb/c67x00/c67x00-sched.c
1052
static void c67x00_send_td(struct c67x00_hcd *c67x00, struct c67x00_td *td)
drivers/usb/c67x00/c67x00-sched.c
1064
static void c67x00_send_frame(struct c67x00_hcd *c67x00)
drivers/usb/c67x00/c67x00-sched.c
1088
static void c67x00_do_work(struct c67x00_hcd *c67x00)
drivers/usb/c67x00/c67x00-sched.c
1128
struct c67x00_hcd *c67x00;
drivers/usb/c67x00/c67x00-sched.c
1130
c67x00 = container_of(work, struct c67x00_hcd, work);
drivers/usb/c67x00/c67x00-sched.c
1134
void c67x00_sched_kick(struct c67x00_hcd *c67x00)
drivers/usb/c67x00/c67x00-sched.c
1139
int c67x00_sched_start_scheduler(struct c67x00_hcd *c67x00)
drivers/usb/c67x00/c67x00-sched.c
1145
void c67x00_sched_stop_scheduler(struct c67x00_hcd *c67x00)
drivers/usb/c67x00/c67x00-sched.c
136
static void dbg_td(struct c67x00_hcd *c67x00, struct c67x00_td *td, char *msg)
drivers/usb/c67x00/c67x00-sched.c
159
static inline u16 c67x00_get_current_frame_number(struct c67x00_hcd *c67x00)
drivers/usb/c67x00/c67x00-sched.c
198
static void c67x00_release_urb(struct c67x00_hcd *c67x00, struct urb *urb)
drivers/usb/c67x00/c67x00-sched.c
231
c67x00_ep_data_alloc(struct c67x00_hcd *c67x00, struct urb *urb)
drivers/usb/c67x00/c67x00-sched.c
307
struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd);
drivers/usb/c67x00/c67x00-sched.c
348
struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd);
drivers/usb/c67x00/c67x00-sched.c
443
struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd);
drivers/usb/c67x00/c67x00-sched.c
474
c67x00_giveback_urb(struct c67x00_hcd *c67x00, struct urb *urb, int status)
drivers/usb/c67x00/c67x00-sched.c
495
static int c67x00_claim_frame_bw(struct c67x00_hcd *c67x00, struct urb *urb,
drivers/usb/c67x00/c67x00-sched.c
563
static int c67x00_create_td(struct c67x00_hcd *c67x00, struct urb *urb,
drivers/usb/c67x00/c67x00-sched.c
645
static int c67x00_add_data_urb(struct c67x00_hcd *c67x00, struct urb *urb)
drivers/usb/c67x00/c67x00-sched.c
691
static int c67x00_add_ctrl_urb(struct c67x00_hcd *c67x00, struct urb *urb)
drivers/usb/c67x00/c67x00-sched.c
730
static int c67x00_add_int_urb(struct c67x00_hcd *c67x00, struct urb *urb)
drivers/usb/c67x00/c67x00-sched.c
742
static int c67x00_add_iso_urb(struct c67x00_hcd *c67x00, struct urb *urb)
drivers/usb/c67x00/c67x00-sched.c
777
static void c67x00_fill_from_list(struct c67x00_hcd *c67x00, int type,
drivers/usb/c67x00/c67x00-sched.c
778
int (*add)(struct c67x00_hcd *, struct urb *))
drivers/usb/c67x00/c67x00-sched.c
796
static void c67x00_fill_frame(struct c67x00_hcd *c67x00)
drivers/usb/c67x00/c67x00-sched.c
830
c67x00_parse_td(struct c67x00_hcd *c67x00, struct c67x00_td *td)
drivers/usb/c67x00/c67x00-sched.c
840
static int c67x00_td_to_error(struct c67x00_hcd *c67x00, struct c67x00_td *td)
drivers/usb/c67x00/c67x00-sched.c
889
static inline void c67x00_clear_pipe(struct c67x00_hcd *c67x00,
drivers/usb/c67x00/c67x00-sched.c
907
static void c67x00_handle_successful_td(struct c67x00_hcd *c67x00,
drivers/usb/c67x00/c67x00-sched.c
953
static void c67x00_handle_isoc(struct c67x00_hcd *c67x00, struct c67x00_td *td)
drivers/usb/c67x00/c67x00-sched.c
978
static inline void c67x00_check_td_list(struct c67x00_hcd *c67x00)