Searched refs:mode_get (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | dpll.h | 24 int (*mode_get)(const struct dpll_device *dpll, void *dpll_priv, member
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | dpll.c | 253 .mode_get = mlx5_dpll_device_mode_get,
|
| /linux/drivers/dpll/ |
| H A D | dpll_netlink.c | 117 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 D | dpll_core.c | 479 if (WARN_ON(!ops->mode_get)) in dpll_device_register()
|
| /linux/Documentation/driver-api/ |
| H A D | dpll.rst | 547 - ``.mode_get``, 566 .mode_get = ptp_ocp_dpll_mode_get,
|
| /linux/drivers/dpll/zl3073x/ |
| H A D | dpll.c | 1352 .mode_get = zl3073x_dpll_mode_get,
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dpll.c | 2588 .mode_get = ice_dpll_mode_get, 2593 .mode_get = ice_dpll_mode_get,
|
| /linux/drivers/ptp/ |
| H A D | ptp_ocp.c | 4704 .mode_get = ptp_ocp_dpll_mode_get,
|