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