Searched refs:c67x00 (Results 1 – 5 of 5) sorted by relevance
35 struct c67x00_hcd *c67x00 = sie->private_data; in c67x00_hub_reset_host_port() local40 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() local50 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() local70 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 …]
74 struct c67x00_device *c67x00 = __dev; in c67x00_irq() local79 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() local124 c67x00 = kzalloc_obj(*c67x00); in c67x00_drv_probe()125 if (!c67x00) in c67x00_drv_probe()[all …]
6 obj-$(CONFIG_USB_C67X00_HCD) += c67x00.o8 c67x00-y := c67x00-drv.o c67x00-ll-hpi.o c67x00-hcd.o c67x00-sched.o
92 static inline struct usb_hcd *c67x00_hcd_to_hcd(struct c67x00_hcd *c67x00) in c67x00_hcd_to_hcd() argument94 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);
28183 F: drivers/usb/c67x00/