Home
last modified time | relevance | path

Searched full:dpll_lock_status_unlocked (Results 1 – 8 of 8) sorted by relevance

/linux/include/uapi/linux/
H A Ddpll.h31 * @DPLL_LOCK_STATUS_UNLOCKED: dpll was not yet locked to any valid input (or
40 * DPLL_LOCK_STATUS_UNLOCKED)
43 DPLL_LOCK_STATUS_UNLOCKED = 1, enumerator
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddpll.c100 return DPLL_LOCK_STATUS_UNLOCKED; in mlx5_dpll_lock_status_get()
/linux/Documentation/netlink/specs/
H A Ddpll.yaml52 dpll's lock-state shall remain DPLL_LOCK_STATUS_UNLOCKED)
/linux/drivers/dpll/zl3073x/
H A Ddpll.c1517 *status = DPLL_LOCK_STATUS_UNLOCKED; in zl3073x_dpll_lock_status_get()
1545 *status = DPLL_LOCK_STATUS_UNLOCKED; in zl3073x_dpll_lock_status_get()
/linux/drivers/dpll/
H A Ddpll_netlink.c204 (status == DPLL_LOCK_STATUS_UNLOCKED || in dpll_msg_add_lock_status()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c2642 d->dpll_state == DPLL_LOCK_STATUS_UNLOCKED) { in ice_dpll_update_state()
H A Dice_ptp_hw.c5851 *dpll_state = DPLL_LOCK_STATUS_UNLOCKED; in ice_get_cgu_state()
/linux/drivers/ptp/
H A Dptp_ocp.c4597 *status = bp->sync ? DPLL_LOCK_STATUS_LOCKED : DPLL_LOCK_STATUS_UNLOCKED; in ptp_ocp_dpll_lock_status_get()