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

/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.c80 pos = to_cpos(pipe->layers[id - KOMEDA_COMPONENT_LAYER0]);
83 pos = to_cpos(pipe->wb_layer);
92 pos = to_cpos(temp->compiz);
96 pos = to_cpos(pipe->scalers[id - KOMEDA_COMPONENT_SCALER0]);
99 pos = to_cpos(pipe->splitter);
102 pos = to_cpos(pipe->merger);
111 pos = to_cpos(temp->improc);
114 pos = to_cpos(pipe->ctrlr);
H A Dkomeda_pipeline.h224 #define to_cpos(__c) ((struct komeda_component **)&(__c)) macro

Completed in 219 milliseconds