Home
last modified time | relevance | path

Searched refs:sp_dev (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/drmDsp/
H A Dmodeset.h4 struct sp_dev;
7 int initialize_screens(struct sp_dev* dev);
10 struct sp_plane* get_sp_plane(struct sp_dev* dev, struct sp_crtc* crtc);
13 int set_sp_plane(struct sp_dev* dev, struct sp_plane* plane,
17 int set_sp_plane_pset(struct sp_dev* dev, struct sp_plane* plane,
H A Ddev.h8 struct sp_dev;
11 struct sp_dev* dev;
38 struct sp_dev { struct
55 struct sp_dev* create_sp_dev(void); argument
56 void destroy_sp_dev(struct sp_dev* dev);
H A Dbo.h7 struct sp_dev;
10 struct sp_dev* dev;
28 struct sp_bo* create_sp_bo(struct sp_dev* dev, uint32_t width, uint32_t height,
H A Ddev.c18 static uint32_t get_prop_id(struct sp_dev* dev,
60 struct sp_dev* create_sp_dev(void) { in create_sp_dev()
61 struct sp_dev* dev; in create_sp_dev()
72 dev = (struct sp_dev*)calloc(1, sizeof(*dev)); in create_sp_dev()
252 void destroy_sp_dev(struct sp_dev* dev) { in destroy_sp_dev()
H A Dmodeset.c13 int initialize_screens(struct sp_dev* dev) { in initialize_screens()
129 struct sp_plane* get_sp_plane(struct sp_dev* dev, struct sp_crtc* crtc) { in get_sp_plane()
167 int set_sp_plane(struct sp_dev* dev, struct sp_plane* plane, in set_sp_plane()
191 int set_sp_plane_pset(struct sp_dev* dev, struct sp_plane* plane, in set_sp_plane_pset()
H A Dbo.c106 struct sp_bo* create_sp_bo(struct sp_dev* dev, uint32_t width, uint32_t height, in create_sp_bo()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A DdrmDsp.c26 struct sp_dev* dev;