Home
last modified time | relevance | path

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

/linux/drivers/usb/c67x00/
A Dc67x00-sched.c205 c67x00->urb_count--; in c67x00_release_urb()
208 c67x00->urb_iso_count--; in c67x00_release_urb()
237 c67x00->current_frame = c67x00_get_current_frame_number(c67x00); in c67x00_ep_data_alloc()
611 c67x00->next_td_addr = c67x00->next_td_addr + CY_TD_SIZE; in c67x00_create_td()
791 add(c67x00, urb); in c67x00_fill_from_list()
814 c67x00->next_td_addr = c67x00->td_base_addr; in c67x00_fill_frame()
815 c67x00->next_buf_addr = c67x00->buf_base_addr; in c67x00_fill_frame()
1080 c67x00_ll_husb_set_current_td(c67x00->sie, c67x00->td_base_addr); in c67x00_send_frame()
1104 c67x00->current_frame = c67x00_get_current_frame_number(c67x00); in c67x00_do_work()
1105 if (c67x00->current_frame == c67x00->last_frame) in c67x00_do_work()
[all …]
A Dc67x00-hcd.c130 dev_dbg(c67x00_hcd_dev(c67x00), in c67x00_hub_control()
146 dev_dbg(c67x00_hcd_dev(c67x00), in c67x00_hub_control()
166 dev_dbg(c67x00_hcd_dev(c67x00), in c67x00_hub_control()
172 dev_dbg(c67x00_hcd_dev(c67x00), in c67x00_hub_control()
244 c67x00_sched_kick(c67x00); in c67x00_hcd_irq()
259 c67x00_sched_kick(c67x00); in c67x00_hcd_irq()
331 struct c67x00_hcd *c67x00; in c67x00_hcd_probe() local
346 spin_lock_init(&c67x00->lock); in c67x00_hcd_probe()
347 c67x00->sie = sie; in c67x00_hcd_probe()
353 c67x00->urb_count = 0; in c67x00_hcd_probe()
[all …]
A Dc67x00-drv.c86 sie = &c67x00->sie[i]; in c67x00_irq()
124 c67x00 = kzalloc(sizeof(*c67x00), GFP_KERNEL); in c67x00_drv_probe()
125 if (!c67x00) in c67x00_drv_probe()
135 if (!c67x00->hpi.base) { in c67x00_drv_probe()
144 c67x00->pdev = pdev; in c67x00_drv_probe()
146 c67x00_ll_init(c67x00); in c67x00_drv_probe()
162 c67x00_probe_sie(&c67x00->sie[i], c67x00, i); in c67x00_drv_probe()
171 iounmap(c67x00->hpi.base); in c67x00_drv_probe()
175 kfree(c67x00); in c67x00_drv_probe()
189 c67x00_ll_release(c67x00); in c67x00_drv_remove()
[all …]
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
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()
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/drivers/usb/
A DMakefile38 obj-$(CONFIG_USB_C67X00_HCD) += c67x00/
/linux/drivers/usb/host/
A DKconfig18 module will be called c67x00.
/linux/
A DMAINTAINERS19607 F: drivers/usb/c67x00/

Completed in 31 milliseconds