Searched refs:state_on_dpll_get (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | dpll.h | 78 int (*state_on_dpll_get)(const struct dpll_pin *pin, void *pin_priv, member
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | dpll.c | 317 .state_on_dpll_get = mlx5_dpll_state_on_dpll_get,
|
| /linux/drivers/dpll/zl3073x/ |
| H A D | dpll.c | 1335 .state_on_dpll_get = zl3073x_dpll_input_pin_state_on_dpll_get, 1347 .state_on_dpll_get = zl3073x_dpll_output_pin_state_on_dpll_get,
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dpll.c | 2528 .state_on_dpll_get = ice_dpll_sw_pin_state_get, 2546 .state_on_dpll_get = ice_dpll_sw_pin_state_get, 2560 .state_on_dpll_get = ice_dpll_input_state_get, 2577 .state_on_dpll_get = ice_dpll_output_state_get,
|
| /linux/Documentation/driver-api/ |
| H A D | dpll.rst | 552 - ``.state_on_dpll_get`` (pins registered with dpll device), 575 .state_on_dpll_get = ptp_ocp_dpll_state_get,
|
| /linux/drivers/dpll/ |
| H A D | dpll_netlink.c | 295 if (!ops->state_on_dpll_get) in dpll_msg_add_pin_on_dpll_state() 297 ret = ops->state_on_dpll_get(pin, dpll_pin_on_dpll_priv(dpll, pin), in dpll_msg_add_pin_on_dpll_state()
|
| H A D | dpll_core.c | 878 WARN_ON(!ops->state_on_dpll_get) || in dpll_pin_register()
|
| /linux/drivers/ptp/ |
| H A D | ptp_ocp.c | 4712 .state_on_dpll_get = ptp_ocp_dpll_state_get,
|