Searched defs:FIRMWARE (Results 1 - 1 of 1) sorted by relevance

/external/libusb/examples/
H A Dfxload.c80 #define FIRMWARE 0 macro
121 path[FIRMWARE] = optarg;
152 if (path[FIRMWARE] == NULL) {
288 status = ezusb_load_ram(device, path[FIRMWARE], fx_type, img_type[FIRMWARE], 0);
298 status = ezusb_load_ram(device, path[FIRMWARE], fx_type, img_type[FIRMWARE], 1);

Completed in 164 milliseconds