Searched refs:ref_sync_get (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | dpll.h | 125 int (*ref_sync_get)(const struct dpll_pin *pin, void *pin_priv, member
|
| /linux/drivers/dpll/ |
| H A D | dpll_netlink.c | 508 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 D | ice_dpll.c | 2541 .ref_sync_get = ice_dpll_sw_input_ref_sync_get, 2571 .ref_sync_get = ice_dpll_input_ref_sync_get,
|