Searched refs:mode_get (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/ |
H A D | dpll.h | 21 int (*mode_get)(const struct dpll_device *dpll, void *dpll_priv, member
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | dpll.c | 171 .mode_get = mlx5_dpll_device_mode_get,
|
/linux/Documentation/driver-api/ |
H A D | dpll.rst | 484 - ``.mode_get``, 503 .mode_get = ptp_ocp_dpll_mode_get,
|
/linux/drivers/dpll/ |
H A D | dpll_netlink.c | 99 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 D | dpll_core.c | 363 if (WARN_ON(!ops->mode_get)) in dpll_device_register()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_dpll.c | 1459 .mode_get = ice_dpll_mode_get,
|
/linux/drivers/ptp/ |
H A D | ptp_ocp.c | 4652 .mode_get = ptp_ocp_dpll_mode_get,
|