Searched refs:mesh_head (Results 1 – 2 of 2) sorted by relevance
4492 struct isp2x_mesh_head *mesh_head; in rkisp_init_mesh_buf() local4538 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() local4676 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()
4916 struct isp2x_mesh_head *mesh_head; in rkisp_init_mesh_buf() local4973 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() local5220 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()