Searched refs:c67x00_hcd (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/usb/c67x00/ |
D | c67x00-hcd.h | 69 struct c67x00_hcd { struct 101 static inline struct c67x00_hcd *hcd_to_c67x00_hcd(struct usb_hcd *hcd) in hcd_to_c67x00_hcd() argument 103 return (struct c67x00_hcd *)(hcd->hcd_priv); in hcd_to_c67x00_hcd() 106 static inline struct usb_hcd *c67x00_hcd_to_hcd(struct c67x00_hcd *c67x00) in c67x00_hcd_to_hcd() 127 void c67x00_sched_kick(struct c67x00_hcd *c67x00); 128 int c67x00_sched_start_scheduler(struct c67x00_hcd *c67x00); 129 void c67x00_sched_stop_scheduler(struct c67x00_hcd *c67x00);
|
D | c67x00-sched.c | 150 static void dbg_td(struct c67x00_hcd *c67x00, struct c67x00_td *td, char *msg) in dbg_td() 173 static inline u16 c67x00_get_current_frame_number(struct c67x00_hcd *c67x00) in c67x00_get_current_frame_number() 212 static void c67x00_release_urb(struct c67x00_hcd *c67x00, struct urb *urb) in c67x00_release_urb() 245 c67x00_ep_data_alloc(struct c67x00_hcd *c67x00, struct urb *urb) in c67x00_ep_data_alloc() 321 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_endpoint_disable() 362 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_urb_enqueue() 457 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_urb_dequeue() 488 c67x00_giveback_urb(struct c67x00_hcd *c67x00, struct urb *urb, int status) in c67x00_giveback_urb() 509 static int c67x00_claim_frame_bw(struct c67x00_hcd *c67x00, struct urb *urb, in c67x00_claim_frame_bw() 577 static int c67x00_create_td(struct c67x00_hcd *c67x00, struct urb *urb, in c67x00_create_td() [all …]
|
D | c67x00-hcd.c | 49 struct c67x00_hcd *c67x00 = sie->private_data; in c67x00_hub_reset_host_port() 63 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_hub_status_data() 83 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_hub_control() 252 struct c67x00_hcd *c67x00 = sie->private_data; in c67x00_hcd_irq() 299 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_hcd_get_frame() 311 .hcd_priv_size = sizeof(struct c67x00_hcd), 345 struct c67x00_hcd *c67x00; in c67x00_hcd_probe() 407 struct c67x00_hcd *c67x00 = sie->private_data; in c67x00_hcd_remove()
|