Searched refs:phase_adjust_get (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | dpll.h | 80 int (*phase_adjust_get)(const struct dpll_pin *pin, void *pin_priv, member
|
| /linux-6.15/drivers/dpll/ |
| H A D | dpll_netlink.c | 267 if (!ops->phase_adjust_get) in dpll_msg_add_pin_phase_adjust() 269 ret = ops->phase_adjust_get(pin, dpll_pin_on_dpll_priv(dpll, pin), in dpll_msg_add_pin_phase_adjust() 1034 if (!ops->phase_adjust_set || !ops->phase_adjust_get) { in dpll_pin_phase_adj_set() 1042 ret = ops->phase_adjust_get(pin, dpll_pin_on_dpll_priv(dpll, pin), in dpll_pin_phase_adj_set()
|
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dpll.c | 1438 .phase_adjust_get = ice_dpll_pin_phase_adjust_get, 1451 .phase_adjust_get = ice_dpll_pin_phase_adjust_get,
|