HomeSort by relevance Sort by last modified time
    Searched full:ezusb_load_ram (Results 1 - 3 of 3) sorted by null

  /external/libusb/examples/
fxload.c 288 status = ezusb_load_ram(device, path[FIRMWARE], fx_type, img_type[FIRMWARE], 0);
293 status = ezusb_load_ram(device, path[LOADER], fx_type, img_type[LOADER], 0);
298 status = ezusb_load_ram(device, path[FIRMWARE], fx_type, img_type[FIRMWARE], 1);
ezusb.h 96 extern int ezusb_load_ram(libusb_device_handle *device,
ezusb.c 718 int ezusb_load_ram(libusb_device_handle *device, const char *path, int fx_type, int img_type, int stage) function

Completed in 76 milliseconds