Searched refs:phase_adjust_set (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
H A D | dpll.h | 92 int (*phase_adjust_set)(const struct dpll_pin *pin, void *pin_priv, member
|
/linux/drivers/dpll/ |
H A D | dpll_netlink.c | 1229 if (!ops->phase_adjust_set || !ops->phase_adjust_get) { in dpll_pin_phase_adj_set() 1250 ret = ops->phase_adjust_set(pin, in dpll_pin_phase_adj_set() 1272 if (ops->phase_adjust_set(pin, dpll_pin_on_dpll_priv(dpll, pin), in dpll_pin_phase_adj_set()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_dpll.c | 2389 .phase_adjust_set = ice_dpll_sw_phase_adjust_set, 2406 .phase_adjust_set = ice_dpll_sw_phase_adjust_set, 2419 .phase_adjust_set = ice_dpll_input_phase_adjust_set, 2434 .phase_adjust_set = ice_dpll_output_phase_adjust_set,
|
/linux/drivers/dpll/zl3073x/ |
H A D | dpll.c | 1617 .phase_adjust_set = zl3073x_dpll_input_pin_phase_adjust_set, 1631 .phase_adjust_set = zl3073x_dpll_output_pin_phase_adjust_set,
|