Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c268 return const_ptr; in radeon_legacy_tv_get_std_mode()
435 if (!const_ptr) in radeon_legacy_tv_init_restarts()
438 h_total = const_ptr->hor_total; in radeon_legacy_tv_init_restarts()
439 v_total = const_ptr->ver_total; in radeon_legacy_tv_init_restarts()
476 restart = const_ptr->def_restart; in radeon_legacy_tv_init_restarts()
546 if (!const_ptr) in radeon_legacy_tv_mode_set()
834 if (!const_ptr) in radeon_legacy_tv_adjust_crtc_reg()
843 (const_ptr->hor_syncstart & 7); in radeon_legacy_tv_adjust_crtc_reg()
880 if (!const_ptr) in radeon_legacy_tv_adjust_pll1()
887 *ppll_div_3 = (const_ptr->crtcPLL_N & 0x7ff) | (get_post_div(const_ptr->crtcPLL_post_div) << 16); in radeon_legacy_tv_adjust_pll1()
[all …]
/linux-6.15/rust/kernel/
H A Derror.rs410 let const_ptr: *const crate::ffi::c_void = ptr.cast(); in from_err_ptr() localVariable
412 if unsafe { bindings::IS_ERR(const_ptr) } { in from_err_ptr()
414 let err = unsafe { bindings::PTR_ERR(const_ptr) }; in from_err_ptr()
/linux-6.15/include/linux/
H A Dseqlock.h260 #define seqprop_const_ptr(s) __seqprop(s, const_ptr)(s)