Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
A Dradeon_legacy_tv.c269 return const_ptr; in radeon_legacy_tv_get_std_mode()
436 if (!const_ptr) in radeon_legacy_tv_init_restarts()
439 h_total = const_ptr->hor_total; in radeon_legacy_tv_init_restarts()
440 v_total = const_ptr->ver_total; in radeon_legacy_tv_init_restarts()
477 restart = const_ptr->def_restart; in radeon_legacy_tv_init_restarts()
547 if (!const_ptr) in radeon_legacy_tv_mode_set()
833 if (!const_ptr) in radeon_legacy_tv_adjust_crtc_reg()
842 (const_ptr->hor_syncstart & 7); in radeon_legacy_tv_adjust_crtc_reg()
879 if (!const_ptr) in radeon_legacy_tv_adjust_pll1()
886 *ppll_div_3 = (const_ptr->crtcPLL_N & 0x7ff) | (get_post_div(const_ptr->crtcPLL_post_div) << 16); in radeon_legacy_tv_adjust_pll1()
[all …]

Completed in 4 milliseconds