Searched refs:phase_adjust_get (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | dpll.h | 102 int (*phase_adjust_get)(const struct dpll_pin *pin, void *pin_priv, member
|
| /linux/drivers/dpll/ |
| H A D | dpll_netlink.c | 337 if (!ops->phase_adjust_get) in dpll_msg_add_pin_phase_adjust() 339 ret = ops->phase_adjust_get(pin, dpll_pin_on_dpll_priv(dpll, pin), in dpll_msg_add_pin_phase_adjust() 1344 if (!ops->phase_adjust_set || !ops->phase_adjust_get) { in dpll_pin_phase_adj_set() 1352 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 | 1331 .phase_adjust_get = zl3073x_dpll_input_pin_phase_adjust_get, 1345 .phase_adjust_get = zl3073x_dpll_output_pin_phase_adjust_get,
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dpll.c | 2535 .phase_adjust_get = ice_dpll_sw_phase_adjust_get, 2552 .phase_adjust_get = ice_dpll_sw_phase_adjust_get, 2565 .phase_adjust_get = ice_dpll_pin_phase_adjust_get, 2580 .phase_adjust_get = ice_dpll_pin_phase_adjust_get,
|