Searched refs:esync_get (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | dpll.h | 116 int (*esync_get)(const struct dpll_pin *pin, void *pin_priv, member
|
| /linux/drivers/dpll/ |
| H A D | dpll_netlink.c | 454 if (!ops->esync_get) in dpll_msg_add_pin_esync() 456 ret = ops->esync_get(pin, dpll_pin_on_dpll_priv(dpll, pin), dpll, in dpll_msg_add_pin_esync() 1030 if (!ops->esync_set || !ops->esync_get) { in dpll_pin_esync_set() 1039 ret = ops->esync_get(pin, dpll_pin_on_dpll_priv(dpll, pin), dpll, in dpll_pin_esync_set()
|
| /linux/drivers/dpll/zl3073x/ |
| H A D | dpll.c | 1325 .esync_get = zl3073x_dpll_input_pin_esync_get, 1341 .esync_get = zl3073x_dpll_output_pin_esync_get,
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dpll.c | 2539 .esync_get = ice_dpll_sw_esync_get, 2551 .esync_get = ice_dpll_sw_esync_get, 2569 .esync_get = ice_dpll_input_esync_get, 2583 .esync_get = ice_dpll_output_esync_get,
|