Searched refs:ezusb_load_ram (Results 1 – 3 of 3) sorted by relevance
/external/libusb/examples/ |
D | fxload.c | 288 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()
|
D | ezusb.h | 96 extern int ezusb_load_ram(libusb_device_handle *device,
|
D | ezusb.c | 718 int ezusb_load_ram(libusb_device_handle *device, const char *path, int fx_type, int img_type, int s… in ezusb_load_ram() function
|