Searched refs:phase_adjust_set (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | dpll.h | 106 int (*phase_adjust_set)(const struct dpll_pin *pin, void *pin_priv, member
|
| /linux/drivers/dpll/ |
| H A D | dpll_netlink.c | 1344 if (!ops->phase_adjust_set || !ops->phase_adjust_get) { in dpll_pin_phase_adj_set() 1365 ret = ops->phase_adjust_set(pin, in dpll_pin_phase_adj_set() 1387 if (ops->phase_adjust_set(pin, dpll_pin_on_dpll_priv(dpll, pin), in dpll_pin_phase_adj_set()
|
| /linux/drivers/dpll/zl3073x/ |
| H A D | dpll.c | 1332 .phase_adjust_set = zl3073x_dpll_input_pin_phase_adjust_set, 1346 .phase_adjust_set = zl3073x_dpll_output_pin_phase_adjust_set,
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dpll.c | 2536 .phase_adjust_set = ice_dpll_sw_phase_adjust_set, 2553 .phase_adjust_set = ice_dpll_sw_phase_adjust_set, 2566 .phase_adjust_set = ice_dpll_input_phase_adjust_set, 2581 .phase_adjust_set = ice_dpll_output_phase_adjust_set,
|