Searched refs:new_req (Results 1 – 2 of 2) sorted by relevance
1018 struct drm_mode_cursor2 new_req; in drm_mode_cursor_ioctl() local1020 memcpy(&new_req, req, sizeof(struct drm_mode_cursor)); in drm_mode_cursor_ioctl()1021 new_req.hot_x = new_req.hot_y = 0; in drm_mode_cursor_ioctl()1023 return drm_mode_cursor_common(dev, &new_req, file_priv); in drm_mode_cursor_ioctl()
46498 enum omp_requires new_req = (enum omp_requires) 0; in cp_parser_omp_requires() local46603 if ((this_req & new_req) != 0) in cp_parser_omp_requires()46610 else if ((new_req & OMP_REQUIRES_ATOMIC_DEFAULT_MEM_ORDER) != 0) in cp_parser_omp_requires()46631 new_req = (enum omp_requires) (new_req | this_req); in cp_parser_omp_requires()46641 if (new_req == 0) in cp_parser_omp_requires()