diff options
Diffstat (limited to 'drivers/usb/c67x00/c67x00.h')
-rw-r--r-- | drivers/usb/c67x00/c67x00.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/c67x00/c67x00.h b/drivers/usb/c67x00/c67x00.h index 1f1a2eef9a22..a26e9ded0f32 100644 --- a/drivers/usb/c67x00/c67x00.h +++ b/drivers/usb/c67x00/c67x00.h | |||
@@ -274,6 +274,15 @@ void c67x00_ll_write_mem_le16(struct c67x00_device *dev, u16 addr, | |||
274 | void c67x00_ll_read_mem_le16(struct c67x00_device *dev, u16 addr, | 274 | void c67x00_ll_read_mem_le16(struct c67x00_device *dev, u16 addr, |
275 | void *data, int len); | 275 | void *data, int len); |
276 | 276 | ||
277 | /* Host specific functions */ | ||
278 | void c67x00_ll_set_husb_eot(struct c67x00_device *dev, u16 value); | ||
279 | void c67x00_ll_husb_reset(struct c67x00_sie *sie, int port); | ||
280 | void c67x00_ll_husb_set_current_td(struct c67x00_sie *sie, u16 addr); | ||
281 | u16 c67x00_ll_husb_get_current_td(struct c67x00_sie *sie); | ||
282 | u16 c67x00_ll_husb_get_frame(struct c67x00_sie *sie); | ||
283 | void c67x00_ll_husb_init_host_port(struct c67x00_sie *sie); | ||
284 | void c67x00_ll_husb_reset_port(struct c67x00_sie *sie, int port); | ||
285 | |||
277 | /* Called by c67x00_irq to handle lcp interrupts */ | 286 | /* Called by c67x00_irq to handle lcp interrupts */ |
278 | void c67x00_ll_irq(struct c67x00_device *dev, u16 int_status); | 287 | void c67x00_ll_irq(struct c67x00_device *dev, u16 int_status); |
279 | 288 | ||