Searched refs:fx3_t (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/usb/usb-test/fx3/
H A Dfx3.c31 } fx3_t; typedef in typeref:struct:__anon514
33 static zx_status_t fx3_write(fx3_t* fx3, uint8_t* buf, size_t len, uint32_t addr) {
51 static zx_status_t fx3_program_entry(fx3_t* fx3, uint32_t ram_addr) {
55 static zx_status_t fx3_validate_image_header(fx3_t* fx3, zx_handle_t fw_vmo) {
70 static zx_status_t fx3_write_section(fx3_t* fx3, zx_handle_t fw_vmo, size_t offset,
97 static zx_status_t fx3_load_firmware(fx3_t* fx3, zx_handle_t fw_vmo) {
172 fx3_t* fx3 = ctx;
189 static void fx3_free(fx3_t* ctx) {
195 fx3_t* fx3 = ctx;
201 fx3_t* fx
[all...]

Completed in 23 milliseconds