Home
last modified time | relevance | path

Searched refs:to_cpos (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/arm/display/komeda/
Dkomeda_pipeline.c78 pos = to_cpos(pipe->layers[id - KOMEDA_COMPONENT_LAYER0]); in komeda_pipeline_get_component_pos()
81 pos = to_cpos(pipe->wb_layer); in komeda_pipeline_get_component_pos()
90 pos = to_cpos(temp->compiz); in komeda_pipeline_get_component_pos()
94 pos = to_cpos(pipe->scalers[id - KOMEDA_COMPONENT_SCALER0]); in komeda_pipeline_get_component_pos()
97 pos = to_cpos(pipe->splitter); in komeda_pipeline_get_component_pos()
100 pos = to_cpos(pipe->merger); in komeda_pipeline_get_component_pos()
109 pos = to_cpos(temp->improc); in komeda_pipeline_get_component_pos()
112 pos = to_cpos(pipe->ctrlr); in komeda_pipeline_get_component_pos()
Dkomeda_pipeline.h224 #define to_cpos(__c) ((struct komeda_component **)&(__c)) macro