Lines Matching refs:sti_layer
14 #define to_sti_layer(x) container_of(x, struct sti_layer, plane)
19 struct sti_layer;
59 const uint32_t* (*get_formats)(struct sti_layer *layer);
60 unsigned int (*get_nb_formats)(struct sti_layer *layer);
61 void (*init)(struct sti_layer *layer);
62 int (*prepare)(struct sti_layer *layer, bool first_prepare);
63 int (*commit)(struct sti_layer *layer);
64 int (*disable)(struct sti_layer *layer);
91 struct sti_layer { struct
114 struct sti_layer *sti_layer_create(struct device *dev, int desc, argument
116 int sti_layer_prepare(struct sti_layer *layer,
125 int sti_layer_commit(struct sti_layer *layer);
126 int sti_layer_disable(struct sti_layer *layer);
127 const uint32_t *sti_layer_get_formats(struct sti_layer *layer);
128 unsigned int sti_layer_get_nb_formats(struct sti_layer *layer);
129 const char *sti_layer_to_str(struct sti_layer *layer);