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