Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddpll.h84 int (*phase_offset_get)(const struct dpll_pin *pin, void *pin_priv, member
/linux/drivers/dpll/
H A Ddpll_netlink.c328 if (!ops->phase_offset_get) in dpll_msg_add_phase_offset()
330 ret = ops->phase_offset_get(pin, dpll_pin_on_dpll_priv(dpll, pin), in dpll_msg_add_phase_offset()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c2390 .phase_offset_get = ice_dpll_phase_offset_get,
2407 .phase_offset_get = ice_dpll_phase_offset_get,
2420 .phase_offset_get = ice_dpll_phase_offset_get,
/linux/drivers/dpll/zl3073x/
H A Ddpll.c1615 .phase_offset_get = zl3073x_dpll_input_pin_phase_offset_get,