Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddpll.h41 int (*phase_offset_monitor_set)(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()
917 if (!(ops->phase_offset_monitor_set && ops->phase_offset_monitor_get)) { in dpll_phase_offset_monitor_set()
930 return ops->phase_offset_monitor_set(dpll, dpll_priv(dpll), state, in dpll_phase_offset_monitor_set()
/linux/drivers/dpll/zl3073x/
H A Ddpll.c1357 .phase_offset_monitor_set = zl3073x_dpll_phase_offset_monitor_set,
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c2594 .phase_offset_monitor_set = ice_dpll_phase_offset_monitor_set,