Home
last modified time | relevance | path

Searched refs:c67x00 (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/usb/c67x00/
H A Dc67x00-sched.c136 static void dbg_td(struct c67x00_hcd *c67x00, struct c67x00_td *td, char *msg) in dbg_td() argument
138 struct device *dev = c67x00_hcd_dev(c67x00); in dbg_td()
159 static inline u16 c67x00_get_current_frame_number(struct c67x00_hcd *c67x00) in c67x00_get_current_frame_number() argument
161 return c67x00_ll_husb_get_frame(c67x00->sie) & HOST_FRAME_MASK; in c67x00_get_current_frame_number()
198 static void c67x00_release_urb(struct c67x00_hcd *c67x00, struct urb *urb) in c67x00_release_urb() argument
205 c67x00->urb_count--; in c67x00_release_urb()
208 c67x00->urb_iso_count--; in c67x00_release_urb()
209 if (c67x00->urb_iso_count == 0) in c67x00_release_urb()
210 c67x00->max_frame_bw = MAX_FRAME_BW_STD; in c67x00_release_urb()
218 list_for_each_entry(td, &c67x00->td_list, td_list) in c67x00_release_urb()
[all …]
H A Dc67x00-hcd.c35 struct c67x00_hcd *c67x00 = sie->private_data; in c67x00_hub_reset_host_port() local
40 spin_lock_irqsave(&c67x00->lock, flags); in c67x00_hub_reset_host_port()
42 spin_unlock_irqrestore(&c67x00->lock, flags); in c67x00_hub_reset_host_port()
49 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_hub_status_data() local
50 struct c67x00_sie *sie = c67x00->sie; in c67x00_hub_status_data()
69 struct c67x00_hcd *c67x00 = hcd_to_c67x00_hcd(hcd); in c67x00_hub_control() local
70 struct c67x00_sie *sie = c67x00->sie; in c67x00_hub_control()
99 c67x00->low_speed_ports |= (1 << port); in c67x00_hub_control()
101 c67x00->low_speed_ports &= ~(1 << port); in c67x00_hub_control()
130 dev_dbg(c67x00_hcd_dev(c67x00), in c67x00_hub_control()
[all …]
H A DMakefile6 obj-$(CONFIG_USB_C67X00_HCD) += c67x00.o
8 c67x00-y := c67x00-drv.o c67x00-ll-hpi.o c67x00-hcd.o c67x00-sched.o
H A Dc67x00-hcd.h92 static inline struct usb_hcd *c67x00_hcd_to_hcd(struct c67x00_hcd *c67x00) in c67x00_hcd_to_hcd() argument
94 return container_of((void *)c67x00, struct usb_hcd, hcd_priv); in c67x00_hcd_to_hcd()
112 void c67x00_sched_kick(struct c67x00_hcd *c67x00);
113 int c67x00_sched_start_scheduler(struct c67x00_hcd *c67x00);
114 void c67x00_sched_stop_scheduler(struct c67x00_hcd *c67x00);
/linux/drivers/usb/host/
H A DKconfig18 module will be called c67x00.
/linux/
H A DMAINTAINERS24482 F: drivers/usb/c67x00/