Lines Matching refs:sp_bo
23 static void draw_rect_yuv(struct sp_bo *bo, uint32_t x, uint32_t y, uint32_t width,
50 void fill_bo(struct sp_bo *bo, uint8_t a, uint8_t r, uint8_t g, uint8_t b)
58 void draw_rect(struct sp_bo *bo, uint32_t x, uint32_t y, uint32_t width,
91 static int add_fb_sp_bo(struct sp_bo *bo, uint32_t format)
115 static int map_sp_bo(struct sp_bo *bo)
126 printf("failed to map sp_bo ret=%d\n", ret);
152 struct sp_bo *create_sp_bo(struct sp_dev *dev, uint32_t width, uint32_t height,
157 struct sp_bo *bo;
174 printf("failed to create sp_bo %d\n", ret);
209 void free_sp_bo(struct sp_bo *bo)