Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Ddpll.h56 int (*state_on_dpll_get)(const struct dpll_pin *pin, void *pin_priv, member
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddpll.c315 .state_on_dpll_get = mlx5_dpll_state_on_dpll_get,
/linux-6.15/drivers/dpll/
H A Ddpll_core.c646 WARN_ON(!ops->state_on_dpll_get) || in dpll_pin_register()
H A Ddpll_netlink.c225 if (!ops->state_on_dpll_get) in dpll_msg_add_pin_on_dpll_state()
227 ret = ops->state_on_dpll_get(pin, dpll_pin_on_dpll_priv(dpll, pin), in dpll_msg_add_pin_on_dpll_state()
/linux-6.15/Documentation/driver-api/
H A Ddpll.rst489 - ``.state_on_dpll_get`` (pins registered with dpll device),
512 .state_on_dpll_get = ptp_ocp_dpll_state_get,
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c1433 .state_on_dpll_get = ice_dpll_input_state_get,
1448 .state_on_dpll_get = ice_dpll_output_state_get,
/linux-6.15/drivers/ptp/
H A Dptp_ocp.c4720 .state_on_dpll_get = ptp_ocp_dpll_state_get,