Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddpll.h24 int (*mode_get)(const struct dpll_device *dpll, void *dpll_priv, member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddpll.c253 .mode_get = mlx5_dpll_device_mode_get,
/linux/drivers/dpll/
H A Ddpll_netlink.c117 ret = ops->mode_get(dpll, dpll_priv(dpll), &mode, extack); in dpll_msg_add_mode()
144 ret = ops->mode_get(dpll, dpll_priv(dpll), &mode, extack); in dpll_msg_add_mode_supported()
885 ret = ops->mode_get(dpll, dpll_priv(dpll), &old_mode, extack); in dpll_mode_set()
H A Ddpll_core.c479 if (WARN_ON(!ops->mode_get)) in dpll_device_register()
/linux/Documentation/driver-api/
H A Ddpll.rst547 - ``.mode_get``,
566 .mode_get = ptp_ocp_dpll_mode_get,
/linux/drivers/dpll/zl3073x/
H A Ddpll.c1352 .mode_get = zl3073x_dpll_mode_get,
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c2588 .mode_get = ice_dpll_mode_get,
2593 .mode_get = ice_dpll_mode_get,
/linux/drivers/ptp/
H A Dptp_ocp.c4704 .mode_get = ptp_ocp_dpll_mode_get,