Home
last modified time | relevance | path

Searched refs:ezusb_load_ram (Results 1 – 3 of 3) sorted by relevance

/external/libusb/examples/
Dfxload.c288 status = ezusb_load_ram(device, path[FIRMWARE], fx_type, img_type[FIRMWARE], 0); in main()
293 status = ezusb_load_ram(device, path[LOADER], fx_type, img_type[LOADER], 0); in main()
298 status = ezusb_load_ram(device, path[FIRMWARE], fx_type, img_type[FIRMWARE], 1); in main()
Dezusb.h96 extern int ezusb_load_ram(libusb_device_handle *device,
Dezusb.c718 int ezusb_load_ram(libusb_device_handle *device, const char *path, int fx_type, int img_type, int s… in ezusb_load_ram() function