Searched refs:usb_bulk_io (Results 1 – 1 of 1) sorted by relevance
/device/generic/car/emulator/usbpt/bluetooth/usb_modeswitch/ |
D | usb_modeswitch.c | 64 int usb_bulk_io(struct libusb_device_handle *handle, int ep, unsigned char *bytes, in usb_bulk_io() function 1650 int ret = usb_bulk_io(devh, endpoint, message, length, 3000); in write_bulk() 1664 int ret = usb_bulk_io(devh, endpoint, buffer, length, 3000); in read_bulk()
|