Home
last modified time | relevance | path

Searched refs:c67x00_hcd (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/usb/c67x00/
A Dc67x00-hcd.h55 struct c67x00_hcd { struct
87 static inline struct c67x00_hcd *hcd_to_c67x00_hcd(struct usb_hcd *hcd) in hcd_to_c67x00_hcd() argument
89 return (struct c67x00_hcd *)(hcd->hcd_priv); in hcd_to_c67x00_hcd()
92 static inline struct usb_hcd *c67x00_hcd_to_hcd(struct c67x00_hcd *c67x00) in c67x00_hcd_to_hcd()
113 void c67x00_sched_kick(struct c67x00_hcd *c67x00);
114 int c67x00_sched_start_scheduler(struct c67x00_hcd *c67x00);
115 void c67x00_sched_stop_scheduler(struct c67x00_hcd *c67x00);
A Dc67x00-sched.c307 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_endpoint_disable()
348 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_urb_enqueue()
443 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_urb_dequeue()
778 int (*add)(struct c67x00_hcd *, struct urb *)) in c67x00_fill_from_list() argument
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()
1130 c67x00 = container_of(work, struct c67x00_hcd, work); in c67x00_sched_work()
1134 void c67x00_sched_kick(struct c67x00_hcd *c67x00) in c67x00_sched_kick()
[all …]
A Dc67x00-hcd.c35 struct c67x00_hcd *c67x00 = sie->private_data; in c67x00_hub_reset_host_port()
49 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_hub_status_data()
69 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_hub_control()
238 struct c67x00_hcd *c67x00 = sie->private_data; in c67x00_hcd_irq()
285 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_hcd_get_frame()
297 .hcd_priv_size = sizeof(struct c67x00_hcd),
331 struct c67x00_hcd *c67x00; in c67x00_hcd_probe()
393 struct c67x00_hcd *c67x00 = sie->private_data; in c67x00_hcd_remove()

Completed in 26 milliseconds