Changeset 3afb758 in mainline for uspace/drv/bus/usb/uhci/batch.h


Ignore:
Timestamp:
2011-08-24T15:23:46Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1a02517
Parents:
5fe0a69
Message:

UHCI: Remove old code

Add support for hcd_t destruction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/batch.h

    r5fe0a69 r3afb758  
    3939#include "hw_struct/queue_head.h"
    4040
    41 usb_transfer_batch_t * batch_get(
    42     ddf_fun_t *fun, endpoint_t *ep, char *buffer, size_t size,
    43     const char *setup_buffer, size_t setup_size,
    44     usbhc_iface_transfer_in_callback_t func_in,
    45     usbhc_iface_transfer_out_callback_t func_out,
    46     void *arg);
    47 
    4841void * uhci_transfer_batch_create(usb_transfer_batch_t *batch);
    4942void uhci_transfer_batch_dispose(void *uhci_batch);
    5043
    51 void batch_dispose(usb_transfer_batch_t *instance);
    52 
    5344bool batch_is_complete(usb_transfer_batch_t *instance);
    54 
    55 void batch_control_write(usb_transfer_batch_t *instance);
    56 void batch_control_read(usb_transfer_batch_t *instance);
    57 
    58 void batch_interrupt_in(usb_transfer_batch_t *instance);
    59 void batch_interrupt_out(usb_transfer_batch_t *instance);
    60 
    61 void batch_bulk_in(usb_transfer_batch_t *instance);
    62 void batch_bulk_out(usb_transfer_batch_t *instance);
    6345
    6446qh_t * batch_qh(usb_transfer_batch_t *instance);
Note: See TracChangeset for help on using the changeset viewer.