Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Ddpll.h29 int (*clock_quality_level_get)(const struct dpll_device *dpll, member
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/
Ddpll.c252 .clock_quality_level_get = mlx5_dpll_clock_quality_level_get,
/linux-6.14.4/drivers/dpll/
Ddpll_netlink.c181 if (!ops->clock_quality_level_get) in dpll_msg_add_clock_quality_level()
183 ret = ops->clock_quality_level_get(dpll, dpll_priv(dpll), qls, extack); in dpll_msg_add_clock_quality_level()