Searched refs:state_on_dpll_get (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/ |
H A D | dpll.h | 52 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 | 234 .state_on_dpll_get = mlx5_dpll_state_on_dpll_get,
|
/linux/Documentation/driver-api/ |
H A D | dpll.rst | 489 - ``.state_on_dpll_get`` (pins registered with dpll device), 512 .state_on_dpll_get = ptp_ocp_dpll_state_get,
|
/linux/drivers/dpll/ |
H A D | dpll_netlink.c | 204 if (!ops->state_on_dpll_get) in dpll_msg_add_pin_on_dpll_state() 206 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 | 643 WARN_ON(!ops->state_on_dpll_get) || in dpll_pin_register()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_dpll.c | 1433 .state_on_dpll_get = ice_dpll_input_state_get, 1448 .state_on_dpll_get = ice_dpll_output_state_get,
|
/linux/drivers/ptp/ |
H A D | ptp_ocp.c | 4660 .state_on_dpll_get = ptp_ocp_dpll_state_get,
|