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.c269 dpll_xa_ref_dpll_add(struct xarray *xa_dplls, struct dpll_device *dpll, in dpll_xa_ref_dpll_add() argument
278 xa_for_each(xa_dplls, i, ref) { in dpll_xa_ref_dpll_add()
294 ret = xa_insert(xa_dplls, dpll->id, ref, GFP_KERNEL); in dpll_xa_ref_dpll_add()
305 xa_erase(xa_dplls, dpll->id); in dpll_xa_ref_dpll_add()
322 dpll_xa_ref_dpll_del(struct xarray *xa_dplls, struct dpll_device *dpll, in dpll_xa_ref_dpll_del() argument
329 xa_for_each(xa_dplls, i, ref) { in dpll_xa_ref_dpll_del()
339 xa_erase(xa_dplls, i); in dpll_xa_ref_dpll_del()