Searched defs:c67x00 (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/usb/c67x00/ |
H A D | Makefile | |
H A D | c67x00-drv.c | 88 struct c67x00_device *c67x00 = __dev; c67x00_irq() local 121 struct c67x00_device *c67x00; c67x00_drv_probe() local 196 struct c67x00_device *c67x00 = platform_get_drvdata(pdev); c67x00_drv_remove() local
|
H A D | c67x00-hcd.c | 49 struct c67x00_hcd *c67x00 = sie->private_data; c67x00_hub_reset_host_port() local 63 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); c67x00_hub_status_data() local 83 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); c67x00_hub_control() local 252 struct c67x00_hcd *c67x00 = sie->private_data; c67x00_hcd_irq() local 299 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); c67x00_hcd_get_frame() local 345 struct c67x00_hcd *c67x00; c67x00_hcd_probe() local 407 struct c67x00_hcd *c67x00 = sie->private_data; c67x00_hcd_remove() local
|
H A D | c67x00-hcd.h | 106 static inline struct usb_hcd *c67x00_hcd_to_hcd(struct c67x00_hcd *c67x00) c67x00_hcd_to_hcd() argument
|
H A D | c67x00-sched.c | 150 static void dbg_td(struct c67x00_hcd *c67x00, struct c67x00_td *td, char *msg) dbg_td() argument 173 static inline u16 c67x00_get_current_frame_number(struct c67x00_hcd *c67x00) c67x00_get_current_frame_number() argument 212 static void c67x00_release_urb(struct c67x00_hcd *c67x00, struct urb *urb) c67x00_release_urb() argument 245 c67x00_ep_data_alloc(struct c67x00_hcd *c67x00, struct urb *urb) c67x00_ep_data_alloc() argument 321 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); c67x00_endpoint_disable() local 362 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); c67x00_urb_enqueue() local 457 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); c67x00_urb_dequeue() local 488 c67x00_giveback_urb(struct c67x00_hcd *c67x00, struct urb *urb, int status) c67x00_giveback_urb() argument 509 static int c67x00_claim_frame_bw(struct c67x00_hcd *c67x00, struct urb *urb, c67x00_claim_frame_bw() argument 577 static int c67x00_create_td(struct c67x00_hcd *c67x00, struct urb *urb, c67x00_create_td() argument 659 static int c67x00_add_data_urb(struct c67x00_hcd *c67x00, struct urb *urb) c67x00_add_data_urb() argument 705 static int c67x00_add_ctrl_urb(struct c67x00_hcd *c67x00, struct urb *urb) c67x00_add_ctrl_urb() argument 743 static int c67x00_add_int_urb(struct c67x00_hcd *c67x00, struct urb *urb) c67x00_add_int_urb() argument 755 static int c67x00_add_iso_urb(struct c67x00_hcd *c67x00, struct urb *urb) c67x00_add_iso_urb() argument 790 static void c67x00_fill_from_list(struct c67x00_hcd *c67x00, int type, c67x00_fill_from_list() argument 809 static void c67x00_fill_frame(struct c67x00_hcd *c67x00) c67x00_fill_frame() argument 843 c67x00_parse_td(struct c67x00_hcd *c67x00, struct c67x00_td *td) c67x00_parse_td() argument 853 static int c67x00_td_to_error(struct c67x00_hcd *c67x00, struct c67x00_td *td) c67x00_td_to_error() argument 902 static inline void c67x00_clear_pipe(struct c67x00_hcd *c67x00, c67x00_clear_pipe() argument 920 static void c67x00_handle_successful_td(struct c67x00_hcd *c67x00, c67x00_handle_successful_td() argument 966 static void c67x00_handle_isoc(struct c67x00_hcd *c67x00, struct c67x00_td *td) c67x00_handle_isoc() argument 993 static inline void c67x00_check_td_list(struct c67x00_hcd *c67x00) c67x00_check_td_list() argument 1056 static inline int c67x00_all_tds_processed(struct c67x00_hcd *c67x00) c67x00_all_tds_processed() argument 1067 static void c67x00_send_td(struct c67x00_hcd *c67x00, struct c67x00_td *td) c67x00_send_td() argument 1079 static void c67x00_send_frame(struct c67x00_hcd *c67x00) c67x00_send_frame() argument 1103 static void c67x00_do_work(struct c67x00_hcd *c67x00) c67x00_do_work() argument 1143 struct c67x00_hcd *c67x00 = (struct c67x00_hcd *)__c67x00; c67x00_sched_tasklet() local 1147 void c67x00_sched_kick(struct c67x00_hcd *c67x00) c67x00_sched_kick() argument 1152 int c67x00_sched_start_scheduler(struct c67x00_hcd *c67x00) c67x00_sched_start_scheduler() argument 1159 void c67x00_sched_stop_scheduler(struct c67x00_hcd *c67x00) c67x00_sched_stop_scheduler() argument
|
Completed in 114 milliseconds