Home
last modified time | relevance | path

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

/linux/drivers/dpll/
H A Ddpll_core.c154 dpll_xa_ref_dpll_add(struct xarray *xa_dplls, struct dpll_device *dpll, in dpll_xa_ref_dpll_add() argument
163 xa_for_each(xa_dplls, i, ref) { in dpll_xa_ref_dpll_add()
181 ret = xa_insert(xa_dplls, dpll->id, ref, GFP_KERNEL); in dpll_xa_ref_dpll_add()
192 xa_erase(xa_dplls, dpll->id); in dpll_xa_ref_dpll_add()
208 dpll_xa_ref_dpll_del(struct xarray *xa_dplls, struct dpll_device *dpll, in dpll_xa_ref_dpll_del() argument
215 xa_for_each(xa_dplls, i, ref) { in dpll_xa_ref_dpll_del()
224 xa_erase(xa_dplls, i); in dpll_xa_ref_dpll_del()