OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ezusb_load_ram
(Results
1 - 3
of
3
) sorted by null
/external/libusb/examples/
ezusb.h
96
extern int
ezusb_load_ram
(libusb_device_handle *device,
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.c
718
int
ezusb_load_ram
(libusb_device_handle *device, const char *path, int fx_type, int img_type, int stage)
function
Completed in 1602 milliseconds