Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Ddpll.h76 int (*phase_offset_get)(const struct dpll_pin *pin, void *pin_priv, member
/linux-6.15/drivers/dpll/
H A Ddpll_netlink.c290 if (!ops->phase_offset_get) in dpll_msg_add_phase_offset()
292 ret = ops->phase_offset_get(pin, dpll_pin_on_dpll_priv(dpll, pin), in dpll_msg_add_phase_offset()
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c1440 .phase_offset_get = ice_dpll_phase_offset_get,