Searched refs:phase_adjust_get (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | dpll.h | 76 int (*phase_adjust_get)(const struct dpll_pin *pin, void *pin_priv, member
|
/linux/drivers/dpll/ |
H A D | dpll_netlink.c | 246 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 D | ice_dpll.c | 1438 .phase_adjust_get = ice_dpll_pin_phase_adjust_get, 1451 .phase_adjust_get = ice_dpll_pin_phase_adjust_get,
|