Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddpll.h45 int (*phase_offset_monitor_get)(const struct dpll_device *dpll, member
/linux/drivers/dpll/
H A Ddpll_netlink.c166 if (ops->phase_offset_monitor_set && ops->phase_offset_monitor_get) { in dpll_msg_add_phase_offset_monitor()
167 ret = ops->phase_offset_monitor_get(dpll, dpll_priv(dpll), in dpll_msg_add_phase_offset_monitor()
917 if (!(ops->phase_offset_monitor_set && ops->phase_offset_monitor_get)) { in dpll_phase_offset_monitor_set()
921 ret = ops->phase_offset_monitor_get(dpll, dpll_priv(dpll), &old_state, in dpll_phase_offset_monitor_set()
/linux/drivers/dpll/zl3073x/
H A Ddpll.c1356 .phase_offset_monitor_get = zl3073x_dpll_phase_offset_monitor_get,
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c2595 .phase_offset_monitor_get = ice_dpll_phase_offset_monitor_get,