Lines Matching refs:sti_layer
97 struct sti_layer layer;
123 static const uint32_t *sti_gdp_get_formats(struct sti_layer *layer) in sti_gdp_get_formats()
128 static unsigned int sti_gdp_get_nb_formats(struct sti_layer *layer) in sti_gdp_get_nb_formats()
185 static struct sti_gdp_node_list *sti_gdp_get_free_nodes(struct sti_layer *layer) in sti_gdp_get_free_nodes()
218 struct sti_gdp_node_list *sti_gdp_get_current_nodes(struct sti_layer *layer) in sti_gdp_get_current_nodes()
250 static int sti_gdp_prepare_layer(struct sti_layer *layer, bool first_prepare) in sti_gdp_prepare_layer()
368 static int sti_gdp_commit_layer(struct sti_layer *layer) in sti_gdp_commit_layer()
427 static int sti_gdp_disable_layer(struct sti_layer *layer) in sti_gdp_disable_layer()
482 static void sti_gdp_init(struct sti_layer *layer) in sti_gdp_init()
570 struct sti_layer *sti_gdp_create(struct device *dev, int id) in sti_gdp_create()
583 return (struct sti_layer *)gdp; in sti_gdp_create()