Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddpll.h78 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.c1335 .state_on_dpll_get = zl3073x_dpll_input_pin_state_on_dpll_get,
1347 .state_on_dpll_get = zl3073x_dpll_output_pin_state_on_dpll_get,
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c2528 .state_on_dpll_get = ice_dpll_sw_pin_state_get,
2546 .state_on_dpll_get = ice_dpll_sw_pin_state_get,
2560 .state_on_dpll_get = ice_dpll_input_state_get,
2577 .state_on_dpll_get = ice_dpll_output_state_get,
/linux/Documentation/driver-api/
H A Ddpll.rst552 - ``.state_on_dpll_get`` (pins registered with dpll device),
575 .state_on_dpll_get = ptp_ocp_dpll_state_get,
/linux/drivers/dpll/
H A Ddpll_netlink.c295 if (!ops->state_on_dpll_get) in dpll_msg_add_pin_on_dpll_state()
297 ret = ops->state_on_dpll_get(pin, dpll_pin_on_dpll_priv(dpll, pin), in dpll_msg_add_pin_on_dpll_state()
H A Ddpll_core.c878 WARN_ON(!ops->state_on_dpll_get) || in dpll_pin_register()
/linux/drivers/ptp/
H A Dptp_ocp.c4712 .state_on_dpll_get = ptp_ocp_dpll_state_get,