Searched refs:const_ptr (Results 1 – 2 of 2) sorted by relevance
269 return const_ptr; in radeon_legacy_tv_get_std_mode()446 if (!const_ptr) in radeon_legacy_tv_init_restarts()449 h_total = const_ptr->hor_total; in radeon_legacy_tv_init_restarts()450 v_total = const_ptr->ver_total; in radeon_legacy_tv_init_restarts()487 restart = const_ptr->def_restart; in radeon_legacy_tv_init_restarts()557 if (!const_ptr) in radeon_legacy_tv_mode_set()849 if (!const_ptr) in radeon_legacy_tv_adjust_crtc_reg()858 (const_ptr->hor_syncstart & 7); in radeon_legacy_tv_adjust_crtc_reg()895 if (!const_ptr) in radeon_legacy_tv_adjust_pll1()902 *ppll_div_3 = (const_ptr->crtcPLL_N & 0x7ff) | (get_post_div(const_ptr->crtcPLL_post_div) << 16); in radeon_legacy_tv_adjust_pll1()[all …]
5340 using const_ptr = typename std::add_pointer<typename std::add_const<T>::type>; variable5347 public OMPClauseVisitorBase <ImplClass, const_ptr, RetTy> {};