Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/media/atomisp/pci/
H A Dsh_css_param_dvs.c27 if (!dvs_config) { in alloc_dvs_6axis_table()
54 if (!dvs_config->xcoords_y) { in alloc_dvs_6axis_table()
62 if (!dvs_config->ycoords_y) { in alloc_dvs_6axis_table()
73 if (!dvs_config->xcoords_uv) { in alloc_dvs_6axis_table()
81 if (!dvs_config->ycoords_uv) { in alloc_dvs_6axis_table()
89 dvs_config = NULL; in alloc_dvs_6axis_table()
93 IA_CSS_LEAVE("dvs_config=%p", dvs_config); in alloc_dvs_6axis_table()
94 return dvs_config; in alloc_dvs_6axis_table()
102 unsigned int width_y = dvs_config->width_y; in init_dvs_6axis_table_from_default()
103 unsigned int height_y = dvs_config->height_y; in init_dvs_6axis_table_from_default()
[all …]
H A Dsh_css_params.c1655 if (!dvs_config) in sh_css_set_pipe_dvs_6axis_config()
1659 assert(dvs_config->height_y == dvs_config->height_uv); in sh_css_set_pipe_dvs_6axis_config()
1660 assert((dvs_config->width_y - 1) == 2 * (dvs_config->width_uv - 1)); in sh_css_set_pipe_dvs_6axis_config()
1677 if (!dvs_config) in sh_css_get_pipe_dvs_6axis_config()
1681 assert(dvs_config->height_y == dvs_config->height_uv); in sh_css_get_pipe_dvs_6axis_config()
1682 assert((dvs_config->width_y - 1) == 2 * dvs_config->width_uv - 1); in sh_css_get_pipe_dvs_6axis_config()
1692 dvs_config->xcoords_y && in sh_css_get_pipe_dvs_6axis_config()
4469 if (!dvs_config) in ia_css_dvs2_6axis_config_allocate()
4484 if (!dvs_config->xcoords_y) in ia_css_dvs2_6axis_config_allocate()
4489 if (!dvs_config->ycoords_y) in ia_css_dvs2_6axis_config_allocate()
[all …]