Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddpll.h52 int (*state_on_dpll_get)(const struct dpll_pin *pin, void *pin_priv, member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddpll.c234 .state_on_dpll_get = mlx5_dpll_state_on_dpll_get,
/linux/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/drivers/dpll/
H A Ddpll_netlink.c204 if (!ops->state_on_dpll_get) in dpll_msg_add_pin_on_dpll_state()
206 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.c643 WARN_ON(!ops->state_on_dpll_get) || in dpll_pin_register()
/linux/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/drivers/ptp/
H A Dptp_ocp.c4660 .state_on_dpll_get = ptp_ocp_dpll_state_get,