Lines Matching defs:test_config
99 struct test_config { struct100 char *name;101 bool into_buf;102 size_t buf_size;103 size_t file_offset;104 bool partial;105 bool sync_direct;106 bool send_uevent;107 u8 num_requests;108 u8 read_fw_idx;109 char *upload_name;136 static struct test_config *test_fw_config; argument