Searched refs:esync_get (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | dpll.h | 126 int (*esync_get)(const struct dpll_pin *pin, void *pin_priv, member
|
| /linux/drivers/dpll/ |
| H A D | dpll_netlink.c | 506 if (!ops->esync_get) in dpll_msg_add_pin_esync() 508 ret = ops->esync_get(pin, dpll_pin_on_dpll_priv(dpll, pin), dpll, in dpll_msg_add_pin_esync() 1124 if (!ops->esync_set || !ops->esync_get) { in dpll_pin_esync_set() 1133 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 | 1245 .esync_get = zl3073x_dpll_input_pin_esync_get, 1264 .esync_get = zl3073x_dpll_output_pin_esync_get,
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dpll.c | 2622 .esync_get = ice_dpll_sw_esync_get, 2634 .esync_get = ice_dpll_sw_esync_get, 2652 .esync_get = ice_dpll_input_esync_get, 2666 .esync_get = ice_dpll_output_esync_get,
|