Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/c67x00/
H A Dc67x00-sched.c231 c67x00_ep_data_alloc(struct c67x00_hcd *c67x00, struct urb *urb) in c67x00_ep_data_alloc()
307 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_endpoint_disable() local
348 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_urb_enqueue() local
443 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_urb_dequeue() local
796 static void c67x00_fill_frame(struct c67x00_hcd *c67x00) in c67x00_fill_frame()
1064 static void c67x00_send_frame(struct c67x00_hcd *c67x00) in c67x00_send_frame()
1088 static void c67x00_do_work(struct c67x00_hcd *c67x00) in c67x00_do_work()
1128 struct c67x00_hcd *c67x00; in c67x00_sched_work() local
1134 void c67x00_sched_kick(struct c67x00_hcd *c67x00) in c67x00_sched_kick()
1139 int c67x00_sched_start_scheduler(struct c67x00_hcd *c67x00) in c67x00_sched_start_scheduler()
[all …]
H A Dc67x00-hcd.c35 struct c67x00_hcd *c67x00 = sie->private_data; in c67x00_hub_reset_host_port() local
49 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_hub_status_data() local
69 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_hub_control() local
238 struct c67x00_hcd *c67x00 = sie->private_data; in c67x00_hcd_irq() local
285 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_hcd_get_frame() local
331 struct c67x00_hcd *c67x00; in c67x00_hcd_probe() local
393 struct c67x00_hcd *c67x00 = sie->private_data; in c67x00_hcd_remove() local
H A Dc67x00-drv.c74 struct c67x00_device *c67x00 = __dev; in c67x00_irq() local
107 struct c67x00_device *c67x00; in c67x00_drv_probe() local
182 struct c67x00_device *c67x00 = platform_get_drvdata(pdev); in c67x00_drv_remove() local
H A Dc67x00-hcd.h92 static inline struct usb_hcd *c67x00_hcd_to_hcd(struct c67x00_hcd *c67x00) in c67x00_hcd_to_hcd()