Home
last modified time | relevance | path

Searched defs:c67x00 (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/drivers/usb/c67x00/
Dc67x00-sched.c152 static void dbg_td(struct c67x00_hcd *c67x00, struct c67x00_td *td, char *msg) in dbg_td()
176 dbg_td(struct c67x00_hcd *c67x00, struct c67x00_td *td, char *msg) { } in dbg_td()
183 static inline u16 c67x00_get_current_frame_number(struct c67x00_hcd *c67x00) in c67x00_get_current_frame_number()
222 static void c67x00_release_urb(struct c67x00_hcd *c67x00, struct urb *urb) in c67x00_release_urb()
255 c67x00_ep_data_alloc(struct c67x00_hcd *c67x00, struct urb *urb) in c67x00_ep_data_alloc()
331 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_endpoint_disable() local
372 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_urb_enqueue() local
467 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_urb_dequeue() local
498 c67x00_giveback_urb(struct c67x00_hcd *c67x00, struct urb *urb, int status) in c67x00_giveback_urb()
519 static int c67x00_claim_frame_bw(struct c67x00_hcd *c67x00, struct urb *urb, in c67x00_claim_frame_bw()
[all …]
Dc67x00-hcd.c49 struct c67x00_hcd *c67x00 = sie->private_data; in c67x00_hub_reset_host_port() local
63 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_hub_status_data() local
83 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_hub_control() local
252 struct c67x00_hcd *c67x00 = sie->private_data; in c67x00_hcd_irq() local
299 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_hcd_get_frame() local
345 struct c67x00_hcd *c67x00; in c67x00_hcd_probe() local
405 struct c67x00_hcd *c67x00 = sie->private_data; in c67x00_hcd_remove() local
Dc67x00-drv.c88 struct c67x00_device *c67x00 = __dev; in c67x00_irq() local
121 struct c67x00_device *c67x00; in c67x00_drv_probe() local
196 struct c67x00_device *c67x00 = platform_get_drvdata(pdev); in c67x00_drv_remove() local
Dc67x00-hcd.h106 static inline struct usb_hcd *c67x00_hcd_to_hcd(struct c67x00_hcd *c67x00) in c67x00_hcd_to_hcd()