Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddpll.h90 int (*esync_get)(const struct dpll_pin *pin, void *pin_priv, member
/linux/drivers/dpll/
H A Ddpll_netlink.c355 if (!ops->esync_get) in dpll_msg_add_pin_esync()
357 ret = ops->esync_get(pin, dpll_pin_on_dpll_priv(dpll, pin), dpll, in dpll_msg_add_pin_esync()
804 if (!ops->esync_set || !ops->esync_get) { in dpll_pin_esync_set()
813 ret = ops->esync_get(pin, dpll_pin_on_dpll_priv(dpll, pin), dpll, in dpll_pin_esync_set()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c1442 .esync_get = ice_dpll_input_esync_get,
1454 .esync_get = ice_dpll_output_esync_get,