Home
last modified time | relevance | path

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

/linux/drivers/usb/c67x00/
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 Dc67x00-drv.c74 struct c67x00_device *c67x00 = __dev; in c67x00_irq() local
79 int_status = c67x00_ll_hpi_status(c67x00); in c67x00_irq()
84 c67x00_ll_irq(c67x00, int_status); in c67x00_irq()
86 sie = &c67x00->sie[i]; in c67x00_irq()
89 msg = c67x00_ll_fetch_siemsg(c67x00, i); in c67x00_irq()
93 int_status = c67x00_ll_hpi_status(c67x00); in c67x00_irq()
97 dev_warn(&c67x00->pdev->dev, "Not all interrupts handled! " in c67x00_irq()
107 struct c67x00_device *c67x00; in c67x00_drv_probe() local
124 c67x00 = kzalloc_obj(*c67x00); in c67x00_drv_probe()
125 if (!c67x00) in c67x00_drv_probe()
[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/
H A DMAINTAINERS28183 F: drivers/usb/c67x00/