Searched refs:phase_adjust_get (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | dpll.h | 108 int (*phase_adjust_get)(const struct dpll_pin *pin, void *pin_priv, member
|
| /linux/drivers/dpll/ |
| H A D | dpll_netlink.c | 357 if (!ops->phase_adjust_get) in dpll_msg_add_pin_phase_adjust() 359 ret = ops->phase_adjust_get(pin, dpll_pin_on_dpll_priv(dpll, pin), in dpll_msg_add_pin_phase_adjust() 1438 if (!ops->phase_adjust_set || !ops->phase_adjust_get) { in dpll_pin_phase_adj_set() 1446 ret = ops->phase_adjust_get(pin, dpll_pin_on_dpll_priv(dpll, pin), in dpll_pin_phase_adj_set()
|
| /linux/drivers/dpll/zl3073x/ |
| H A D | dpll.c | 1252 .phase_adjust_get = zl3073x_dpll_input_pin_phase_adjust_get, 1268 .phase_adjust_get = zl3073x_dpll_output_pin_phase_adjust_get,
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dpll.c | 2618 .phase_adjust_get = ice_dpll_sw_phase_adjust_get, 2635 .phase_adjust_get = ice_dpll_sw_phase_adjust_get, 2648 .phase_adjust_get = ice_dpll_pin_phase_adjust_get, 2663 .phase_adjust_get = ice_dpll_pin_phase_adjust_get,
|