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

/fuchsia/zircon/system/dev/usb/usb-test/fx3/
H A Dfx3.c33 static zx_status_t fx3_write(fx3_t* fx3, uint8_t* buf, size_t len, uint32_t addr) { argument
51 static zx_status_t fx3_program_entry(fx3_t* fx3, uint32_t ram_addr) { argument
55 static zx_status_t fx3_validate_image_header(fx3_t* fx3, zx_handle_t fw_vmo) { argument
70 static zx_status_t fx3_write_section(fx3_t* fx3, zx_handle_t fw_vmo, size_t offset, argument
97 static zx_status_t fx3_load_firmware(fx3_t* fx3, zx_handle_t fw_vmo) { argument
172 fx3_t* fx3 = ctx; local
195 fx3_t* fx3 = ctx; local
201 fx3_t* fx3 = ctx; local
215 fx3_t* fx3 = calloc(1, sizeof(fx3_t)); local
[all...]

Completed in 20 milliseconds