Home
last modified time | relevance | path

Searched refs:state_on_dpll_get (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Ddpll.h84 int (*state_on_dpll_get)(const struct dpll_pin *pin, void *pin_priv, member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddpll.c317 .state_on_dpll_get = mlx5_dpll_state_on_dpll_get,
/linux/drivers/dpll/zl3073x/
H A Ddpll.c1258 .state_on_dpll_get = zl3073x_dpll_input_pin_state_on_dpll_get,
1270 .state_on_dpll_get = zl3073x_dpll_output_pin_state_on_dpll_get,
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c2616 .state_on_dpll_get = ice_dpll_sw_pin_state_get,
2634 .state_on_dpll_get = ice_dpll_sw_pin_state_get,
2648 .state_on_dpll_get = ice_dpll_input_state_get,
2665 .state_on_dpll_get = ice_dpll_output_state_get,
/linux/drivers/dpll/
H A Ddpll_netlink.c315 if (!ops->state_on_dpll_get) in dpll_msg_add_pin_on_dpll_state()
317 ret = ops->state_on_dpll_get(pin, dpll_pin_on_dpll_priv(dpll, pin), in dpll_msg_add_pin_on_dpll_state()