Home
last modified time | relevance | path

Searched refs:DPLL_PIN_STATE_CONNECTED (Results 1 – 6 of 6) sorted by relevance

/linux/include/uapi/linux/
H A Ddpll.h172 DPLL_PIN_STATE_CONNECTED = 1, enumerator
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c541 pin->state[parent] = state ? DPLL_PIN_STATE_CONNECTED : in ice_dpll_pin_store_state()
716 DPLL_PIN_STATE_CONNECTED : in ice_dpll_pin_state_update()
720 DPLL_PIN_STATE_CONNECTED : in ice_dpll_pin_state_update()
746 DPLL_PIN_STATE_CONNECTED : in ice_dpll_pin_state_update()
750 DPLL_PIN_STATE_CONNECTED : in ice_dpll_pin_state_update()
1018 bool enable = state == DPLL_PIN_STATE_CONNECTED; in ice_dpll_output_state_set()
1252 if (state == DPLL_PIN_STATE_CONNECTED) { in ice_dpll_ufl_pin_state_set()
1402 enable = state == DPLL_PIN_STATE_CONNECTED; in ice_dpll_sma_pin_state_set()
2272 if (state == DPLL_PIN_STATE_CONNECTED) in ice_dpll_input_ref_sync_set()
2313 *state = DPLL_PIN_STATE_CONNECTED; in ice_dpll_input_ref_sync_get()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddpll.c132 DPLL_PIN_STATE_CONNECTED : DPLL_PIN_STATE_DISCONNECTED; in mlx5_dpll_pin_state_get()
296 state == DPLL_PIN_STATE_CONNECTED ? in mlx5_dpll_state_on_dpll_set()
/linux/drivers/dpll/zl3073x/
H A Ddpll.c638 *state = DPLL_PIN_STATE_CONNECTED; in zl3073x_dpll_ref_state_get()
688 if (state == DPLL_PIN_STATE_CONNECTED) { in zl3073x_dpll_input_pin_state_on_dpll_set()
1063 *state = DPLL_PIN_STATE_CONNECTED; in zl3073x_dpll_output_pin_state_on_dpll_get()
1743 if (pin->pin_state == DPLL_PIN_STATE_CONNECTED) in zl3073x_dpll_pin_phase_offset_check()
/linux/Documentation/driver-api/
H A Ddpll.rst70 one pin shall be in ``DPLL_PIN_STATE_CONNECTED`` state for any dpll
82 - ``DPLL_PIN_STATE_CONNECTED`` - the pin is used to drive dpll device
95 pin state ``DPLL_PIN_STATE_CONNECTED`` once automatic selection
287 state for a target pin: use ``DPLL_PIN_STATE_CONNECTED`` to enable or
/linux/drivers/ptp/
H A Dptp_ocp.c4607 *state = (&bp->sma[idx] == pin_priv) ? DPLL_PIN_STATE_CONNECTED : in ptp_ocp_dpll_state_get()