Searched refs:komeda_component (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.c49 struct komeda_component *c;
68 static struct komeda_component **
73 struct komeda_component **pos = NULL;
125 struct komeda_component *
128 struct komeda_component **pos = NULL;
129 struct komeda_component *c = NULL;
138 struct komeda_component *
142 struct komeda_component *c = NULL;
153 static struct komeda_component *
154 komeda_component_pickup_input(struct komeda_component *
[all...]
H A Dkomeda_pipeline.h52 struct komeda_component;
61 int (*validate)(struct komeda_component *c,
64 void (*update)(struct komeda_component *c,
67 void (*disable)(struct komeda_component *c);
69 void (*dump_register)(struct komeda_component *c, struct seq_file *seq);
73 * struct komeda_component
75 * struct komeda_component describe the data flow capabilities for how to link a
79 struct komeda_component { struct
140 struct komeda_component *component;
159 struct komeda_component *componen
[all...]
H A Dkomeda_pipeline_state.c99 komeda_component_get_state(struct komeda_component *c,
114 komeda_component_get_old_state(struct komeda_component *c,
140 * The big boss (CRTC) is for pipeline assignment, since &komeda_component isn't
145 * So when set a user to komeda_component, need first to check the status of
151 komeda_component_get_state_and_set_user(struct komeda_component *c,
188 struct komeda_component *c = state->component;
211 struct komeda_component *c = state->component;
230 struct komeda_component *comp,
238 komeda_component_validate_private(struct komeda_component *c,
255 komeda_component_get_avail_scaler(struct komeda_component *
[all...]
H A Dkomeda_plane.c233 struct komeda_component *c)
244 struct komeda_component *c = &layer->base;
/linux-master/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_component.c185 static void d71_layer_update_fb(struct komeda_component *c,
209 static void d71_layer_disable(struct komeda_component *c)
214 static void d71_layer_update(struct komeda_component *c,
286 static void d71_layer_dump(struct komeda_component *c, struct seq_file *sf)
352 static int d71_layer_validate(struct komeda_component *c,
410 struct komeda_component *c;
465 static void d71_wb_layer_update(struct komeda_component *c,
484 static void d71_wb_layer_dump(struct komeda_component *c, struct seq_file *sf)
513 static void d71_wb_layer_disable(struct komeda_component *c)
528 struct komeda_component *
[all...]

Completed in 206 milliseconds