|
@@ -56,12 +56,6 @@ int rts51x_transfer_data_partial(struct rts51x_chip *chip, unsigned int pipe,
|
|
|
unsigned int len, int use_sg,
|
|
|
unsigned int *act_len, int timeout);
|
|
|
|
|
|
-/* whichPipe:
|
|
|
- * 0: bulk in pipe
|
|
|
- * 1: bulk out pipe
|
|
|
- * 2: intr in pipe */
|
|
|
-int rts51x_reset_pipe(struct rts51x_chip *chip, char pipe);
|
|
|
-
|
|
|
#ifndef POLLING_IN_THREAD
|
|
|
int rts51x_start_epc_transfer(struct rts51x_chip *chip);
|
|
|
void rts51x_cancel_epc_transfer(struct rts51x_chip *chip);
|