Lines Matching +defs:input +defs:c
353 struct komeda_component_output input; member
465 #define to_layer(c) container_of(c, struct komeda_layer, base) argument
466 #define to_compiz(c) container_of(c, struct komeda_compiz, base) argument
467 #define to_scaler(c) container_of(c, struct komeda_scaler, base) argument
468 #define to_splitter(c) container_of(c, struct komeda_splitter, base) argument
469 #define to_merger(c) container_of(c, struct komeda_merger, base) argument
470 #define to_improc(c) container_of(c, struct komeda_improc, base) argument
471 #define to_ctrlr(c) container_of(c, struct komeda_timing_ctrlr, base) argument
473 #define to_layer_st(c) container_of(c, struct komeda_layer_state, base) argument
474 #define to_compiz_st(c) container_of(c, struct komeda_compiz_state, base) argument
475 #define to_scaler_st(c) container_of(c, struct komeda_scaler_state, base) argument
476 #define to_splitter_st(c) container_of(c, struct komeda_splitter_state, base) argument
477 #define to_merger_st(c) container_of(c, struct komeda_merger_state, base) argument
478 #define to_improc_st(c) container_of(c, struct komeda_improc_state, base) argument
479 #define to_ctrlr_st(c) container_of(c, struct komeda_timing_ctrlr_state, base) argument
516 komeda_component_pickup_output(struct komeda_component *c, u32 avail_comps) in komeda_component_pickup_output()