Searched refs:c67x00 (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/usb/c67x00/ |
D | c67x00-sched.c | 136 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 …]
|
D | c67x00-hcd.c | 35 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 …]
|
D | c67x00-drv.c | 74 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(sizeof(*c67x00), GFP_KERNEL); in c67x00_drv_probe() 125 if (!c67x00) in c67x00_drv_probe() [all …]
|
D | Makefile | 6 obj-$(CONFIG_USB_C67X00_HCD) += c67x00.o 8 c67x00-y := c67x00-drv.o c67x00-ll-hpi.o c67x00-hcd.o c67x00-sched.o
|
D | c67x00-hcd.h | 92 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() 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);
|
/linux-6.1.9/drivers/usb/ |
D | Makefile | 38 obj-$(CONFIG_USB_C67X00_HCD) += c67x00/
|
/linux-6.1.9/drivers/usb/host/ |
D | Kconfig | 18 module will be called c67x00.
|
/linux-6.1.9/ |
D | MAINTAINERS | 21205 F: drivers/usb/c67x00/
|