Home
last modified time | relevance | path

Searched refs:mesh_head (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v3x.c4492 struct isp2x_mesh_head *mesh_head; in rkisp_init_mesh_buf() local
4538 mesh_head = (struct isp2x_mesh_head *)buf->vaddr; in rkisp_init_mesh_buf()
4539 mesh_head->stat = MESH_BUF_INIT; in rkisp_init_mesh_buf()
4540 mesh_head->data_oft = ALIGN(sizeof(struct isp2x_mesh_head), 16); in rkisp_init_mesh_buf()
4666 struct isp2x_mesh_head *mesh_head; in module_data_abandon() local
4676 mesh_head = (struct isp2x_mesh_head *)priv_val->buf_ldch[id][i].vaddr; in module_data_abandon()
4677 mesh_head->stat = MESH_BUF_CHIPINUSE; in module_data_abandon()
4689 mesh_head = (struct isp2x_mesh_head *)priv_val->buf_cac[id][i].vaddr; in module_data_abandon()
4690 mesh_head->stat = MESH_BUF_CHIPINUSE; in module_data_abandon()
H A Disp_params_v32.c4916 struct isp2x_mesh_head *mesh_head; in rkisp_init_mesh_buf() local
4973 mesh_head = (struct isp2x_mesh_head *)buf->vaddr; in rkisp_init_mesh_buf()
4974 mesh_head->stat = MESH_BUF_INIT; in rkisp_init_mesh_buf()
4975 mesh_head->data_oft = ALIGN(sizeof(struct isp2x_mesh_head), 16); in rkisp_init_mesh_buf()
5210 struct isp2x_mesh_head *mesh_head; in module_data_abandon() local
5220 mesh_head = (struct isp2x_mesh_head *)priv_val->buf_ldch[i].vaddr; in module_data_abandon()
5221 mesh_head->stat = MESH_BUF_CHIPINUSE; in module_data_abandon()
5233 mesh_head = (struct isp2x_mesh_head *)priv_val->buf_cac[i].vaddr; in module_data_abandon()
5234 mesh_head->stat = MESH_BUF_CHIPINUSE; in module_data_abandon()