Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddpll.h21 int (*mode_get)(const struct dpll_device *dpll, void *dpll_priv, member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddpll.c171 .mode_get = mlx5_dpll_device_mode_get,
/linux/Documentation/driver-api/
H A Ddpll.rst484 - ``.mode_get``,
503 .mode_get = ptp_ocp_dpll_mode_get,
/linux/drivers/dpll/
H A Ddpll_netlink.c99 ret = ops->mode_get(dpll, dpll_priv(dpll), &mode, extack); in dpll_msg_add_mode()
120 ret = ops->mode_get(dpll, dpll_priv(dpll), &mode, extack); in dpll_msg_add_mode_supported()
H A Ddpll_core.c363 if (WARN_ON(!ops->mode_get)) in dpll_device_register()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c1459 .mode_get = ice_dpll_mode_get,
/linux/drivers/ptp/
H A Dptp_ocp.c4652 .mode_get = ptp_ocp_dpll_mode_get,