Searched refs:to_cpos (Results 1 – 2 of 2) sorted by relevance
80 pos = to_cpos(pipe->layers[id - KOMEDA_COMPONENT_LAYER0]); in komeda_pipeline_get_component_pos()83 pos = to_cpos(pipe->wb_layer); in komeda_pipeline_get_component_pos()92 pos = to_cpos(temp->compiz); in komeda_pipeline_get_component_pos()96 pos = to_cpos(pipe->scalers[id - KOMEDA_COMPONENT_SCALER0]); in komeda_pipeline_get_component_pos()99 pos = to_cpos(pipe->splitter); in komeda_pipeline_get_component_pos()102 pos = to_cpos(pipe->merger); in komeda_pipeline_get_component_pos()111 pos = to_cpos(temp->improc); in komeda_pipeline_get_component_pos()114 pos = to_cpos(pipe->ctrlr); in komeda_pipeline_get_component_pos()
224 #define to_cpos(__c) ((struct komeda_component **)&(__c)) macro