Searched refs:atomgrid (Results 1 – 3 of 3) sorted by relevance
260 struct atomisp_grid_info *atomgrid);
3088 struct atomisp_dvs_grid_info *atomgrid) in atomisp_compare_dvs_grid() argument3098 if (sizeof(*cur) != sizeof(*atomgrid)) { in atomisp_compare_dvs_grid()3108 return memcmp(atomgrid, cur, sizeof(*cur)); in atomisp_compare_dvs_grid()
1845 struct atomisp_grid_info *atomgrid) in atomisp_compare_grid() argument1850 return memcmp(atomgrid, &tmp, sizeof(tmp)); in atomisp_compare_grid()
Completed in 19 milliseconds