Searched defs:resource_pool (Results 1 – 1 of 1) sorted by relevance
207 struct resource_pool { struct208 struct mem_input *mis[MAX_PIPES];209 struct hubp *hubps[MAX_PIPES];210 struct input_pixel_processor *ipps[MAX_PIPES];211 struct transform *transforms[MAX_PIPES];212 struct dpp *dpps[MAX_PIPES];213 struct output_pixel_processor *opps[MAX_PIPES];214 struct timing_generator *timing_generators[MAX_PIPES];215 struct stream_encoder *stream_enc[MAX_PIPES * 2];216 struct hubbub *hubbub;[all …]