Searched refs:esync_set (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | dpll.h | 123 int (*esync_set)(const struct dpll_pin *pin, void *pin_priv, member
|
| /linux/drivers/dpll/ |
| H A D | dpll_netlink.c | 1124 if (!ops->esync_set || !ops->esync_get) { in dpll_pin_esync_set() 1156 ret = ops->esync_set(pin, pin_dpll_priv, dpll, dpll_priv(dpll), in dpll_pin_esync_set() 1179 if (ops->esync_set(pin, pin_dpll_priv, dpll, dpll_priv(dpll), in dpll_pin_esync_set()
|
| /linux/drivers/dpll/zl3073x/ |
| H A D | dpll.c | 1246 .esync_set = zl3073x_dpll_input_pin_esync_set, 1265 .esync_set = zl3073x_dpll_output_pin_esync_set,
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dpll.c | 2621 .esync_set = ice_dpll_sw_esync_set, 2633 .esync_set = ice_dpll_sw_esync_set, 2651 .esync_set = ice_dpll_input_esync_set, 2665 .esync_set = ice_dpll_output_esync_set,
|