Home
last modified time | relevance | path

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

/linux-6.15/drivers/dpll/
H A Ddpll_core.h87 struct dpll_pin_ref *dpll_xa_ref_dpll_first(struct xarray *xa_refs);
H A Ddpll_netlink.c511 ref = dpll_xa_ref_dpll_first(&pin->dpll_refs); in dpll_cmd_pin_get_one()
772 ref = dpll_xa_ref_dpll_first(&pin->dpll_refs); in dpll_pin_freq_set()
834 ref = dpll_xa_ref_dpll_first(&pin->dpll_refs); in dpll_pin_esync_set()
1039 ref = dpll_xa_ref_dpll_first(&pin->dpll_refs); in dpll_pin_phase_adj_set()
H A Ddpll_core.c232 struct dpll_pin_ref *dpll_xa_ref_dpll_first(struct xarray *xa_refs) in dpll_xa_ref_dpll_first() function