Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddpll.h76 int (*phase_adjust_get)(const struct dpll_pin *pin, void *pin_priv, member
/linux/drivers/dpll/
H A Ddpll_netlink.c246 if (!ops->phase_adjust_get) in dpll_msg_add_pin_phase_adjust()
248 ret = ops->phase_adjust_get(pin, dpll_pin_on_dpll_priv(dpll, pin), in dpll_msg_add_pin_phase_adjust()
1010 if (!ops->phase_adjust_set || !ops->phase_adjust_get) { in dpll_pin_phase_adj_set()
1018 ret = ops->phase_adjust_get(pin, dpll_pin_on_dpll_priv(dpll, pin), in dpll_pin_phase_adj_set()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c1438 .phase_adjust_get = ice_dpll_pin_phase_adjust_get,
1451 .phase_adjust_get = ice_dpll_pin_phase_adjust_get,