Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddpll.h125 int (*ref_sync_get)(const struct dpll_pin *pin, void *pin_priv, member
/linux/drivers/dpll/
H A Ddpll_netlink.c508 if (WARN_ON(!ops->ref_sync_get)) in dpll_msg_add_pin_ref_sync()
510 ret = ops->ref_sync_get(pin, pin_priv, ref_sync_pin, in dpll_msg_add_pin_ref_sync()
1120 if (!ops->ref_sync_set || !ops->ref_sync_get) { in dpll_pin_ref_sync_state_set()
1125 ret = ops->ref_sync_get(pin, dpll_pin_on_dpll_priv(dpll, pin), in dpll_pin_ref_sync_state_set()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c2541 .ref_sync_get = ice_dpll_sw_input_ref_sync_get,
2571 .ref_sync_get = ice_dpll_input_ref_sync_get,