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

/linux-master/drivers/staging/greybus/
H A Dfw-management.c43 u8 intf_fw_status; member in struct:fw_mgmt
224 fw_mgmt->intf_fw_status = request->status;
228 if (fw_mgmt->intf_fw_status == GB_FW_LOAD_STATUS_FAILED)
231 fw_mgmt->intf_fw_status);
232 else if (fw_mgmt->intf_fw_status == GB_FW_LOAD_STATUS_VALIDATION_FAILED)
235 fw_mgmt->intf_fw_status);
463 intf_load.status = fw_mgmt->intf_fw_status;

Completed in 108 milliseconds